|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.database.fastobjectdb.db.query.soda.BaseConstraint
org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaConstraint
Field Summary |
Fields inherited from class org.openmobileis.database.fastobjectdb.db.query.soda.BaseConstraint |
COMPARATOR_NONE, CONSTRAINT_AND, CONSTRAINT_NONE, CONSTRAINT_OR, CONTAINS, DISTINCT, EQUALGREATER, EQUALS, EQUALSMALLER, GREATER, IDENTITY, LIKE, nextContraintLink, NOT, SMALLER |
Constructor Summary | |
FODBSodaConstraint(FODBSodaQuery query,
int constraintId)
|
Method Summary | |
org.odbms.Constraint |
and(org.odbms.Constraint with)
links two Constraints for AND evaluation. |
org.odbms.Constraint |
contains()
sets the evaluation mode to containment comparison. |
org.odbms.Constraint |
distinct()
return only object that are distinct for this constraint. |
org.odbms.Constraint |
equal()
sets the evaluation mode to == . |
boolean |
equals(java.lang.Object con)
|
protected void |
execute(LongArray longArray)
|
int |
getConstraintId()
|
java.lang.Object |
getObject()
returns the Object the query graph was constrained with to create this Constraint. |
org.odbms.Constraint |
greater()
sets the evaluation mode to > . |
org.odbms.Constraint |
identity()
sets the evaluation mode to identity comparison. |
org.odbms.Constraint |
like()
sets the evaluation mode to "like" comparison. |
org.odbms.Constraint |
not()
turns on not() comparison. |
org.odbms.Constraint |
or(org.odbms.Constraint with)
links two Constraints for OR evaluation. |
org.odbms.Constraint |
smaller()
sets the evaluation mode to < . |
Methods inherited from class org.openmobileis.database.fastobjectdb.db.query.soda.BaseConstraint |
getNextConstraint, setNextConstraint |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FODBSodaConstraint(FODBSodaQuery query, int constraintId)
Method Detail |
protected void execute(LongArray longArray) throws FODBException
execute
in class BaseConstraint
FODBException
public org.odbms.Constraint and(org.odbms.Constraint with)
org.odbms.Constraint
with
- the other Constraint
public org.odbms.Constraint or(org.odbms.Constraint with)
org.odbms.Constraint
with
- the other Constraint
public org.odbms.Constraint equal()
org.odbms.Constraint
==
.
public org.odbms.Constraint greater()
org.odbms.Constraint
>
.
public org.odbms.Constraint smaller()
org.odbms.Constraint
<
.
public org.odbms.Constraint identity()
org.odbms.Constraint
public org.odbms.Constraint like()
org.odbms.Constraint
public org.odbms.Constraint distinct()
public org.odbms.Constraint contains()
org.odbms.Constraint
String
public org.odbms.Constraint not()
org.odbms.Constraint
public java.lang.Object getObject()
org.odbms.Constraint
public int getConstraintId()
public boolean equals(java.lang.Object con)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |