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