Package org.eclnt.ccee.db.cache
Class CACHESql
java.lang.Object
org.eclnt.ccee.db.cache.CACHESql
- All Implemented Interfaces:
ICCEEConstants
A simple SQL cache implementation.
The cached object are kept during the lifetime of this object. Do not use as "global" cache but for dedicated caching situations typically related to the processing of one user.
Cache access by this class is NOT suitable for multi threaded access!
The cached object are kept during the lifetime of this object. Do not use as "global" cache but for dedicated caching situations typically related to the processing of one user.
Cache access by this class is NOT suitable for multi threaded access!
-
Field Summary
Fields inherited from interface org.eclnt.ccee.ICCEEConstants
AND, ASC, AVG, BETWEEN, BRC, BRO, COUNT, DEFAULT_CONTEXT, DESC, FUNCTIONRESULT, GREATER, GREATEREQUAL, IN, IS, ISNOT, LIKE, LL_DBG, LL_ERR, LL_INF, LL_WAR, LOWER, LOWEREQUAL, MAX, MIN, NULL, OR, ORDERBY, QPFUNCTION_LOWER, QPFUNCTION_UPPER, SUM -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CACHESql
public CACHESql()
-
-
Method Details
-
queryOne
-
queryOne
-
query
-
query
-
queryTop
-
queryTop
-