| Package | Description | 
|---|---|
| net.sourceforge.jtds.jdbc | 
| Modifier and Type | Field and Description | 
|---|---|
| private TdsCore | JtdsConnection. baseTdsThe cored TDS protocol object. | 
| private TdsCore | JtdsConnection. cachedTdsA cached  TdsCoreinstance to reuse on new statements. | 
| protected TdsCore | CachedResultSet. cursorTdsCursor TdsCore object. | 
| protected TdsCore | JtdsStatement. tdsThe TDS object used for server access. | 
| protected TdsCore | CachedResultSet. updateTdsUpdates TdsCore object used for positioned updates. | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) TdsCore | JtdsConnection. getCachedTds()Retrieves the cached  TdsCoreornullif
 nothing is cached and resets the cache (sets it tonull). | 
| (package private) TdsCore | JtdsStatement. getTds()Get the Statement's TDS object. | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | MSCursorResultSet. processOutput(TdsCore tds,
             boolean setMeta)Processes the output of a cursor open or fetch operation. | 
| (package private) void | JtdsConnection. releaseTds(TdsCore tds)Releases (either closes or caches) a  TdsCore. | 
Generated on June 8 2013