Uses of Class
net.sourceforge.jtds.jdbc.JtdsConnection
-
Packages that use JtdsConnection Package Description net.sourceforge.jtds.jdbc net.sourceforge.jtds.jdbc.cache net.sourceforge.jtds.jdbcx.proxy -
-
Uses of JtdsConnection in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as JtdsConnection Modifier and Type Field Description protected JtdsConnectionCachedResultSet. connectionThe parent connection objectprivate JtdsConnectionJtdsDatabaseMetaData. connectionprotected JtdsConnectionJtdsStatement. connectionThe connection owning this statement object.private JtdsConnectionSQLParser. connectionConnection object for server specific parsing.private JtdsConnectionTdsCore. connectionThe Connection object that created this object.Methods in net.sourceforge.jtds.jdbc that return JtdsConnection Modifier and Type Method Description private JtdsConnectionJtdsResultSet. getConnection()Returns theJtdsConnectionobject referenced by theJtdsResultSet.statementinstance variable.private static JtdsConnectionSupport. getConnection(java.lang.Object callerReference)Returns the connection for a givenResultSet,StatementorConnectionobject.Methods in net.sourceforge.jtds.jdbc with parameters of type JtdsConnection Modifier and Type Method Description private SharedSocketJtdsConnection. createNamedPipe(JtdsConnection connection)Creates aSharedSocketobject representing a connection to a named pipe.private java.net.SocketSharedSocket. createSocketForJDBC3(JtdsConnection connection)Creates aSocketconnection.(package private) static voidSupport. embedData(java.lang.StringBuilder buf, java.lang.Object value, boolean isUnicode, JtdsConnection connection)Embed the data object as a string literal in the buffer supplied.(package private) static voidTdsData. getNativeType(JtdsConnection connection, ParamInfo pi)Retrieve the TDS native type code for the parameter.private static java.lang.ObjectTdsData. getVariant(JtdsConnection connection, ResponseStream in)Read a MSQL 2000 sql_variant data value from the input stream.(package private) static booleanTdsData. isMSSQL2005Plus(JtdsConnection connection)(package private) static java.lang.String[]SQLParser. parse(java.lang.String sql, java.util.ArrayList paramList, JtdsConnection connection, boolean extractTable)Parse the SQL statement processing JDBC escapes and parameter markers.(package private) static java.lang.ObjectTdsData. readData(JtdsConnection connection, ResponseStream in, ColInfo ci)Read the TDS data item from the Response Stream.(package private) static voidTdsData. setColumnCharset(ColInfo ci, JtdsConnection connection)Set thecharsetInfofield ofciaccording to the value of itscollationfield.(package private) static java.lang.StringSupport. substituteParameters(java.lang.String sql, ParamInfo[] list, JtdsConnection 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 JtdsConnection Constructor Description BlobImpl(JtdsConnection connection)Constructs a new emptyBlobinstance.BlobImpl(JtdsConnection connection, byte[] bytes)Constructs a newBlobinstance initialized with data.ClobImpl(JtdsConnection connection)Constructs a new emptyClobinstance.ClobImpl(JtdsConnection connection, java.lang.String str)Constructs a new initializedClobinstance.JtdsCallableStatement(JtdsConnection connection, java.lang.String sql, int resultSetType, int concurrency)Construct a CallableStatement object.JtdsDatabaseMetaData(JtdsConnection connection)JtdsPreparedStatement(JtdsConnection connection, java.lang.String sql, int resultSetType, int concurrency, boolean returnKeys)Construct a new preparedStatement object.JtdsStatement(JtdsConnection connection, int resultSetType, int resultSetConcurrency)Construct a new Statement object.ParameterMetaDataImpl(ParamInfo[] parameterList, JtdsConnection connection)SharedLocalNamedPipe(JtdsConnection connection)Creates a new instance ofSharedLocalNamedPipe.SharedNamedPipe(JtdsConnection connection)Creates a new instance ofSharedNamedPipe.SharedSocket(JtdsConnection connection)Construct aSharedSocketobject specifying host name and port.SQLParser(java.lang.String sqlIn, java.util.ArrayList paramList, JtdsConnection connection)Constructs a new parser object to process the supplied SQL.TdsCore(JtdsConnection connection, SQLDiagnostic messages)Construct a TdsCore object. -
Uses of JtdsConnection in net.sourceforge.jtds.jdbc.cache
Constructors in net.sourceforge.jtds.jdbc.cache with parameters of type JtdsConnection Constructor Description SQLCacheKey(java.lang.String sql, JtdsConnection connection) -
Uses of JtdsConnection in net.sourceforge.jtds.jdbcx.proxy
Fields in net.sourceforge.jtds.jdbcx.proxy declared as JtdsConnection Modifier and Type Field Description private JtdsConnectionConnectionProxy. _connection
-