Uses of Class
net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Packages that use JtdsPreparedStatement
-
Uses of JtdsPreparedStatement in net.sourceforge.jtds.jdbc
Subclasses of JtdsPreparedStatement in net.sourceforge.jtds.jdbcModifier and TypeClassDescriptionclass
jTDS implementation of the java.sql.CallableStatement interface.Methods in net.sourceforge.jtds.jdbc with parameters of type JtdsPreparedStatementModifier and TypeMethodDescription(package private) String
JtdsConnection.prepareSQL
(JtdsPreparedStatement pstmt, 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 JtdsPreparedStatementModifier and TypeFieldDescriptionprivate JtdsPreparedStatement
PreparedStatementProxy._preparedStatement
Constructors in net.sourceforge.jtds.jdbcx.proxy with parameters of type JtdsPreparedStatementModifierConstructorDescription(package private)
PreparedStatementProxy
(ConnectionProxy connection, JtdsPreparedStatement preparedStatement)