✓
public abstract interface ConnectionPoolDataSource
extends javax.sql.CommonDataSource
Methods
- ✓public default javax.sql.PooledConnectionBuilder createPooledConnectionBuilder() throws java.sql.SQLException
- ✓public abstract java.io.PrintWriter getLogWriter() throws java.sql.SQLException
- ✓public abstract int getLoginTimeout() throws java.sql.SQLException
- ✓public abstract javax.sql.PooledConnection getPooledConnection() throws java.sql.SQLException
- ✓public abstract javax.sql.PooledConnection getPooledConnection(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException
- ✓public abstract void setLogWriter(java.io.PrintWriter arg0) throws java.sql.SQLException
- ✓public abstract void setLoginTimeout(int arg0) throws java.sql.SQLException