Package | Description |
---|---|
oracle.javatools.db.ora |
Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle.
|
Modifier and Type | Method and Description |
---|---|
OracleStorageProperties |
OracleIndexOrganizedTableProperties.getOverflowProperties()
Gets the overflow properties that are used if the table is marked as overflowable.
|
OracleStorageProperties |
TablePartition.getSegmentAttributes() |
OracleStorageProperties |
IndexPartition.getSegmentAttributes() |
OracleStorageProperties |
LOBDescriptor.getStorage() |
Modifier and Type | Method and Description |
---|---|
void |
OracleIndexOrganizedTableProperties.setOverflowProperties(OracleStorageProperties overflowProperties)
Sets the overflow properties that are used if the table is marked as overflowable.
|
void |
TablePartition.setSegmentAttributes(OracleStorageProperties segmentAttributes)
Set the OracleStorageProperties object defining the (sub)partition segment attribute properties.
|
void |
IndexPartition.setSegmentAttributes(OracleStorageProperties segmentAttributes) |
void |
LOBDescriptor.setStorage(OracleStorageProperties storage) |
Constructor and Description |
---|
OracleIndexOrganizedTableProperties(java.lang.Integer pctThreshold, boolean mapped, java.lang.Integer keyCompression, DBObjectID includeColum, boolean overflowable, OracleStorageProperties overflowProperties) |