IStatement.SuccessNoInfo Field

Definition

The constant indicating that a batch statement executed successfully but that no count of the number of rows it affected is available.

[Android.Runtime.Register("SUCCESS_NO_INFO")]
public const int SuccessNoInfo = -2;
[<Android.Runtime.Register("SUCCESS_NO_INFO")>]
val mutable SuccessNoInfo : int

Field Value

Value = -2
Attributes

Remarks

The constant indicating that a batch statement executed successfully but that no count of the number of rows it affected is available.

Added in 1.4.

Java documentation for java.sql.Statement.SUCCESS_NO_INFO.

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