Uses of Class
net.sourceforge.jtds.jdbcx.PooledConnection
Packages that use PooledConnection
-
Uses of PooledConnection in net.sourceforge.jtds.jdbcx
Subclasses of PooledConnection in net.sourceforge.jtds.jdbcxModifier and TypeClassDescriptionclass
jTDS implementation of theXAConnection
interface. -
Uses of PooledConnection in net.sourceforge.jtds.jdbcx.proxy
Fields in net.sourceforge.jtds.jdbcx.proxy declared as PooledConnectionConstructors in net.sourceforge.jtds.jdbcx.proxy with parameters of type PooledConnectionModifierConstructorDescriptionConnectionProxy
(PooledConnection pooledConnection, Connection connection) Constructs a new connection proxy.