Freigeben über


DatabaseMetaData.AttributeNoNulls Field

Definition

Caution

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

Indicates that NULL values might not be allowed.

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

Field Value

Value = 0
Attributes

Remarks

Indicates that NULL values might not be allowed.

A possible value for the column NULLABLE in the ResultSet object returned by the method getAttributes.

Java documentation for java.sql.DatabaseMetaData.attributeNoNulls.

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