Types.Array Field

Definition

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

[Android.Runtime.Register("ARRAY")]
public const int Array = 2003;
[<Android.Runtime.Register("ARRAY")>]
val mutable Array : int

Field Value

Value = 2003
Attributes

Remarks

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

Added in 1.2.

Java documentation for java.sql.Types.ARRAY.

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