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 TypeClassDescriptionclassjTDS implementation of the java.sql.CallableStatement interface.Methods in net.sourceforge.jtds.jdbc with parameters of type JtdsPreparedStatementModifier and TypeMethodDescription(package private) StringJtdsConnection.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 JtdsPreparedStatementPreparedStatementProxy._preparedStatementConstructors in net.sourceforge.jtds.jdbcx.proxy with parameters of type JtdsPreparedStatementModifierConstructorDescription(package private)PreparedStatementProxy(ConnectionProxy connection, JtdsPreparedStatement preparedStatement)