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.internal
Methods in com.db4o.cs.internal with parameters of type QQuery Modifier and Type Method Description QueryResult
ClientObjectContainer. executeQuery(QQuery query)
-
Uses of QQuery in com.db4o.internal
Methods in com.db4o.internal with parameters of type QQuery Modifier and Type Method Description QueryResult
LocalObjectContainer. executeQuery(QQuery query)
abstract QueryResult
ObjectContainerBase. executeQuery(QQuery query)
-
Uses of QQuery in com.db4o.internal.query.processor
Methods in com.db4o.internal.query.processor that return QQuery Modifier and Type Method Description QQuery
QQueryBase. 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.result
Methods in com.db4o.internal.query.result with parameters of type QQuery Modifier and Type Method Description void
AbstractQueryResult. loadFromQuery(QQuery q)
void
HybridQueryResult. loadFromQuery(QQuery query)
void
IdListQueryResult. loadFromQuery(QQuery query)
void
LazyQueryResult. loadFromQuery(QQuery query)
void
SnapShotQueryResult. loadFromQuery(QQuery query)
-