Uses of Class
net.sourceforge.jtds.jdbc.ProcEntry
-
Packages that use ProcEntry Package Description net.sourceforge.jtds.jdbc net.sourceforge.jtds.jdbc.cache -
-
Uses of ProcEntry in net.sourceforge.jtds.jdbc
Methods in net.sourceforge.jtds.jdbc with parameters of type ProcEntry Modifier and Type Method Description (package private) void
JtdsConnection. addCachedProcedure(java.lang.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 ProcEntry Modifier and Type Field Description (package private) ProcEntry
ProcedureCache.CacheEntry. value
Constructors in net.sourceforge.jtds.jdbc.cache with parameters of type ProcEntry Constructor Description CacheEntry(java.lang.String key, ProcEntry value)
Constructs a new cache entry encapsulating the supplied key and value.
-