org.apache.jackrabbit.spi.commons.query.sql2
Class Parser

java.lang.Object
  extended by org.apache.jackrabbit.commons.query.sql2.Parser
      extended by org.apache.jackrabbit.spi.commons.query.sql2.Parser

Deprecated. use Parser instead.

public class Parser
extends Parser

The SQL2 parser can convert a JCR-SQL2 query to a QueryObjectModel.


Constructor Summary
Parser(QueryObjectModelFactory factory, ValueFactory valueFactory)
          Deprecated. Create a new parser.
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.commons.query.sql2.Parser
createQueryObjectModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser(QueryObjectModelFactory factory,
              ValueFactory valueFactory)
Deprecated. 
Create a new parser. A parser can be re-used, but it is not thread safe.

Parameters:
factory - the query object model factory
valueFactory - the value factory


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.