Package | Description |
---|---|
net.sourceforge.jtds.jdbc | |
net.sourceforge.jtds.jdbcx.proxy |
Modifier and Type | Class and Description |
---|---|
class |
JtdsCallableStatement
jTDS implementation of the java.sql.CallableStatement interface.
|
class |
JtdsPreparedStatement
jTDS implementation of the java.sql.PreparedStatement interface.
|
Modifier and Type | Field and Description |
---|---|
protected JtdsStatement |
JtdsResultSet.statement
The parent statement.
|
Modifier and Type | Method and Description |
---|---|
(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.
|
Constructor and Description |
---|
CachedResultSet(JtdsStatement statement,
ColInfo[] columns,
java.lang.Object[] data)
Creates a cached result set containing one row.
|
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.
|
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.
|
Modifier and Type | Field and Description |
---|---|
private JtdsStatement |
StatementProxy._statement |
Constructor and Description |
---|
StatementProxy(ConnectionProxy connection,
JtdsStatement statement) |
Generated on June 8 2013