|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryCacheStrategy
Strategy interface use by QueryCache
to retrieve query data.
Method Summary | |
---|---|
java.lang.Object |
getQueryCacheObject(java.sql.ResultSet rs)
Creates a QueryCacheObject given a result set. |
Method Detail |
---|
java.lang.Object getQueryCacheObject(java.sql.ResultSet rs) throws java.sql.SQLException
CachedPreparedStatement
and the strategy implementation being in sync (i.e. the sql returning the appropriate fields for the strategy
to create the QueryCacheObject.
rs
- the result set to retrieve the data necessary to generate the QueryCacheObject From
java.sql.SQLException
- if an error occurs retrieving data from the query
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |