com.sun.mdm.index.query
Class QueryObjectCache
java.lang.Object
com.sun.mdm.index.query.QueryObjectCache
- class QueryObjectCache
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueryObjectCache
QueryObjectCache(QueryObject qo,
QMIterator qmIterator,
java.util.List[] bindParamLists)
- Creates a new instance of QueryObjectCache
- Parameters:
qo
- qmIterator
-
equals
public boolean equals(QueryObjectCache theOther)
getBindParamList
java.util.List[] getBindParamList()
getQMIterator
QMIterator getQMIterator()
getQueryObject
QueryObject getQueryObject()
isPrepare
boolean isPrepare()
setBindParamList
void setBindParamList(java.util.List[] bindParamList)
setQMIterator
void setQMIterator(QMIterator qmIterator)
toString
public java.lang.String toString()
Sun Microsystems, Inc.