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.internal
Methods in com.db4o.internal that return QField Modifier and Type Method Description QField
FieldMetadata. qField(Transaction a_trans)
-
Uses of QField in com.db4o.internal.query.processor
Methods in com.db4o.internal.query.processor that return QField Modifier and Type Method Description QField
QCon. getField()
QField
QConObject. getField()
Methods in com.db4o.internal.query.processor with parameters of type QField Modifier and Type Method Description boolean
ParentCandidate. createChild(QField field, QCandidates candidates)
boolean
QCandidate. createChild(QField field, QCandidates candidates)
void
FieldFilterable. filter(QField field, ParentCandidate candidate)
void
QCandidates. filter(QField field, ParentCandidate parent)
void
QConObject. filter(QField field, ParentCandidate candidate)
void
ParentCandidate. useField(QField field)
void
QCandidate. 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)
-