| 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.hive | |
| 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 | 
TblProperty.LIST_PROPERTY
This is also the property name for a TblProperty[] that define the
 TBLPROPERTIES for a given DBObject. 
 | 
static java.lang.String | 
HiveBucketProperties.TYPE
Type String for this object. 
 | 
static java.lang.String | 
HiveStorageProperties.TYPE
Type String for this object. 
 | 
static java.lang.String | 
HivePartitionProperties.TYPE
Type String for this object. 
 | 
static java.lang.String | 
HiveSkewProperties.TYPE
Type String for this object. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
OracleInMemoryColumnProperties.CLAUSE_KEY
Property key for an array of column clauses from the parent table. 
 | 
static java.lang.String | 
OracleTablespaceProperties.KEY  | 
static java.lang.String | 
OracleTablePartitions.KEY  | 
static java.lang.String | 
OracleIndexOrganizedTableProperties.KEY  | 
static java.lang.String | 
OracleInMemoryProperties.KEY
Property key for this object under a supported parent. 
 | 
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.KEY  | 
static java.lang.String | 
OracleSchemaProperties.KEY  | 
static java.lang.String | 
OracleIndexPartitions.KEY  | 
static java.lang.String | 
OracleTableProperties.KEY
KEY for use in getProperty/setProperty on a Table object to query the
 oracle 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
Deprecated. 
 
Compression is now stored in an OracleTableProperties object in
 the Table property map (as tableCompression), keyed by
 OracleTableProperties.KEY 
 | 
static java.lang.String | 
OracleDatabase.TABLE_PARALLEL_KEY
Deprecated. 
 
ParallelDegree is now stored in an OracleTableProperties object in
 the Table property map, keyed by OracleTableProperties.KEY 
 | 
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. 
 |