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 classJtdsXAConnectionjTDS implementation of theXAConnectioninterface. -
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 PooledConnectionConnectionProxy. _pooledConnectionConstructors 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.
-