Field Summary |
|
final public static String | PROP_CATALOG Name of
SchemaElement.getCatalog catalog property for
SchemaElement schema elements . |
final public static String | PROP_COLUMNS Name of
TableElement.getColumns columns property for
TableElement tables . |
final public static String | PROP_COLUMN_PAIRS Name of
TableElement.getColumnPairs column pairs property for
TableElement tables . |
final public static String | PROP_INDEXES Name of
TableElement.getIndexes indexes property for
TableElement tables . |
final public static String | PROP_KEYS Name of
TableElement.getKeys keys property for
TableElement tables . |
final public static String | PROP_LENGTH Name of
ColumnElement.getLength length property for
ColumnElement column elements . |
final public static String | PROP_LOCAL_COLUMN Name of
ColumnPairElement.getLocalColumn local column property for
ColumnPairElement column pair elements . |
final public static String | PROP_NAME Name of
DBElement.getName name property for
DBElement db elements . |
final public static String | PROP_NULLABLE Name of
ColumnElement.isNullable nullable property for
ColumnElement column elements . |
final public static String | PROP_PK Name of
UniqueKeyElement.isPrimaryKey flag property for
UniqueKeyElement unique key elements . |
final public static String | PROP_PRECISION Name of
ColumnElement.getPrecision precision property for
ColumnElement column elements . |
final public static String | PROP_REFERENCED_COLUMN Name of
ColumnPairElement.getReferencedColumn referenced column property for
ColumnPairElement column pair elements . |
final public static String | PROP_SCALE Name of
ColumnElement.getScale scale property for
ColumnElement column elements . |
final public static String | PROP_SCHEMA Name of
SchemaElement.getSchema schema property for
SchemaElement schema elements . |
final public static String | PROP_STATUS Name of
SchemaElement.getStatus status property for
SchemaElement schema elements . |
final public static String | PROP_TABLES Name of tables property for
SchemaElement.getTables schema elements . |
final public static String | PROP_TABLE_OR_VIEW Name of
TableElement.isTableOrView is table or view property for
TableElement tables . |
final public static String | PROP_TYPE Name of
ColumnElement.getType type property for
ColumnElement column elements . |
final public static String | PROP_UNIQUE Name of
IndexElement.isUnique flag property for
IndexElement index elements . |