Uses of Class
com.db4o.internal.query.processor.QCon
- 
Packages that use QCon Package Description com.db4o.internal.fieldindex com.db4o.internal.query.processor 
- 
- 
Uses of QCon in com.db4o.internal.fieldindexMethods in com.db4o.internal.fieldindex that return QCon Modifier and Type Method Description QConIndexedNodeBase. constraint()QConJoinedLeaf. getConstraint()Methods in com.db4o.internal.fieldindex with parameters of type QCon Modifier and Type Method Description static IndexedNodeIndexedPath. newParentPath(IndexedNode next, QCon constraint)Constructors in com.db4o.internal.fieldindex with parameters of type QCon Constructor Description AndIndexedLeaf(QCon constraint, IndexedNodeWithRange leaf1, IndexedNodeWithRange leaf2)JoinedLeaf(QCon constraint, IndexedNodeWithRange leaf1, BTreeRange range)OrIndexedLeaf(QCon constraint, IndexedNodeWithRange leaf1, IndexedNodeWithRange leaf2)
- 
Uses of QCon in com.db4o.internal.query.processorSubclasses of QCon in com.db4o.internal.query.processor Modifier and Type Class Description classQConClassClass constraint on queriesclassQConEvaluationclassQConJoinJoin constraint on queriesclassQConObjectObject constraint on queriesclassQConPathPlaceholder for a constraint, only necessary to attach children to the query graph.classQConstraintsArray of constraints for queries.classQConUnconditionalFields in com.db4o.internal.query.processor declared as QCon Modifier and Type Field Description protected QConQCon. i_parentMethods in com.db4o.internal.query.processor that return QCon Modifier and Type Method Description QConQConJoin. constraint1()QConQConJoin. constraint2()QConQConJoin. getOtherConstraint(QCon a_constraint)QConQCon. parent()Methods in com.db4o.internal.query.processor with parameters of type QCon Modifier and Type Method Description booleanQCandidates. fitsIntoExistingConstraintHierarchy(QCon constraint)QConQConJoin. getOtherConstraint(QCon a_constraint)booleanQCon. onSameFieldAs(QCon other)booleanQConObject. onSameFieldAs(QCon other)Constructors in com.db4o.internal.query.processor with parameters of type QCon Constructor Description QConObject(Transaction a_trans, QCon a_parent, QField a_field, java.lang.Object a_object)
 
-