Share via


Statement.SuccessNoInfo Field

Definition

Caution

Use 'Java.Sql.IStatement.SuccessNoInfo'. This class will be removed in a future release.

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")]
[System.Obsolete("Use 'Java.Sql.IStatement.SuccessNoInfo'. This class will be removed in a future release.")]
public const int SuccessNoInfo = -2;
[<Android.Runtime.Register("SUCCESS_NO_INFO")>]
[<System.Obsolete("Use 'Java.Sql.IStatement.SuccessNoInfo'. This class will be removed in a future release.")>]
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