Package | Description |
---|---|
net.sourceforge.jtds.jdbc |
Modifier and Type | Field and Description |
---|---|
private TdsCore |
ConnectionJDBC2.baseTds
The cored TDS protocol object.
|
private TdsCore |
ConnectionJDBC2.cachedTds
A cached
TdsCore instance to reuse on new statements. |
protected TdsCore |
CachedResultSet.cursorTds
Cursor TdsCore object.
|
protected TdsCore |
JtdsStatement.tds
The TDS object used for server access.
|
protected TdsCore |
CachedResultSet.updateTds
Updates TdsCore object used for positioned updates.
|
Modifier and Type | Method and Description |
---|---|
(package private) TdsCore |
ConnectionJDBC2.getCachedTds()
Retrieves the cached
TdsCore or null if
nothing is cached and resets the cache (sets it to null ). |
(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 |
ConnectionJDBC2.releaseTds(TdsCore tds)
Releases (either closes or caches) a
TdsCore . |
Generated on March 22 2014