Uses of Class
com.db4o.internal.query.processor.QQuery
- 
Packages that use QQuery Package Description com.db4o.cs.internal com.db4o.internal com.db4o.internal.query.processor com.db4o.internal.query.result 
- 
- 
Uses of QQuery in com.db4o.cs.internalMethods in com.db4o.cs.internal with parameters of type QQuery Modifier and Type Method Description QueryResultClientObjectContainer. executeQuery(QQuery query)
- 
Uses of QQuery in com.db4o.internalMethods in com.db4o.internal with parameters of type QQuery Modifier and Type Method Description QueryResultLocalObjectContainer. executeQuery(QQuery query)abstract QueryResultObjectContainerBase. executeQuery(QQuery query)
- 
Uses of QQuery in com.db4o.internal.query.processorMethods in com.db4o.internal.query.processor that return QQuery Modifier and Type Method Description QQueryQQueryBase. parent()Constructors in com.db4o.internal.query.processor with parameters of type QQuery Constructor Description QQuery(Transaction a_trans, QQuery a_parent, java.lang.String a_field)QQueryBase(Transaction a_trans, QQuery a_parent, java.lang.String a_field)
- 
Uses of QQuery in com.db4o.internal.query.resultMethods in com.db4o.internal.query.result with parameters of type QQuery Modifier and Type Method Description voidAbstractQueryResult. loadFromQuery(QQuery q)voidHybridQueryResult. loadFromQuery(QQuery query)voidIdListQueryResult. loadFromQuery(QQuery query)voidLazyQueryResult. loadFromQuery(QQuery query)voidSnapShotQueryResult. loadFromQuery(QQuery query)
 
-