Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
Modifier and Type | Method | Description |
---|---|---|
static OracleConnection.DatabaseShutdownMode |
OracleConnection.DatabaseShutdownMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OracleConnection.DatabaseShutdownMode[] |
OracleConnection.DatabaseShutdownMode.values() |
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
OracleConnection.shutdown(OracleConnection.DatabaseShutdownMode mode) |
Shuts the database server down.
|
void |
OracleConnectionWrapper.shutdown(OracleConnection.DatabaseShutdownMode mode) |