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.fieldindex
Methods in com.db4o.internal.fieldindex that return QCon Modifier and Type Method Description QCon
IndexedNodeBase. constraint()
QCon
JoinedLeaf. getConstraint()
Methods in com.db4o.internal.fieldindex with parameters of type QCon Modifier and Type Method Description static IndexedNode
IndexedPath. 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.processor
Subclasses of QCon in com.db4o.internal.query.processor Modifier and Type Class Description class
QConClass
Class constraint on queriesclass
QConEvaluation
class
QConJoin
Join constraint on queriesclass
QConObject
Object constraint on queriesclass
QConPath
Placeholder for a constraint, only necessary to attach children to the query graph.class
QConstraints
Array of constraints for queries.class
QConUnconditional
Fields in com.db4o.internal.query.processor declared as QCon Modifier and Type Field Description protected QCon
QCon. i_parent
Methods in com.db4o.internal.query.processor that return QCon Modifier and Type Method Description QCon
QConJoin. constraint1()
QCon
QConJoin. constraint2()
QCon
QConJoin. getOtherConstraint(QCon a_constraint)
QCon
QCon. parent()
Methods in com.db4o.internal.query.processor with parameters of type QCon Modifier and Type Method Description boolean
QCandidates. fitsIntoExistingConstraintHierarchy(QCon constraint)
QCon
QConJoin. getOtherConstraint(QCon a_constraint)
boolean
QCon. onSameFieldAs(QCon other)
boolean
QConObject. 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)
-