public interface ConnectionPoolDataSource
| Modifier and Type | Method and Description |
|---|---|
int |
getLoginTimeout() |
java.io.PrintWriter |
getLogWriter() |
PooledConnection |
getPooledConnection() |
PooledConnection |
getPooledConnection(java.lang.String user,
java.lang.String password) |
void |
setLoginTimeout(int seconds) |
void |
setLogWriter(java.io.PrintWriter out) |
PooledConnection getPooledConnection() throws java.sql.SQLException
java.sql.SQLExceptionPooledConnection getPooledConnection(java.lang.String user, java.lang.String password) throws java.sql.SQLException
java.sql.SQLExceptionjava.io.PrintWriter getLogWriter() throws java.sql.SQLException
java.sql.SQLExceptionvoid setLogWriter(java.io.PrintWriter out) throws java.sql.SQLException
java.sql.SQLExceptionvoid setLoginTimeout(int seconds) throws java.sql.SQLException
java.sql.SQLExceptionint getLoginTimeout() throws java.sql.SQLException
java.sql.SQLException