public final class PooledConnection extends Object implements DelegatedConnection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE| Constructor and Description | 
|---|
| PooledConnection(Connection connection,
                org.davidmoten.rxjava3.pool.Checkin checkin) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| Connection | con() | 
| CallableStatement | prepareCall(String sql) | 
| CallableStatement | prepareCall(String sql,
           int resultSetType,
           int resultSetConcurrency) | 
| CallableStatement | prepareCall(String sql,
           int resultSetType,
           int resultSetConcurrency,
           int resultSetHoldability) | 
| PreparedStatement | prepareStatement(String sql) | 
| PreparedStatement | prepareStatement(String sql,
                int autoGeneratedKeys) | 
| PreparedStatement | prepareStatement(String sql,
                int[] columnIndexes) | 
| PreparedStatement | prepareStatement(String sql,
                int resultSetType,
                int resultSetConcurrency) | 
| PreparedStatement | prepareStatement(String sql,
                int resultSetType,
                int resultSetConcurrency,
                int resultSetHoldability) | 
| PreparedStatement | prepareStatement(String sql,
                String[] columnNames) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabort, clearWarnings, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, isWrapperFor, nativeSQL, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap, unwrappublic PooledConnection(Connection connection, org.davidmoten.rxjava3.pool.Checkin checkin)
public PreparedStatement prepareStatement(String sql) throws SQLException
prepareStatement in interface ConnectionprepareStatement in interface DelegatedConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException
prepareStatement in interface ConnectionprepareStatement in interface DelegatedConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException
prepareStatement in interface ConnectionprepareStatement in interface DelegatedConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
prepareStatement in interface ConnectionprepareStatement in interface DelegatedConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
prepareStatement in interface ConnectionprepareStatement in interface DelegatedConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
prepareStatement in interface ConnectionprepareStatement in interface DelegatedConnectionSQLExceptionpublic CallableStatement prepareCall(String sql) throws SQLException
prepareCall in interface ConnectionprepareCall in interface DelegatedConnectionSQLExceptionpublic CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
prepareCall in interface ConnectionprepareCall in interface DelegatedConnectionSQLExceptionpublic CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
prepareCall in interface ConnectionprepareCall in interface DelegatedConnectionSQLExceptionpublic void close()
close in interface AutoCloseableclose in interface Connectionclose in interface DelegatedConnectionpublic Connection con()
con in interface DelegatedConnectionCopyright © 2022–2023. All rights reserved.