
DatabaseMetaData
The JDBC API
|
63
Fields
static int attributeNoNulls
The attribute is not nullable.
static int attributeNullable
The attribute is nullable.
static int attributeNullableUnknown
The nullability of the attribute is unknown.
static int bestRowNotPseudo
The best row identifier is not a pseudo column.
static int bestRowPseudo
The best row identifier is a pseudo column.
static int bestRowSession
The scope of the best row identifier is the current session.
static int bestRowTemporary
The scope of the best row identifier lasts only while the row is
being used.
static int bestRowTransaction
The scope of the best row identifier is the current transaction.
static int bestRowUnknown
The best row identifier may or may not be a pseudo column.
static int columnNoNulls
The column is not nullable.
static int columnNullable
The column is nullable.
static int columnNullableUnknown
The nullability of columns is unknown.
static int importedKeyCascade
Actions related to foreign keys will be cascaded.
static int importedKeyInitiallyDeferred
Actions related to foreign keys will be deferred.
static int importedKeyInitiallyImmediate
Actions related to foreign keys will be immediate.
static int importedKeyNoAction
No actions related to foreign keys will be taken.
static int importedKeyNotDeferrable
Actions related to foreign keys are not deferrable.