Uses of Class
com.db4o.internal.query.processor.QCandidates
-
Packages that use QCandidates Package Description com.db4o.internal.fieldindex com.db4o.internal.marshall com.db4o.internal.query.processor -
-
Uses of QCandidates in com.db4o.internal.fieldindex
Methods in com.db4o.internal.fieldindex with parameters of type QCandidates Modifier and Type Method Description void
IndexedLeaf. markAsBestIndex(QCandidates candidates)
void
IndexedNode. markAsBestIndex(QCandidates candidates)
void
IndexedPath. markAsBestIndex(QCandidates candidates)
void
JoinedLeaf. markAsBestIndex(QCandidates candidates)
Constructors in com.db4o.internal.fieldindex with parameters of type QCandidates Constructor Description FieldIndexProcessor(QCandidates candidates)
IndexedNodeCollector(QCandidates candidates)
-
Uses of QCandidates in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall that return QCandidates Modifier and Type Method Description QCandidates
QueryingReadContext. candidates()
Constructors in com.db4o.internal.marshall with parameters of type QCandidates Constructor Description QueryingReadContext(Transaction transaction, QCandidates candidates, int handlerVersion, ReadBuffer buffer, int collectionID)
-
Uses of QCandidates in com.db4o.internal.query.processor
Fields in com.db4o.internal.query.processor declared as QCandidates Modifier and Type Field Description protected QCandidates
QCandidateBase. _candidates
Methods in com.db4o.internal.query.processor that return QCandidates Modifier and Type Method Description QCandidates
InternalCandidate. candidates()
QCandidates
QCandidateBase. candidates()
Methods in com.db4o.internal.query.processor with parameters of type QCandidates Modifier and Type Method Description boolean
ParentCandidate. createChild(QField field, QCandidates candidates)
boolean
QCandidate. createChild(QField field, QCandidates candidates)
protected void
QCon. internalSetProcessedByIndex(QCandidates candidates)
protected void
QConObject. internalSetProcessedByIndex(QCandidates candidates)
void
QCon. setCandidates(QCandidates a_candidates)
void
QCon. setProcessedByIndex(QCandidates candidates)
void
QConClass. setProcessedByIndex(QCandidates candidates)
void
QConJoin. setProcessedByIndex(QCandidates candidates)
void
QConPath. setProcessedByIndex(QCandidates candidates)
Constructors in com.db4o.internal.query.processor with parameters of type QCandidates Constructor Description QCandidate(QCandidates candidates, java.lang.Object member, int id)
QCandidateBase(QCandidates candidates, int id)
QPrimitiveCandidate(QCandidates candidates, java.lang.Object obj)
QueryResultCandidates(QCandidates qCandidates)
-