Frames | No Frames |
Constructors with parameter type net.sourceforge.jtds.jdbc.JtdsStatement | |
Fields of type net.sourceforge.jtds.jdbc.JtdsStatement | |
JtdsStatement |
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. | |
Constructs a cached result set based on locally generated 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. |