org.apache.xalan.lib.sql
Class PooledConnection
java.lang.Object
org.apache.xalan.lib.sql.PooledConnection
public class PooledConnection
extends java.lang.Object
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.
|
PooledConnection
public PooledConnection(Connection value)
close
public void close()
Close the real JDBC Connection
getConnection
public Connection getConnection()
Returns a reference to the JDBC Connection
inUse
public boolean inUse()
Returns the current status of the PooledConnection.
setInUse
public void setInUse(boolean value)
Set the status of the PooledConnection.
Copyright B) 2004 Apache XML Project. All Rights Reserved.