|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcEntry | |
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 | |
(package private) void |
ConnectionJDBC3.addCachedProcedure(java.lang.String key,
ProcEntry proc)
Add a stored procedure to the cache. |
(package private) void |
ConnectionJDBC2.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 | |
(package private) ProcEntry |
ProcedureCache.CacheEntry.value
|
Constructors in net.sourceforge.jtds.jdbc.cache with parameters of type ProcEntry | |
ProcedureCache.CacheEntry(java.lang.String key,
ProcEntry value)
Constructs a new cache entry encapsulating the supplied key and value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |