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 | Method and Description |
---|---|
java.math.BigInteger |
FileSpecification.getFileSize()
Return file SIZE in bytes
|
java.math.BigInteger |
AutoExtendProperties.getMaxSize()
Return MAX extent size
|
java.math.BigInteger |
AutoExtendProperties.getNextSize()
Return NEXT extent size
|
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
OracleStorageProperties.getInitialExtent() |
java.math.BigInteger |
OracleStorageProperties.getMaxExtent() |
java.math.BigInteger |
OracleStorageProperties.getMinExtent() |
java.math.BigInteger |
OracleStorageProperties.getNextExtent() |
java.math.BigInteger |
OracleTablespaceProperties.getUniformSize()
Return UNIFORM size
|