|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.objectstore.intermine.CheckForIsNotNullConstraint
public class CheckForIsNotNullConstraint
For use with ConstraintHelper.traverseConstraints(). For each constrain check whether ir sets the given query node to be 'NOT NULL'
| Constructor Summary | |
|---|---|
CheckForIsNotNullConstraint(QueryNode node)
Construct with the QueryNode to test for NOT NULL constraint. |
|
| Method Summary | |
|---|---|
void |
apply(Constraint c)
Perform test for NOT NULL constraint on node |
boolean |
exists()
Check whether a NOT NULL constraint was found. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckForIsNotNullConstraint(QueryNode node)
node - the node to test| Method Detail |
|---|
public boolean exists()
public void apply(Constraint c)
apply in interface ConstraintTraverseActionc - the constraint to test
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||