|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.query.SelectionCriteria
org.apache.ojb.broker.query.SqlCriteria
SelectionCriteria for free form sql "REVERSE(name) like 're%'"
Field Summary |
Fields inherited from class org.apache.ojb.broker.query.SelectionCriteria |
BETWEEN, EQUAL, GREATER, IN, IS_NULL, LESS, LIKE, NOT_BETWEEN, NOT_EQUAL, NOT_GREATER, NOT_IN, NOT_IS_NULL, NOT_LESS, NOT_LIKE, serialVersionUID |
Constructor Summary | |
(package private) |
SqlCriteria(java.lang.String anSqlStatement)
Constructor for SqlCriteria. |
Method Summary | |
java.lang.String |
getClause()
Answer the SQL compare-clause for this criteria |
protected boolean |
isBindable()
answer true if the selection criteria is bindable BRJ: value null is bindable |
Methods inherited from class org.apache.ojb.broker.query.SelectionCriteria |
bind, getAlias, getAttribute, getCriteria, getNumberOfExtentsToBind, getQuery, getValue, isBound, isTranslateAttribute, setAlias, setBound, setCriteria, setNumberOfExtentsToBind, setTranslateAttribute, setValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
SqlCriteria(java.lang.String anSqlStatement)
anSqlStatement
- Method Detail |
public java.lang.String getClause()
SelectionCriteria
getClause
in class SelectionCriteria
protected boolean isBindable()
SelectionCriteria
isBindable
in class SelectionCriteria
SelectionCriteria.isBindable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |