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 classConnectionJDBC3Implements JDBC 3.0 specific functionality.Fields in net.sourceforge.jtds.jdbc declared as ConnectionJDBC2 Modifier and Type Field Description protected ConnectionJDBC2CachedResultSet. connectionThe parent connection objectprivate ConnectionJDBC2JtdsDatabaseMetaData. connectionprotected ConnectionJDBC2JtdsStatement. connectionThe connection owning this statement object.private ConnectionJDBC2SQLParser. connectionConnection object for server specific parsing.private ConnectionJDBC2TdsCore. connectionThe Connection object that created this object.Methods in net.sourceforge.jtds.jdbc that return ConnectionJDBC2 Modifier and Type Method Description private ConnectionJDBC2JtdsResultSet. getConnection()Returns theConnectionJDBC2object referenced by theJtdsResultSet.statementinstance variable.private static ConnectionJDBC2Support. getConnection(java.lang.Object callerReference)Returns the connection for a givenResultSet,StatementorConnectionobject.Methods in net.sourceforge.jtds.jdbc with parameters of type ConnectionJDBC2 Modifier and Type Method Description private SharedSocketConnectionJDBC2. createNamedPipe(ConnectionJDBC2 connection)Creates aSharedSocketobject representing a connection to a named pipe.private java.net.SocketSharedSocket. createSocketForJDBC3(ConnectionJDBC2 connection)(package private) static voidSupport. 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 SimpleLRUCacheSQLParser. getCache(ConnectionJDBC2 connection)Retrieves the statement cache, creating it if required.(package private) static voidTdsData. getNativeType(ConnectionJDBC2 connection, ParamInfo pi)Retrieve the TDS native type code for the parameter.private static java.lang.ObjectTdsData. 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.ObjectTdsData. readData(ConnectionJDBC2 connection, ResponseStream in, ColInfo ci)Read the TDS data item from the Response Stream.(package private) static voidTdsData. setColumnCharset(ColInfo ci, ConnectionJDBC2 connection)Set thecharsetInfofield ofciaccording to the value of itscollationfield.(package private) static java.lang.StringSupport. 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 emptyBlobinstance.BlobImpl(ConnectionJDBC2 connection, byte[] bytes)Constructs a newBlobinstance initialized with data.ClobImpl(ConnectionJDBC2 connection)Constructs a new emptyClobinstance.ClobImpl(ConnectionJDBC2 connection, java.lang.String str)Constructs a new initializedClobinstance.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 aSharedSocketobject 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 ConnectionJDBC2ConnectionProxy. _connection
-