Uses of Class
net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Packages that use ConnectionProxy Package Description net.sourceforge.jtds.jdbcx.proxy -
-
Uses of ConnectionProxy in net.sourceforge.jtds.jdbcx.proxy
Fields in net.sourceforge.jtds.jdbcx.proxy declared as ConnectionProxy Modifier and Type Field Description private ConnectionProxy
StatementProxy. _connection
Constructors in net.sourceforge.jtds.jdbcx.proxy with parameters of type ConnectionProxy Constructor Description CallableStatementProxy(ConnectionProxy connection, JtdsCallableStatement callableStatement)
PreparedStatementProxy(ConnectionProxy connection, JtdsPreparedStatement preparedStatement)
StatementProxy(ConnectionProxy connection, JtdsStatement statement)
-