Uses of Interface
com.db4o.query.Constraint
- 
Packages that use Constraint Package Description com.db4o.internal.qlin com.db4o.internal.query.processor com.db4o.query 
- 
- 
Uses of Constraint in com.db4o.internal.qlinConstructors in com.db4o.internal.qlin with parameters of type Constraint Constructor Description QLinConstraint(QLinRoot<T> root, Constraint constraint)
- 
Uses of Constraint in com.db4o.internal.query.processorClasses in com.db4o.internal.query.processor that implement Constraint Modifier and Type Class Description classQConBase class for all constraints on queries.classQConClassClass constraint on queriesclassQConEvaluationclassQConJoinJoin constraint on queriesclassQConObjectObject constraint on queriesclassQConPathPlaceholder for a constraint, only necessary to attach children to the query graph.classQConstraintsArray of constraints for queries.classQConUnconditionalMethods in com.db4o.internal.query.processor that return Constraint Modifier and Type Method Description ConstraintQCon. and(Constraint andWith)ConstraintQCon. byExample()ConstraintQConObject. byExample()ConstraintQQueryBase. constrain(java.lang.Object example)Search for slot that corresponds to class.ConstraintQCon. contains()ConstraintQConObject. contains()ConstraintQConstraints. contains()ConstraintQCon. endsWith(boolean caseSensitive)ConstraintQConObject. endsWith(boolean caseSensitive)ConstraintQConstraints. endsWith(boolean caseSensitive)ConstraintQCon. equal()ConstraintQConClass. equal()ConstraintQConObject. equal()ConstraintQConstraints. equal()ConstraintQCon. greater()ConstraintQConObject. greater()ConstraintQConstraints. greater()ConstraintQCon. identity()ConstraintQConObject. identity()ConstraintQConstraints. identity()ConstraintQCon. like()ConstraintQConObject. like()ConstraintQConstraints. like()ConstraintQCon. not()ConstraintQConstraints. not()ConstraintQCon. or(Constraint orWith)ConstraintQCon. smaller()ConstraintQConObject. smaller()ConstraintQConstraints. smaller()ConstraintQCon. startsWith(boolean caseSensitive)ConstraintQConObject. startsWith(boolean caseSensitive)ConstraintQConstraints. startsWith(boolean caseSensitive)Constraint[]QConstraints. toArray()Methods in com.db4o.internal.query.processor with parameters of type Constraint Modifier and Type Method Description ConstraintQCon. and(Constraint andWith)ConstraintQCon. or(Constraint orWith)
- 
Uses of Constraint in com.db4o.querySubinterfaces of Constraint in com.db4o.query Modifier and Type Interface Description interfaceConstraintsA set ofConstraintobjects.Methods in com.db4o.query that return Constraint Modifier and Type Method Description ConstraintConstraint. and(Constraint with)Links two Constraints for AND evaluation.ConstraintConstraint. byExample()Set the evaluation mode to object comparison (query by example).ConstraintQuery. constrain(java.lang.Object constraint)Adds a constraint to this node.ConstraintConstraint. contains()Sets the evaluation mode to string contains comparison.ConstraintConstraint. endsWith(boolean caseSensitive)Sets the evaluation mode to string endsWith comparison.ConstraintConstraint. equal()ConstraintConstraint. greater()Sets the evaluation mode to >.ConstraintConstraint. identity()Sets the evaluation mode to identity comparison.ConstraintConstraint. like()Sets the evaluation mode to "like" comparison.ConstraintConstraint. not()Turns on not() comparison.ConstraintConstraint. or(Constraint with)Links two Constraints for OR evaluation.ConstraintConstraint. smaller()Sets the evaluation mode to <.ConstraintConstraint. startsWith(boolean caseSensitive)Sets the evaluation mode to string startsWith comparison.Constraint[]Constraints. toArray()returns an array of the containedConstraintobjects.Methods in com.db4o.query with parameters of type Constraint Modifier and Type Method Description ConstraintConstraint. and(Constraint with)Links two Constraints for AND evaluation.ConstraintConstraint. or(Constraint with)Links two Constraints for OR evaluation.
 
-