|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TdsCore | |
---|---|
net.sourceforge.jtds.jdbc |
Uses of TdsCore in net.sourceforge.jtds.jdbc |
---|
Fields in net.sourceforge.jtds.jdbc declared as TdsCore | |
---|---|
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. |
Methods in net.sourceforge.jtds.jdbc that return TdsCore | |
---|---|
(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. |
Methods in net.sourceforge.jtds.jdbc with parameters of type TdsCore | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |