public class DriverPooledConnection extends Object implements PooledConnection
| Constructor and Description |
|---|
DriverPooledConnection(ConnectionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectionEventListener(ConnectionEventListener arg0) |
void |
addStatementEventListener(StatementEventListener arg0) |
void |
close() |
Connection |
getConnection() |
void |
removeConnectionEventListener(ConnectionEventListener arg0) |
void |
removeStatementEventListener(StatementEventListener arg0) |
public DriverPooledConnection(ConnectionFactory factory)
public void addConnectionEventListener(ConnectionEventListener arg0)
addConnectionEventListener in interface PooledConnectionPooledConnection.addConnectionEventListener(javax.sql.ConnectionEventListener)public void addStatementEventListener(StatementEventListener arg0)
addStatementEventListener in interface PooledConnectionPooledConnection.addStatementEventListener(javax.sql.StatementEventListener)public void close()
close in interface PooledConnectionPooledConnection.close()public Connection getConnection()
getConnection in interface PooledConnectionPooledConnection.getConnection()public void removeConnectionEventListener(ConnectionEventListener arg0)
removeConnectionEventListener in interface PooledConnectionPooledConnection.removeConnectionEventListener(javax.sql.ConnectionEventListener)public void removeStatementEventListener(StatementEventListener arg0)
removeStatementEventListener in interface PooledConnectionPooledConnection.removeStatementEventListener(javax.sql.StatementEventListener)Copyright © 2004–2014 Paul Ferraro. All rights reserved.