| 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. 
 | 
| oracle.javatools.db.plsql | 
 Classes for dealing with PL/SQL objects. 
 | 
| 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 | Method and Description | 
|---|---|
Constraint.DeferrableState | 
Constraint.getDeferrableState()
The deferrable state of the Constraint. 
 | 
java.math.BigInteger | 
FileSpecification.getFileSize()
Return file SIZE in bytes 
 | 
Index.IndexType | 
Index.getIndexType()
Get the type of the index. 
 | 
java.math.BigInteger | 
AbstractIncrementer.getMaxValue()
Retrieves the maximum value for this sequence. 
 | 
java.math.BigInteger | 
AbstractIncrementer.getMinValue()
Retrieves the minimum value for this sequence. 
 | 
java.lang.String | 
DBObject.getName()
Retrieves the name of this object. 
 | 
View.Restriction | 
View.getRestriction()
Gets the query restriction for this view. 
 | 
Schema | 
SchemaObject.getSchema()
Gets the Schema of this object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Boolean | 
HiveSkewProperties.getStoredAsDirectories()
Gets whether the skewed values should be stored as directories. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
OracleTablePartitions.KEY  | 
static java.lang.String | 
OracleIndexPartitions.KEY  | 
| Modifier and Type | Method and Description | 
|---|---|
MaterializedView.BuildType | 
MaterializedView.getBuildType()
Gets the type specified in the build clause 
 | 
java.lang.Boolean | 
DatabaseLink.getConnectToUser()
Whether this database link is connected via the connected user, the
 current user or a fixed user. 
 | 
MaterializedView.PrebuiltType | 
MaterializedView.getOnPrebuilt()
Gets whether this materialized view is prebuilt. 
 | 
OracleTablePartitions.PartitionType | 
OracleTablePartitions.getPartitionType()  | 
OracleTablePartitions.PartitionType | 
TablePartition.getPartitionType()  | 
OracleIndexPartitions.PartitionType | 
OracleIndexPartitions.getPartitionType()  | 
OracleExternalTableProperties.ProjectColumn | 
OracleExternalTableProperties.getProjectColumn()
Get the value of the 'alter table project column clause'. 
 | 
void | 
MaterializedView.setRefreshMode(MaterializedView.RefreshMode refreshMode)
Sets the refresh mode of the materialized view. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Trigger.BaseType | 
Trigger.getBaseType()
Get method for the BaseType property 
 | 
Trigger.Timing | 
Trigger.getTiming()
Get method for the Timing property 
 |