Types.Distinct Field

Definition

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

[Android.Runtime.Register("DISTINCT")]
public const int Distinct = 2001;
[<Android.Runtime.Register("DISTINCT")>]
val mutable Distinct : int

Field Value

Value = 2001
Attributes

Remarks

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

Added in 1.2.

Java documentation for java.sql.Types.DISTINCT.

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