@Deprecated public class PingablePooledConnection extends AbstractPingablePooledConnection
jdbcConnectionINSTANT_IN_USE| Modifier | Constructor and Description |
|---|---|
protected |
PingablePooledConnection(java.sql.Connection connection,
boolean statementPooling,
int maxStatements,
boolean keepStatements,
org.firebirdsql.pool.PooledConnectionQueue owningQueue)
Deprecated.
|
|
PingablePooledConnection(java.sql.Connection connection,
java.lang.String pingStatement,
int pingInterval,
boolean statementPooling,
int maxStatements,
boolean keepStatements,
org.firebirdsql.pool.PooledConnectionQueue owningQueue)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addStatementEventListener(javax.sql.StatementEventListener arg0)
Deprecated.
|
void |
removeStatementEventListener(javax.sql.StatementEventListener arg0)
Deprecated.
|
addConnectionEventListener, close, configureConnectionDefaults, connectionClosed, connectionCommitted, connectionErrorOccured, connectionRolledBack, deallocate, getConnection, getInstantInPool, getLastPingTime, getLogChannel, getOwningQueue, getPreparedStatement, getPreparedStatement, getPreparedStatement, internalClose, isInPool, isKeepStatements, isRollbackAllowed, isStatementPooling, isValid, isValid, ping, prepareStatement, prepareStatement, removeConnectionEventListener, setDefaultTransactionIsolation, setInPool, statementClosed, statementClosedprotected PingablePooledConnection(java.sql.Connection connection,
boolean statementPooling,
int maxStatements,
boolean keepStatements,
org.firebirdsql.pool.PooledConnectionQueue owningQueue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic PingablePooledConnection(java.sql.Connection connection,
java.lang.String pingStatement,
int pingInterval,
boolean statementPooling,
int maxStatements,
boolean keepStatements,
org.firebirdsql.pool.PooledConnectionQueue owningQueue)
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.