Uses of Class
net.sourceforge.jtds.jdbc.TdsCore
Packages that use TdsCore
-
Uses of TdsCore in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as TdsCoreModifier and TypeFieldDescriptionprivate final TdsCore
JtdsConnection.baseTds
The cored TDS protocol object.private TdsCore
JtdsConnection.cachedTds
A cachedTdsCore
instance to reuse on new statements.protected final TdsCore
CachedResultSet.cursorTds
Cursor TdsCore object.protected TdsCore
JtdsStatement.tds
The TDS object used for server access.protected final TdsCore
CachedResultSet.updateTds
Updates TdsCore object used for positioned updates.Methods in net.sourceforge.jtds.jdbc that return TdsCoreModifier and TypeMethodDescription(package private) TdsCore
JtdsConnection.getCachedTds()
Retrieves the cachedTdsCore
ornull
if nothing is cached and resets the cache (sets it tonull
).(package private) TdsCore
JtdsStatement.getTds()
Get the Statement's TDS object.Methods in net.sourceforge.jtds.jdbc with parameters of type TdsCoreModifier and TypeMethodDescriptionprivate 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) aTdsCore
.