Uses of Class
oracle.jdbc.OracleConnection.DatabaseShutdownMode
-
Packages that use OracleConnection.DatabaseShutdownMode Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc. -
- <section role="region">
Uses of OracleConnection.DatabaseShutdownMode in oracle.jdbc
Methods in oracle.jdbc that return OracleConnection.DatabaseShutdownMode Modifier and Type Method Description static OracleConnection.DatabaseShutdownModeOracleConnection.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.
</section>Methods in oracle.jdbc with parameters of type OracleConnection.DatabaseShutdownMode Modifier and Type Method Description voidOracleConnection. shutdown(OracleConnection.DatabaseShutdownMode mode)Shuts the database server down.voidOracleConnectionWrapper. shutdown(OracleConnection.DatabaseShutdownMode mode)
- <section role="region">