Uses of Class
net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
Packages that use ProcedureCache.CacheEntry
-
Uses of ProcedureCache.CacheEntry in net.sourceforge.jtds.jdbc.cache
Fields in net.sourceforge.jtds.jdbc.cache declared as ProcedureCache.CacheEntryModifier and TypeFieldDescription(package private) ProcedureCache.CacheEntryProcedureCache.headHead node of the linked list.(package private) ProcedureCache.CacheEntryProcedureCache.CacheEntry.next(package private) ProcedureCache.CacheEntryProcedureCache.CacheEntry.prior(package private) ProcedureCache.CacheEntryProcedureCache.tailTail node of the linked list.Methods in net.sourceforge.jtds.jdbc.cache with parameters of type ProcedureCache.CacheEntryModifier and TypeMethodDescription(package private) voidProcedureCache.CacheEntry.link(ProcedureCache.CacheEntry ce) Links this CacheEntry into the linked list after the node specified.