Uses of Class
org.apache.jackrabbit.spi.commons.query.sql.JCRSQLParser
-
Packages that use JCRSQLParser Package Description 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 Modifier and Type Field Description protected JCRSQLParser
SimpleNode. parser
Constructors in org.apache.jackrabbit.spi.commons.query.sql with parameters of type JCRSQLParser Constructor Description 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)
-