Uses of Class
net.sourceforge.jtds.jdbc.ProcEntry
Packages that use ProcEntry
-
Uses of ProcEntry in net.sourceforge.jtds.jdbc
Methods in net.sourceforge.jtds.jdbc with parameters of type ProcEntryModifier and TypeMethodDescription(package private) void
JtdsConnection.addCachedProcedure
(String key, ProcEntry proc) Add a stored procedure to the cache. -
Uses of ProcEntry in net.sourceforge.jtds.jdbc.cache
Fields in net.sourceforge.jtds.jdbc.cache declared as ProcEntryConstructors in net.sourceforge.jtds.jdbc.cache with parameters of type ProcEntryModifierConstructorDescription(package private)
CacheEntry
(String key, ProcEntry value) Constructs a new cache entry encapsulating the supplied key and value.