Uses of Class
com.db4o.internal.query.processor.QField
- 
Packages that use QField Package Description com.db4o.internal com.db4o.internal.query.processor 
- 
- 
Uses of QField in com.db4o.internalMethods in com.db4o.internal that return QField Modifier and Type Method Description QFieldFieldMetadata. qField(Transaction a_trans)
- 
Uses of QField in com.db4o.internal.query.processorMethods in com.db4o.internal.query.processor that return QField Modifier and Type Method Description QFieldQCon. getField()QFieldQConObject. getField()Methods in com.db4o.internal.query.processor with parameters of type QField Modifier and Type Method Description booleanParentCandidate. createChild(QField field, QCandidates candidates)booleanQCandidate. createChild(QField field, QCandidates candidates)voidFieldFilterable. filter(QField field, ParentCandidate candidate)voidQCandidates. filter(QField field, ParentCandidate parent)voidQConObject. filter(QField field, ParentCandidate candidate)voidParentCandidate. useField(QField field)voidQCandidate. useField(QField a_field)Constructors in com.db4o.internal.query.processor with parameters of type QField Constructor Description QConObject(Transaction a_trans, QCon a_parent, QField a_field, java.lang.Object a_object)
 
-