Class QCandidates
- java.lang.Object
-
- com.db4o.internal.query.processor.QCandidates
-
- All Implemented Interfaces:
FieldFilterable
public final class QCandidates extends java.lang.Object implements FieldFilterable
-
-
Field Summary
Fields Modifier and Type Field Description QueryResultCandidates_resultLocalTransactioni_trans
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalCandidateadd(InternalCandidate candidate)intclassIndexEntryCount()Iterator4executeLazy(Collection4 executionPath)Iterator4executeSnapshot(Collection4 executionPath)voidfilter(QField field, ParentCandidate parent)booleanfitsIntoExistingConstraintHierarchy(QCon constraint)booleanisTopLevel()Iterator4iterateConstraints()InternalCandidatereadSubCandidate(QueryingReadContext context, TypeHandler4 handler)ObjectContainerBasestream()java.lang.StringtoString()Transactiontransaction()booleanwasLoadedFromClassFieldIndex()voidwasLoadedFromClassFieldIndex(boolean flag)booleanwasLoadedFromClassIndex()
-
-
-
Field Detail
-
i_trans
public final LocalTransaction i_trans
-
_result
public QueryResultCandidates _result
-
-
Method Detail
-
isTopLevel
public boolean isTopLevel()
-
add
public InternalCandidate add(InternalCandidate candidate)
-
readSubCandidate
public InternalCandidate readSubCandidate(QueryingReadContext context, TypeHandler4 handler)
-
executeSnapshot
public Iterator4 executeSnapshot(Collection4 executionPath)
-
executeLazy
public Iterator4 executeLazy(Collection4 executionPath)
-
stream
public ObjectContainerBase stream()
-
classIndexEntryCount
public int classIndexEntryCount()
-
iterateConstraints
public Iterator4 iterateConstraints()
-
filter
public void filter(QField field, ParentCandidate parent)
- Specified by:
filterin interfaceFieldFilterable
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
transaction
public final Transaction transaction()
-
wasLoadedFromClassIndex
public boolean wasLoadedFromClassIndex()
-
wasLoadedFromClassFieldIndex
public boolean wasLoadedFromClassFieldIndex()
-
wasLoadedFromClassFieldIndex
public void wasLoadedFromClassFieldIndex(boolean flag)
-
fitsIntoExistingConstraintHierarchy
public boolean fitsIntoExistingConstraintHierarchy(QCon constraint)
-
-