public class AltibasePooledConnection
extends java.lang.Object
implements javax.sql.PooledConnection
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectionEventListener(javax.sql.ConnectionEventListener aListener) |
void |
addStatementEventListener(javax.sql.StatementEventListener aListener) |
void |
close() |
protected java.sql.Connection |
createLogicalConnection(java.sql.Connection aPhysicalConnection,
AltibasePooledConnection aParent) |
java.sql.Connection |
getConnection() |
void |
removeConnectionEventListener(javax.sql.ConnectionEventListener aListener) |
void |
removeStatementEventListener(javax.sql.StatementEventListener aListener) |
protected java.sql.Connection createLogicalConnection(java.sql.Connection aPhysicalConnection,
AltibasePooledConnection aParent)
public java.sql.Connection getConnection()
throws java.sql.SQLException
getConnection in interface javax.sql.PooledConnectionjava.sql.SQLExceptionpublic void close()
throws java.sql.SQLException
close in interface javax.sql.PooledConnectionjava.sql.SQLExceptionpublic void addConnectionEventListener(javax.sql.ConnectionEventListener aListener)
addConnectionEventListener in interface javax.sql.PooledConnectionpublic void removeConnectionEventListener(javax.sql.ConnectionEventListener aListener)
removeConnectionEventListener in interface javax.sql.PooledConnectionpublic void addStatementEventListener(javax.sql.StatementEventListener aListener)
addStatementEventListener in interface javax.sql.PooledConnectionpublic void removeStatementEventListener(javax.sql.StatementEventListener aListener)
removeStatementEventListener in interface javax.sql.PooledConnection