Types.Rowid Field

Definition

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ROWID

[Android.Runtime.Register("ROWID")]
public const int Rowid = -8;
[<Android.Runtime.Register("ROWID")>]
val mutable Rowid : int

Field Value

Value = -8
Attributes

Remarks

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ROWID

Added in 1.6.

Java documentation for java.sql.Types.ROWID.

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