|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OracleConnectionPoolDataSource
A data source that supports transparent failover replay of JDBC operations.
| Field Summary |
|---|
| Fields inherited from interface oracle.jdbc.replay.OracleDataSource |
|---|
CONNECTION_PROPERTIES, DATA_SOURCE_NAME, DATABASE_NAME, DESCRIPTION, EXPLICIT_CACHING_ENABLED, IMPLICIT_CACHING_ENABLED, MAX_STATEMENTS, NETWORK_PROTOCOL, PASSWORD, PORT_NUMBER, ROLE_NAME, SERVER_NAME, URL, USER |
| Method Summary | |
|---|---|
PooledConnection |
getPooledConnection()
Attempts to establish a database connection. |
PooledConnection |
getPooledConnection(String user,
String passwd)
Attempts to establish a database connection. |
| Methods inherited from interface javax.sql.DataSource |
|---|
getConnection, getConnection |
| Methods inherited from interface javax.sql.CommonDataSource |
|---|
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Method Detail |
|---|
PooledConnection getPooledConnection()
throws SQLException
getPooledConnection in interface ConnectionPoolDataSourceSQLException - if a database-access error occurs.
PooledConnection getPooledConnection(String user,
String passwd)
throws SQLException
getPooledConnection in interface ConnectionPoolDataSourceuser - The database user on whose behalf the Connection is
being made.passwd - The user's password
SQLException - if a database-access error occurs.
|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||