Uses of Class net.sourceforge.jtds.jdbc.JtdsStatement

Uses in package net.sourceforge.jtds.jdbcx.proxy

Constructors with parameter type net.sourceforge.jtds.jdbc.JtdsStatement

Fields of type net.sourceforge.jtds.jdbc.JtdsStatement

JtdsStatement

Uses in package net.sourceforge.jtds.jdbc

Classes derived from net.sourceforge.jtds.jdbc.JtdsStatement

class
jTDS implementation of the java.sql.CallableStatement interface.
class
jTDS implementation of the java.sql.PreparedStatement interface.

Constructors with parameter type net.sourceforge.jtds.jdbc.JtdsStatement

CachedResultSet.CachedResultSet(JtdsStatement statement, String sql, String procName, ParamInfo[] procedureParams, int resultSetType, int concurrency)
Constructs a new cached result set.
CachedResultSet.CachedResultSet(JtdsStatement statement, String[] colName, int[] colType)
Constructs a cached result set based on locally generated data.
CachedResultSet.CachedResultSet(JtdsStatement statement, columns[] , data[] )
Creates a cached result set containing one row.
JtdsResultSet.JtdsResultSet(JtdsStatement statement, int resultSetType, int concurrency, ColInfo[] columns)
Construct a simple result set from a statement, metadata or generated keys.
MSCursorResultSet.MSCursorResultSet(JtdsStatement statement, String sql, String procName, ParamInfo[] procedureParams, int resultSetType, int concurrency)
Construct a cursor result set using Microsoft sp_cursorcreate etc.

Fields of type net.sourceforge.jtds.jdbc.JtdsStatement

JtdsStatement
The parent statement.

Methods with parameter type net.sourceforge.jtds.jdbc.JtdsStatement

void
Adds a statement object to the list maintained by the connection.
void
Removes a statement object from the list maintained by the connection and cleans up the statement cache if necessary.

Generated on September 18 2009