|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.daisy.query.QueryFactoryImpl
Constructor Summary | |
QueryFactoryImpl()
|
Method Summary | |
CondExpr |
parseConditionalEpression(java.lang.String expression)
Parses a conditional expression, i.e. |
Query |
parseQuery(java.lang.String queryString)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryFactoryImpl()
Method Detail |
public CondExpr parseConditionalEpression(java.lang.String expression) throws QueryException
QueryFactory
The returned condition will not yet have been "prepared", so you need to call its prepare method yourself.
parseConditionalEpression
in interface QueryFactory
QueryException
public Query parseQuery(java.lang.String queryString) throws QueryException
parseQuery
in interface QueryFactory
QueryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |