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
SQLException
PooledConnection getPooledConnection(String user, String password) throws SQLException
SQLException
PrintWriter getLogWriter() throws SQLException
SQLException
void setLogWriter(PrintWriter out) throws SQLException
SQLException
void setLoginTimeout(int seconds) throws SQLException
SQLException
int getLoginTimeout() throws SQLException
SQLException