| |
|
| java.lang.Object com.db4o.internal.query.processor.QQueryBase
All known Subclasses: com.db4o.internal.query.processor.QQuery,
QQueryBase | abstract public class QQueryBase implements Unversioned(Code) | | QQuery is the users hook on our graph.
A QQuery is defined by it's constraints.
NOTE: This is just a 'partial' base class to allow for variant implementations
in db4oj and db4ojdk1.2. It assumes that itself is an instance of QQuery
and should never be used explicitly.
|
Inner Class :public static class CreateCandidateCollectionResult | |
_evaluationModeAsInt | public int _evaluationModeAsInt(Code) | | |
QQueryBase | protected QQueryBase()(Code) | | |
addConstraint | void addConstraint(QCon a_constraint)(Code) | | |
constrain | public Constraint constrain(Object example)(Code) | | Search for slot that corresponds to class. If not found add it.
Constrain it.
|
createCandidateCollection | public CreateCandidateCollectionResult createCandidateCollection()(Code) | | |
marshall | public void marshall()(Code) | | |
removeConstraint | void removeConstraint(QCon a_constraint)(Code) | | |
requiresSort | public boolean requiresSort()(Code) | | |
|
|
|