|
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 |
java.lang.Objectcom.jivesoftware.forum.database.TagQueryCacheStrategy
public class TagQueryCacheStrategy
QueryCacheStrategy for retrieving tag data from queries and returning TagQueryCacheObject
's.
Constructor Summary | |
---|---|
TagQueryCacheStrategy()
|
Method Summary | |
---|---|
java.lang.Object |
getQueryCacheObject(java.sql.ResultSet rs)
Creates a QueryCacheObject given a result set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagQueryCacheStrategy()
Method Detail |
---|
public java.lang.Object getQueryCacheObject(java.sql.ResultSet rs) throws java.sql.SQLException
QueryCacheStrategy
CachedPreparedStatement
and the strategy implementation being in sync (i.e. the sql returning the appropriate fields for the strategy
to create the QueryCacheObject.
getQueryCacheObject
in interface QueryCacheStrategy
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 |