All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----oracle.jdbc.pool.OracleDataSource | +----oracle.jdbc.pool.OracleConnectionPoolDataSource
A DataSource object is a factory for Connection objects. An object that implements the DataSource interface will typically be registered with a JNDI service provider. A JDBC driver that is accessed via the DataSource API does not automatically register itself with the DriverManager.
Attempt to establish a database connection.
Attempt to establish a database connection.
public OracleConnectionPoolDataSource() throws SQLException
public synchronized PooledConnection getPooledConnection() throws SQLException
Attempt to establish a database connection.
public synchronized PooledConnection getPooledConnection(String user, String passwd) throws SQLException
Attempt to establish a database connection.
All Packages Class Hierarchy This Package Previous Next Index