Uses of Class
net.sourceforge.jtds.jdbc.ConnectionJDBC2
-
Packages that use ConnectionJDBC2 Package Description net.sourceforge.jtds.jdbc net.sourceforge.jtds.jdbc.cache net.sourceforge.jtds.jdbcx.proxy -
-
Uses of ConnectionJDBC2 in net.sourceforge.jtds.jdbc
Subclasses of ConnectionJDBC2 in net.sourceforge.jtds.jdbc Modifier and Type Class Description class
ConnectionJDBC3
Implements JDBC 3.0 specific functionality.Fields in net.sourceforge.jtds.jdbc declared as ConnectionJDBC2 Modifier and Type Field Description protected ConnectionJDBC2
CachedResultSet. connection
The parent connection objectprivate ConnectionJDBC2
JtdsDatabaseMetaData. connection
protected ConnectionJDBC2
JtdsStatement. connection
The connection owning this statement object.private ConnectionJDBC2
SQLParser. connection
Connection object for server specific parsing.private ConnectionJDBC2
TdsCore. connection
The Connection object that created this object.Methods in net.sourceforge.jtds.jdbc that return ConnectionJDBC2 Modifier and Type Method Description private ConnectionJDBC2
JtdsResultSet. getConnection()
Returns theConnectionJDBC2
object referenced by theJtdsResultSet.statement
instance variable.private static ConnectionJDBC2
Support. getConnection(java.lang.Object callerReference)
Returns the connection for a givenResultSet
,Statement
orConnection
object.Methods in net.sourceforge.jtds.jdbc with parameters of type ConnectionJDBC2 Modifier and Type Method Description private SharedSocket
ConnectionJDBC2. createNamedPipe(ConnectionJDBC2 connection)
Creates aSharedSocket
object representing a connection to a named pipe.private java.net.Socket
SharedSocket. createSocketForJDBC3(ConnectionJDBC2 connection)
(package private) static void
Support. embedData(java.lang.StringBuffer buf, java.lang.Object value, boolean isUnicode, ConnectionJDBC2 connection)
Embed the data object as a string literal in the buffer supplied.private static SimpleLRUCache
SQLParser. getCache(ConnectionJDBC2 connection)
Retrieves the statement cache, creating it if required.(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.(package private) static java.lang.String[]
SQLParser. parse(java.lang.String sql, java.util.ArrayList paramList, ConnectionJDBC2 connection, boolean extractTable)
Parse the SQL statement processing JDBC escapes and parameter markers.(package private) static java.lang.Object
TdsData. readData(ConnectionJDBC2 connection, ResponseStream in, ColInfo ci)
Read the TDS data item from the Response Stream.(package private) static void
TdsData. setColumnCharset(ColInfo ci, ConnectionJDBC2 connection)
Set thecharsetInfo
field ofci
according to the value of itscollation
field.(package private) static java.lang.String
Support. substituteParameters(java.lang.String sql, ParamInfo[] list, ConnectionJDBC2 connection)
Substitute actual data for the parameter markers to simulate parameter substitution in a PreparedStatement.Constructors in net.sourceforge.jtds.jdbc with parameters of type ConnectionJDBC2 Constructor Description BlobImpl(ConnectionJDBC2 connection)
Constructs a new emptyBlob
instance.BlobImpl(ConnectionJDBC2 connection, byte[] bytes)
Constructs a newBlob
instance initialized with data.ClobImpl(ConnectionJDBC2 connection)
Constructs a new emptyClob
instance.ClobImpl(ConnectionJDBC2 connection, java.lang.String str)
Constructs a new initializedClob
instance.JtdsCallableStatement(ConnectionJDBC2 connection, java.lang.String sql, int resultSetType, int concurrency)
Construct a CallableStatement object.JtdsDatabaseMetaData(ConnectionJDBC2 connection)
JtdsPreparedStatement(ConnectionJDBC2 connection, java.lang.String sql, int resultSetType, int concurrency, boolean returnKeys)
Construct a new preparedStatement object.JtdsStatement(ConnectionJDBC2 connection, int resultSetType, int resultSetConcurrency)
Construct a new Statement object.ParameterMetaDataImpl(ParamInfo[] parameterList, ConnectionJDBC2 connection)
SharedLocalNamedPipe(ConnectionJDBC2 connection)
Creates a new instance ofSharedLocalNamedPipe
.SharedNamedPipe(ConnectionJDBC2 connection)
Creates a new instance ofSharedNamedPipe
.SharedSocket(ConnectionJDBC2 connection)
Construct aSharedSocket
object specifying host name and port.SQLParser(java.lang.String sqlIn, java.util.ArrayList paramList, ConnectionJDBC2 connection)
Constructs a new parser object to process the supplied SQL.TdsCore(ConnectionJDBC2 connection, SQLDiagnostic messages)
Construct a TdsCore object. -
Uses of ConnectionJDBC2 in net.sourceforge.jtds.jdbc.cache
Constructors in net.sourceforge.jtds.jdbc.cache with parameters of type ConnectionJDBC2 Constructor Description SQLCacheKey(java.lang.String sql, ConnectionJDBC2 connection)
-
Uses of ConnectionJDBC2 in net.sourceforge.jtds.jdbcx.proxy
Fields in net.sourceforge.jtds.jdbcx.proxy declared as ConnectionJDBC2 Modifier and Type Field Description private ConnectionJDBC2
ConnectionProxy. _connection
-