javax.sql
Interface ConnectionPoolDataSource


public interface ConnectionPoolDataSource

Since:
1.4

Method Summary
 int getLoginTimeout()
           
 PrintWriter getLogWriter()
           
 PooledConnection getPooledConnection()
           
 PooledConnection getPooledConnection(String user, String password)
           
 void setLoginTimeout(int seconds)
           
 void setLogWriter(PrintWriter out)
           
 

Method Detail

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