| 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 | 
|---|---|
AutoExtendProperties | 
FileSpecification.getAutoExtendProperties()
Return AUTO EXTEND properties 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FileSpecification.setAutoExtendProperties(AutoExtendProperties autoExtendProperties)
Set AUTO EXTEND properties 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AutoExtendProperties | 
OracleTablespaceProperties.getAutoExtendProperties()
Return AUTO EXTEND properties 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OracleTablespaceProperties.setAutoExtendProperties(AutoExtendProperties autoExtendProperties)
Set AUTO EXTEND properties 
 |