DatabaseMetaData.BestRowUnknown Field

Definition

Caution

Use 'Java.Sql.IDatabaseMetaData.BestRowUnknown'. This class will be removed in a future release.

Indicates that the best row identifier may or may not be a pseudo column.

[Android.Runtime.Register("bestRowUnknown")]
[System.Obsolete("Use 'Java.Sql.IDatabaseMetaData.BestRowUnknown'. This class will be removed in a future release.")]
public const int BestRowUnknown = 0;
[<Android.Runtime.Register("bestRowUnknown")>]
[<System.Obsolete("Use 'Java.Sql.IDatabaseMetaData.BestRowUnknown'. This class will be removed in a future release.")>]
val mutable BestRowUnknown : int

Field Value

Value = 0
Attributes

Remarks

Indicates that the best row identifier may or may not be a pseudo column.

A possible value for the column PSEUDO_COLUMN in the ResultSet object returned by the method getBestRowIdentifier.

Java documentation for java.sql.DatabaseMetaData.bestRowUnknown.

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