Uses of Class net.sourceforge.jtds.jdbc.ConnectionJDBC2

Uses in package net.sourceforge.jtds.jdbcx.proxy

Fields of type net.sourceforge.jtds.jdbc.ConnectionJDBC2

ConnectionJDBC2

Uses in package net.sourceforge.jtds.jdbc.cache

Constructors with parameter type net.sourceforge.jtds.jdbc.ConnectionJDBC2

SQLCacheKey.SQLCacheKey(String sql, ConnectionJDBC2 connection)

Uses in package net.sourceforge.jtds.jdbc

Classes derived from net.sourceforge.jtds.jdbc.ConnectionJDBC2

class
Implements JDBC 3.0 specific functionality.

Constructors with parameter type net.sourceforge.jtds.jdbc.ConnectionJDBC2

Constructs a new empty Blob instance.
BlobImpl.BlobImpl(ConnectionJDBC2 connection, byte[] bytes)
Constructs a new Blob instance initialized with data.
Constructs a new empty Clob instance.
ClobImpl.ClobImpl(ConnectionJDBC2 connection, String str)
Constructs a new initialized Clob instance.
JtdsCallableStatement.JtdsCallableStatement(ConnectionJDBC2 connection, String sql, int resultSetType, int concurrency)
Construct a CallableStatement object.
JtdsPreparedStatement.JtdsPreparedStatement(ConnectionJDBC2 connection, String sql, int resultSetType, int concurrency, boolean returnKeys)
Construct a new preparedStatement object.
JtdsStatement.JtdsStatement(ConnectionJDBC2 connection, int resultSetType, int resultSetConcurrency)
Construct a new Statement object.
SQLParser.SQLParser(String sqlIn, ArrayList paramList, ConnectionJDBC2 connection)
Constructs a new parser object to process the supplied SQL.
Creates a new instance of SharedLocalNamedPipe.
Creates a new instance of SharedNamedPipe.
Construct a SharedSocket object specifying host name and port.
Construct a TdsCore object.

Fields of type net.sourceforge.jtds.jdbc.ConnectionJDBC2

ConnectionJDBC2
The parent connection object
ConnectionJDBC2
ConnectionJDBC2
The connection owning this statement object.
ConnectionJDBC2
Connection object for server specific parsing.
ConnectionJDBC2
The Connection object that created this object.

Methods with parameter type net.sourceforge.jtds.jdbc.ConnectionJDBC2

SharedSocket
Creates a SharedSocket object representing a connection to a named pipe.
Socket
Creates a Socket through reflection when Driver.JDBC3 is true.
void
Support.embedData(StringBuffer buf, Object value, boolean isUnicode, ConnectionJDBC2 connection)
Embed the data object as a string literal in the buffer supplied.
SimpleLRUCache
Retrieves the statement cache, creating it if required.
void
Retrieve the TDS native type code for the parameter.
Object
Read a MSQL 2000 sql_variant data value from the input stream.
String[]
SQLParser.parse(String sql, ArrayList paramList, ConnectionJDBC2 connection, boolean extractTable)
Parse the SQL statement processing JDBC escapes and parameter markers.
Object
Read the TDS data item from the Response Stream.
void
Set the charsetInfo field of ci according to the value of its collation field.
String
Support.substituteParameters(String sql, ParamInfo[] list, ConnectionJDBC2 connection)
Substitute actual data for the parameter markers to simulate parameter substitution in a PreparedStatement.

Methods with return type net.sourceforge.jtds.jdbc.ConnectionJDBC2

ConnectionJDBC2
Returns the ConnectionJDBC2 object referenced by the statement instance variable.
ConnectionJDBC2
Support.getConnection(Object callerReference)
Returns the connection for a given ResultSet, Statement or Connection object.

Generated on September 18 2009