Uses of Class
org.apache.jackrabbit.spi.commons.query.sql.JCRSQLParser

Packages that use JCRSQLParser
org.apache.jackrabbit.spi.commons.query.sql   
 

Uses of JCRSQLParser in org.apache.jackrabbit.spi.commons.query.sql
 

Fields in org.apache.jackrabbit.spi.commons.query.sql declared as JCRSQLParser
protected  JCRSQLParser SimpleNode.parser
           
 

Constructors in org.apache.jackrabbit.spi.commons.query.sql with parameters of type JCRSQLParser
ASTAndExpression(JCRSQLParser p, int id)
           
ASTAscendingOrderSpec(JCRSQLParser p, int id)
           
ASTBracketExpression(JCRSQLParser p, int id)
           
ASTContainsExpression(JCRSQLParser p, int id)
           
ASTDescendingOrderSpec(JCRSQLParser p, int id)
           
ASTExcerptFunction(JCRSQLParser p, int id)
           
ASTFromClause(JCRSQLParser p, int id)
           
ASTIdentifier(JCRSQLParser p, int id)
           
ASTLiteral(JCRSQLParser p, int id)
           
ASTLowerFunction(JCRSQLParser p, int id)
           
ASTNotExpression(JCRSQLParser p, int id)
           
ASTOrderByClause(JCRSQLParser p, int id)
           
ASTOrderSpec(JCRSQLParser p, int id)
           
ASTOrExpression(JCRSQLParser p, int id)
           
ASTPredicate(JCRSQLParser p, int id)
           
ASTQuery(JCRSQLParser p, int id)
           
ASTSelectList(JCRSQLParser p, int id)
           
ASTUpperFunction(JCRSQLParser p, int id)
           
ASTWhereClause(JCRSQLParser p, int id)
           
SimpleNode(JCRSQLParser p, int i)
           
 



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