Uses of Class
net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
Packages that use JtdsPreparedStatement Package Description net.sourceforge.jtds.jdbc net.sourceforge.jtds.jdbcx.proxy -
-
Uses of JtdsPreparedStatement in net.sourceforge.jtds.jdbc
Subclasses of JtdsPreparedStatement in net.sourceforge.jtds.jdbc Modifier and Type Class Description class
JtdsCallableStatement
jTDS implementation of the java.sql.CallableStatement interface.Methods in net.sourceforge.jtds.jdbc with parameters of type JtdsPreparedStatement Modifier and Type Method Description (package private) java.lang.String
ConnectionJDBC2. prepareSQL(JtdsPreparedStatement pstmt, java.lang.String sql, ParamInfo[] params, boolean returnKeys, boolean cursorNeeded)
Try to convert the SQL statement into a statement prepare. -
Uses of JtdsPreparedStatement in net.sourceforge.jtds.jdbcx.proxy
Fields in net.sourceforge.jtds.jdbcx.proxy declared as JtdsPreparedStatement Modifier and Type Field Description private JtdsPreparedStatement
PreparedStatementProxy. _preparedStatement
Constructors in net.sourceforge.jtds.jdbcx.proxy with parameters of type JtdsPreparedStatement Constructor Description PreparedStatementProxy(ConnectionProxy connection, JtdsPreparedStatement preparedStatement)
-