Uses of Class
net.sourceforge.jtds.jdbcx.PooledConnection
-
Packages that use PooledConnection Package Description net.sourceforge.jtds.jdbcx net.sourceforge.jtds.jdbcx.proxy -
-
Uses of PooledConnection in net.sourceforge.jtds.jdbcx
Subclasses of PooledConnection in net.sourceforge.jtds.jdbcx Modifier and Type Class Description class
JtdsXAConnection
jTDS implementation of theXAConnection
interface. -
Uses of PooledConnection in net.sourceforge.jtds.jdbcx.proxy
Fields in net.sourceforge.jtds.jdbcx.proxy declared as PooledConnection Modifier and Type Field Description private PooledConnection
ConnectionProxy. _pooledConnection
Constructors in net.sourceforge.jtds.jdbcx.proxy with parameters of type PooledConnection Constructor Description ConnectionProxy(PooledConnection pooledConnection, java.sql.Connection connection)
Constructs a new connection proxy.
-