Uses of Class
net.sourceforge.jtds.jdbc.JtdsStatement
Packages that use JtdsStatement
-
Uses of JtdsStatement in net.sourceforge.jtds.jdbc
Subclasses of JtdsStatement in net.sourceforge.jtds.jdbcModifier and TypeClassDescriptionclass
jTDS implementation of the java.sql.CallableStatement interface.class
jTDS implementation of the java.sql.PreparedStatement interface.Fields in net.sourceforge.jtds.jdbc declared as JtdsStatementModifier and TypeFieldDescriptionprotected JtdsStatement
JtdsResultSet.statement
The parent statement.Methods in net.sourceforge.jtds.jdbc with parameters of type JtdsStatementModifier and TypeMethodDescription(package private) void
JtdsConnection.addStatement
(JtdsStatement statement) Adds a statement object to the list maintained by the connection.(package private) void
JtdsConnection.removeStatement
(JtdsStatement statement) Removes a statement object from the list maintained by the connection and cleans up the statement cache if necessary.Constructors in net.sourceforge.jtds.jdbc with parameters of type JtdsStatementModifierConstructorDescription(package private)
CachedResultSet
(JtdsStatement statement, String[] colName, int[] colType) Constructs a cached result set based on locally generated data.(package private)
CachedResultSet
(JtdsStatement statement, String sql, String procName, ParamInfo[] procedureParams, int resultSetType, int concurrency) Constructs a new cached result set.(package private)
CachedResultSet
(JtdsStatement statement, ColInfo[] columns, Object[] data) Creates a cached result set containing one row.(package private)
JtdsResultSet
(JtdsStatement statement, int resultSetType, int concurrency, ColInfo[] columns) Construct a simple result set from a statement, metadata or generated keys.(package private)
MSCursorResultSet
(JtdsStatement statement, String sql, String procName, ParamInfo[] procedureParams, int resultSetType, int concurrency) Construct a cursor result set using Microsoft sp_cursorcreate etc. -
Uses of JtdsStatement in net.sourceforge.jtds.jdbcx.proxy
Fields in net.sourceforge.jtds.jdbcx.proxy declared as JtdsStatementConstructors in net.sourceforge.jtds.jdbcx.proxy with parameters of type JtdsStatementModifierConstructorDescription(package private)
StatementProxy
(ConnectionProxy connection, JtdsStatement statement)