|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.broker.query.SelectionCriteria | +--ojb.broker.query.NullCriteria
SelectionCriteria for 'is null' and 'is not null'
Constructor Summary | |
(package private) |
NullCriteria(java.lang.String anAttribute,
boolean negative)
Constructor for IsNullCriteria. |
Method Summary | |
java.lang.String |
getClause()
Method declaration |
boolean |
isBound()
BRJ : Used by the ODMG OQLQuery.bind() operation |
java.lang.String |
toString()
Method declaration |
Methods inherited from class ojb.broker.query.SelectionCriteria |
bind, getAttribute, getO, getValue, isNegative, setBound, setO |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
NullCriteria(java.lang.String anAttribute, boolean negative)
anAttribute
- Method Detail |
public java.lang.String toString()
SelectionCriteria
toString
in class SelectionCriteria
public java.lang.String getClause()
SelectionCriteria
getClause
in class SelectionCriteria
public boolean isBound()
SelectionCriteria
isBound
in class SelectionCriteria
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |