Package | Description |
---|---|
oracle.javatools.db |
Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database.
|
oracle.javatools.db.ora |
Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DBObject.COMMENT
The comment property.
|
static java.lang.String |
Table.TABLE_TYPE_KEY
Property controlling the type of Table represented by this model.
|
static java.lang.String |
Tablespace.TABLESPACE_TYPE_KEY
Property controlling the type of Tablespace represented by this model.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OracleTablespaceProperties.KEY |
static java.lang.String |
OracleTablePartitions.KEY |
static java.lang.String |
OracleStorageProperties.KEY |
static java.lang.String |
OracleSchemaProperties.KEY |
static java.lang.String |
OracleIndexPartitions.KEY |
static java.lang.String |
OracleIndexOrganizedTableProperties.KEY |
static java.lang.String |
OracleExternalTableProperties.KEY
KEY for use in getProperty/setProperty on a Table object to query the external table properties.
|
static java.lang.String |
OracleStorageProperties.MV_INDEX_KEY |
static java.lang.String |
OracleDatabase.NESTED_TABLE_PROPERTY
Property name for nested tables.
|
static java.lang.String |
OracleDatabase.OBJECT_TABLE_PROPERTY
Property name for Object Tables.
|
static java.lang.String |
OracleDatabase.PARTITIONED_TABLE_PROPERTY
Property name for Partitioned Tables.
|
static java.lang.String |
OracleDatabase.TABLE_COMPRESS_KEY
Boolean property indicating if the table is compressed.
|
static java.lang.String |
OracleDatabase.TABLE_PARALLEL_KEY
Integer property indicating the degree of parallelism on the table 0 = PARALLEL DEFAULT (Server selects the degree) 1 = NOPARALLEL (default) n = PARALLEL n If the property is not set, this will be interpretted as 1, ie NOPARALLEL.
|
static java.lang.String |
OracleColumnProperties.TYPE |
static java.lang.String |
OracleDatabase.USER_PRIVS
Property name for user privileges.
|
static java.lang.String |
OracleDatabase.USER_ROLES
Property name for user roles.
|