|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JtdsPreparedStatement | |
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 | |
class |
JtdsCallableStatement
jTDS implementation of the java.sql.CallableStatement interface. |
Methods in net.sourceforge.jtds.jdbc with parameters of type JtdsPreparedStatement | |
(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 | |
private JtdsPreparedStatement |
PreparedStatementProxy._preparedStatement
|
Constructors in net.sourceforge.jtds.jdbcx.proxy with parameters of type JtdsPreparedStatement | |
PreparedStatementProxy(ConnectionProxy connection,
JtdsPreparedStatement preparedStatement)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |