javax.sql
Interface ConnectionPoolDataSource
public interface ConnectionPoolDataSource
- Since:
- 1.4
getPooledConnection
PooledConnection getPooledConnection()
throws SQLException
- Throws:
SQLException
- Since:
- 1.4
getPooledConnection
PooledConnection getPooledConnection(String user,
String password)
throws SQLException
- Throws:
SQLException
- Since:
- 1.4
getLogWriter
PrintWriter getLogWriter()
throws SQLException
- Throws:
SQLException
- Since:
- 1.4
setLogWriter
void setLogWriter(PrintWriter out)
throws SQLException
- Throws:
SQLException
- Since:
- 1.4
setLoginTimeout
void setLoginTimeout(int seconds)
throws SQLException
- Throws:
SQLException
- Since:
- 1.4
getLoginTimeout
int getLoginTimeout()
throws SQLException
- Throws:
SQLException
- Since:
- 1.4