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