|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionJDBC2 | |
net.sourceforge.jtds.jdbc | |
net.sourceforge.jtds.jdbcx.proxy |
Uses of ConnectionJDBC2 in net.sourceforge.jtds.jdbc |
Subclasses of ConnectionJDBC2 in net.sourceforge.jtds.jdbc | |
class |
ConnectionJDBC3
Implements JDBC 3.0 specific functionality. |
Fields in net.sourceforge.jtds.jdbc declared as ConnectionJDBC2 | |
protected ConnectionJDBC2 |
JtdsStatement.connection
The connection owning this statement object. |
private ConnectionJDBC2 |
BlobImpl._connection
|
private ConnectionJDBC2 |
SQLParser.connection
Connection object for server specific parsing. |
private ConnectionJDBC2 |
TdsCore.connection
The Connection object that created this object. |
(package private) ConnectionJDBC2 |
JtdsDatabaseMetaData.connection
|
private ConnectionJDBC2 |
ClobImpl._connection
|
Methods in net.sourceforge.jtds.jdbc that return ConnectionJDBC2 | |
static ConnectionJDBC2 |
Support.getConnection(java.lang.Object callerReference)
Returns the connection for a given ResultSet ,
Statement or Connection object. |
Methods in net.sourceforge.jtds.jdbc with parameters of type ConnectionJDBC2 | |
(package private) static void |
TdsData.setColumnCharset(ColInfo ci,
ConnectionJDBC2 connection)
Set the charsetInfo field of ci according to
the value of its collation field. |
(package private) static java.lang.Object |
TdsData.readData(ConnectionJDBC2 connection,
ResponseStream in,
ColInfo ci,
boolean readTextMode)
Read the TDS data item from the Response Stream. |
(package private) static void |
TdsData.getNativeType(ConnectionJDBC2 connection,
ParamInfo pi)
Retrieve the TDS native type code for the parameter. |
private static java.lang.Object |
TdsData.getVariant(ConnectionJDBC2 connection,
ResponseStream in)
Read a MSQL 2000 sql_variant data value from the input stream. |
Constructors in net.sourceforge.jtds.jdbc with parameters of type ConnectionJDBC2 | |
JtdsStatement(ConnectionJDBC2 connection,
int resultSetType,
int resultSetConcurrency)
Construct a new Statement object. |
|
JtdsPreparedStatement(ConnectionJDBC2 connection,
java.lang.String sql,
int resultSetType,
int concurrency,
boolean returnKeys)
Construct a new preparedStatement object. |
|
JtdsCallableStatement(ConnectionJDBC2 connection,
java.lang.String sql,
int resultSetType,
int concurrency)
Construct a CallableStatement object. |
|
SQLParser(java.lang.String sql,
java.util.ArrayList paramList,
ConnectionJDBC2 connection)
Construct a new Parser object to process the supplied SQL. |
|
JtdsReader(ConnectionJDBC2 con,
ColInfo ci,
TextPtr textPtr,
java.lang.String charset)
Construct a new InputStream. |
|
JtdsInputStream(ConnectionJDBC2 con,
ColInfo ci,
TextPtr textPtr,
java.lang.String charset)
Construct a new InputStream. |
|
TdsCore(ConnectionJDBC2 connection,
SQLDiagnostic messages)
Construct a TdsCore object. |
|
JtdsDatabaseMetaData(ConnectionJDBC2 connection)
|
Uses of ConnectionJDBC2 in net.sourceforge.jtds.jdbcx.proxy |
Fields in net.sourceforge.jtds.jdbcx.proxy declared as ConnectionJDBC2 | |
private ConnectionJDBC2 |
ConnectionProxy._connection
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |