Uses of Class
net.sourceforge.jtds.jdbc.JtdsStatement
-
Packages that use JtdsStatement Package Description 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 Modifier and Type Class Description classJtdsCallableStatementjTDS implementation of the java.sql.CallableStatement interface.classJtdsPreparedStatementjTDS implementation of the java.sql.PreparedStatement interface.Fields in net.sourceforge.jtds.jdbc declared as JtdsStatement Modifier and Type Field Description protected JtdsStatementJtdsResultSet. statementThe parent statement.Methods in net.sourceforge.jtds.jdbc with parameters of type JtdsStatement Modifier and Type Method Description (package private) voidJtdsConnection. addStatement(JtdsStatement statement)Adds a statement object to the list maintained by the connection.(package private) voidJtdsConnection. 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 JtdsStatement Constructor Description CachedResultSet(JtdsStatement statement, java.lang.String[] colName, int[] colType)Constructs a cached result set based on locally generated data.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, ColInfo[] columns, java.lang.Object[] data)Creates a cached result set containing one row.JtdsResultSet(JtdsStatement statement, int resultSetType, int concurrency, ColInfo[] columns)Construct a simple result set from a statement, metadata or generated keys.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. -
Uses of JtdsStatement in net.sourceforge.jtds.jdbcx.proxy
Fields in net.sourceforge.jtds.jdbcx.proxy declared as JtdsStatement Modifier and Type Field Description private JtdsStatementStatementProxy. _statementConstructors in net.sourceforge.jtds.jdbcx.proxy with parameters of type JtdsStatement Constructor Description StatementProxy(ConnectionProxy connection, JtdsStatement statement)
-