org.apache.xalan.lib.sql
public class PooledConnection extends Object
| Constructor Summary | |
|---|---|
| PooledConnection(Connection value) | |
| Method Summary | |
|---|---|
| void | close()
Close the real JDBC Connection
|
| Connection | getConnection()
Returns a reference to the JDBC Connection |
| boolean | inUse()
Returns the current status of the PooledConnection.
|
| void | setInUse(boolean value)
Set the status of the PooledConnection.
|
Parameters: value
Returns: Connection
Parameters: value