|
|||||||||
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.BetweenCriteria
SelectionCriteria for 'between x and y'
Constructor Summary | |
(package private) |
BetweenCriteria(java.lang.String s,
java.lang.Object anArg1,
java.lang.Object anArg2,
boolean negative)
Constructor for BetweenCriteria. |
Method Summary | |
void |
bind(java.lang.Object newValue)
sets the value of the criteria to newValue. |
java.lang.String |
getClause()
Method declaration |
java.lang.Object |
getO2()
Gets the o2. |
Methods inherited from class ojb.broker.query.SelectionCriteria |
getAttribute, getO, getValue, isBound, isNegative, setBound, setO, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
BetweenCriteria(java.lang.String s, java.lang.Object anArg1, java.lang.Object anArg2, boolean negative)
anArg1
- lower boundaryanArg2
- upper boundaryMethod Detail |
public void bind(java.lang.Object newValue)
bind
in class SelectionCriteria
public java.lang.String getClause()
SelectionCriteria
getClause
in class SelectionCriteria
public java.lang.Object getO2()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |