Uses of Class
net.sourceforge.jtds.jdbc.TdsCore
-
Packages that use TdsCore Package Description net.sourceforge.jtds.jdbc -
-
Uses of TdsCore in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as TdsCore Modifier and Type Field Description private TdsCoreJtdsConnection. baseTdsThe cored TDS protocol object.private TdsCoreJtdsConnection. cachedTdsA cachedTdsCoreinstance to reuse on new statements.protected TdsCoreCachedResultSet. cursorTdsCursor TdsCore object.protected TdsCoreJtdsStatement. tdsThe TDS object used for server access.protected TdsCoreCachedResultSet. updateTdsUpdates TdsCore object used for positioned updates.Methods in net.sourceforge.jtds.jdbc that return TdsCore Modifier and Type Method Description (package private) TdsCoreJtdsConnection. getCachedTds()Retrieves the cachedTdsCoreornullif nothing is cached and resets the cache (sets it tonull).(package private) TdsCoreJtdsStatement. getTds()Get the Statement's TDS object.Methods in net.sourceforge.jtds.jdbc with parameters of type TdsCore Modifier and Type Method Description private voidMSCursorResultSet. processOutput(TdsCore tds, boolean setMeta)Processes the output of a cursor open or fetch operation.(package private) voidJtdsConnection. releaseTds(TdsCore tds)Releases (either closes or caches) aTdsCore.
-