Java.Sql.IStatement.Warnings Property
Retrieves the first SQLWarning reported by calls on this statement.

Syntax

[get: Android.Runtime.Register("getWarnings", "()Ljava/sql/SQLWarning;", "GetGetWarningsHandler:Java.Sql.IStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public SQLWarning Warnings { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif an error occurs accessing the database.

Remarks

Retrieves the first SQLWarning reported by calls on this statement. If there are multiple warnings, subsequent warnings are chained to the first one. The chain of warnings is cleared each time the statement is executed.

Warnings associated with reads from the ResultSet returned from executing the statement will be attached to the ResultSet, not the statement object.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1