public interface PooledConnection
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectionEventListener(ConnectionEventListener listener) |
void |
close() |
java.sql.Connection |
getConnection() |
void |
removeConnectionEventListener(ConnectionEventListener listener) |
java.sql.Connection getConnection() throws java.sql.SQLException
java.sql.SQLExceptionvoid close() throws java.sql.SQLException
java.sql.SQLExceptionvoid addConnectionEventListener(ConnectionEventListener listener)
void removeConnectionEventListener(ConnectionEventListener listener)