org.firebirdsql.pool
Class PingablePooledConnection
java.lang.Object
org.firebirdsql.pool.AbstractPingablePooledConnection
org.firebirdsql.pool.PingablePooledConnection
- All Implemented Interfaces:
- javax.sql.PooledConnection, PooledObject, XStatementManager
Deprecated.
@Deprecated
public class PingablePooledConnection
- extends AbstractPingablePooledConnection
Constructor Summary |
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. |
Methods inherited from class org.firebirdsql.pool.AbstractPingablePooledConnection |
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, statementClosed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PingablePooledConnection
protected PingablePooledConnection(java.sql.Connection connection,
boolean statementPooling,
int maxStatements,
boolean keepStatements,
org.firebirdsql.pool.PooledConnectionQueue owningQueue)
throws java.sql.SQLException
- Deprecated.
- Throws:
java.sql.SQLException
PingablePooledConnection
public 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
- Deprecated.
- Throws:
java.sql.SQLException
addStatementEventListener
public void addStatementEventListener(javax.sql.StatementEventListener arg0)
- Deprecated.
removeStatementEventListener
public void removeStatementEventListener(javax.sql.StatementEventListener arg0)
- Deprecated.
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.