Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

Uses of Class
oracle.jdbc.OracleConnection.DatabaseShutdownMode

Packages that use OracleConnection.DatabaseShutdownMode
oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc
 

Uses of OracleConnection.DatabaseShutdownMode in oracle.jdbc
 

Methods in oracle.jdbc that return OracleConnection.DatabaseShutdownMode
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.
 

Methods in oracle.jdbc with parameters of type OracleConnection.DatabaseShutdownMode
 void OracleConnectionWrapper.shutdown(OracleConnection.DatabaseShutdownMode mode)
           
 void OracleConnection.shutdown(OracleConnection.DatabaseShutdownMode mode)
          Shuts the database server down.
 


Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

Copyright © 2008, 2013, Oracle. All rights reserved.