org.outerj.daisy.query
Interface QueryFactory
- All Known Implementing Classes:
- QueryFactoryImpl
- public interface QueryFactory
parseConditionalEpression
public CondExpr parseConditionalEpression(java.lang.String expression)
throws QueryException
- Parses a conditional expression, i.e. the where part of query statement.
The returned condition will not yet have been "prepared", so you need
to call its prepare method yourself.
- Throws:
QueryException
parseQuery
public Query parseQuery(java.lang.String query)
throws QueryException
- Throws:
QueryException
Copyright © -2005 . All Rights Reserved.