| 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 | 
|---|---|
OracleTablespaceProperties.OnlineStatus | 
OracleTablespaceProperties.getOnlineStatus()
Return online status 
 | 
static OracleTablespaceProperties.OnlineStatus | 
OracleTablespaceProperties.OnlineStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static OracleTablespaceProperties.OnlineStatus[] | 
OracleTablespaceProperties.OnlineStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OracleTablespaceProperties.setOnlineStatus(OracleTablespaceProperties.OnlineStatus onlineStatus)
Set online status, one of ONLINE, OFFLINE_NORMAL, OFFLINE_TEMPORARY,
 or OFFLINE_IMMEDIATE 
 |