Uses of Interface
javax.sql.PooledConnection
| Package | Description |
|---|---|
| javax.sql |
-
Uses of PooledConnection in javax.sql
Methods in javax.sql that return PooledConnection Modifier and Type Method Description PooledConnectionConnectionPoolDataSource. getPooledConnection()Creates a connection to a database which can then be used as a pooled connection.PooledConnectionConnectionPoolDataSource. getPooledConnection(String theUser, String thePassword)Creates a connection to a database, using the supplied user name and password, which can then be used as a pooled connection.Constructors in javax.sql with parameters of type PooledConnection Constructor Description ConnectionEvent(PooledConnection theConnection)Creates a connection event initialized with the suppliedPooledConnectionreporting that the application has closed the connection.ConnectionEvent(PooledConnection theConnection, SQLException theException)Creates aConnectionEventinitialized with the suppliedPooledConnectionand with the suppliedSQLExceptionindicating that an error has occurred within thePooledConnection.StatementEvent(PooledConnection con, PreparedStatement statement)the constructor with null exceptionStatementEvent(PooledConnection con, PreparedStatement statement, SQLException exception)the constructor