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