IStatement.ExecuteFailed Field

Definition

The constant indicating that an error occured while executing a batch statement.

[Android.Runtime.Register("EXECUTE_FAILED")]
public const int ExecuteFailed = -3;
[<Android.Runtime.Register("EXECUTE_FAILED")>]
val mutable ExecuteFailed : int

Field Value

Value = -3
Attributes

Remarks

The constant indicating that an error occured while executing a batch statement.

Added in 1.4.

Java documentation for java.sql.Statement.EXECUTE_FAILED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to