org.outerj.daisy.query
Class QueryFactoryImpl

java.lang.Object
  extended byorg.outerj.daisy.query.QueryFactoryImpl
All Implemented Interfaces:
QueryFactory

public class QueryFactoryImpl
extends java.lang.Object
implements QueryFactory


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

QueryFactoryImpl

public QueryFactoryImpl()
Method Detail

parseConditionalEpression

public CondExpr parseConditionalEpression(java.lang.String expression)
                                   throws QueryException
Description copied from interface: QueryFactory
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.

Specified by:
parseConditionalEpression in interface QueryFactory
Throws:
QueryException

parseQuery

public Query parseQuery(java.lang.String queryString)
                 throws QueryException
Specified by:
parseQuery in interface QueryFactory
Throws:
QueryException


Copyright © -2005 . All Rights Reserved.