| Package | Description | 
|---|---|
| net.sourceforge.jtds.jdbc | |
| net.sourceforge.jtds.jdbc.cache | |
| net.sourceforge.jtds.jdbcx.proxy | 
| Modifier and Type | Field and Description | 
|---|---|
| private JtdsConnection | TdsCore. connectionThe Connection object that created this object. | 
| private JtdsConnection | SQLParser. connectionConnection object for server specific parsing. | 
| protected JtdsConnection | JtdsStatement. connectionThe connection owning this statement object. | 
| private JtdsConnection | JtdsDatabaseMetaData. connection | 
| protected JtdsConnection | CachedResultSet. connectionThe parent connection object | 
| Modifier and Type | Method and Description | 
|---|---|
| private JtdsConnection | JtdsResultSet. getConnection()Returns the  JtdsConnectionobject referenced by theJtdsResultSet.statementinstance variable. | 
| private static JtdsConnection | Support. getConnection(java.lang.Object callerReference)Returns the connection for a given  ResultSet,StatementorConnectionobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| private SharedSocket | JtdsConnection. createNamedPipe(JtdsConnection connection)Creates a  SharedSocketobject representing a connection to a named
 pipe. | 
| private java.net.Socket | SharedSocket. createSocketForJDBC3(JtdsConnection connection)Creates a  Socketconnection. | 
| (package private) static void | Support. 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 void | TdsData. getNativeType(JtdsConnection connection,
             ParamInfo pi)Retrieve the TDS native type code for the parameter. | 
| private static java.lang.Object | TdsData. getVariant(JtdsConnection connection,
          ResponseStream in)Read a MSQL 2000 sql_variant data value from the input stream. | 
| (package private) static boolean | TdsData. 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.Object | TdsData. readData(JtdsConnection connection,
        ResponseStream in,
        ColInfo ci)Read the TDS data item from the Response Stream. | 
| (package private) static void | TdsData. setColumnCharset(ColInfo ci,
                JtdsConnection connection)Set the  charsetInfofield ofciaccording to
 the value of itscollationfield. | 
| (package private) static java.lang.String | Support. substituteParameters(java.lang.String sql,
                    ParamInfo[] list,
                    JtdsConnection connection)Substitute actual data for the parameter markers to simulate
 parameter substitution in a PreparedStatement. | 
| Constructor and Description | 
|---|
| BlobImpl(JtdsConnection connection)Constructs a new empty  Blobinstance. | 
| BlobImpl(JtdsConnection connection,
        byte[] bytes)Constructs a new  Blobinstance initialized with data. | 
| ClobImpl(JtdsConnection connection)Constructs a new empty  Clobinstance. | 
| ClobImpl(JtdsConnection connection,
        java.lang.String str)Constructs a new initialized  Clobinstance. | 
| 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 of  SharedLocalNamedPipe. | 
| SharedNamedPipe(JtdsConnection connection)Creates a new instance of  SharedNamedPipe. | 
| SharedSocket(JtdsConnection connection)Construct a  SharedSocketobject 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. | 
| Constructor and Description | 
|---|
| SQLCacheKey(java.lang.String sql,
           JtdsConnection connection) | 
| Modifier and Type | Field and Description | 
|---|---|
| private JtdsConnection | ConnectionProxy. _connection | 
Generated on June 8 2013