public class DefaultQueryVisitor extends Object implements IVisitor
| Constructor and Description |
|---|
DefaultQueryVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitBooleanLiteral(BooleanLiteral node) |
void |
visitDateLiteral(DateLiteral node) |
void |
visitDoubleLiteral(DoubleLiteral node) |
void |
visitExpression(Expression node) |
void |
visitFromClause(FromClause node) |
void |
visitFunction(Function node) |
void |
visitGroupByClause(GroupByClause node) |
void |
visitHavingClause(HavingClause node) |
void |
visitIntegerLiteral(IntegerLiteral node) |
void |
visitLiteral(Literal node) |
void |
visitLiteralList(LiteralList node) |
void |
visitMultiExpression(MultiExpression node) |
void |
visitOperandList(OperandList node) |
void |
visitOperator(Operator node) |
void |
visitOrderByClause(OrderByClause node) |
void |
visitOrderByExpr(OrderByExpr node) |
void |
visitOrderByList(OrderByList node) |
void |
visitQuery(SQLQuery node) |
void |
visitReference(Reference node) |
void |
visitReferenceList(ReferenceList node) |
void |
visitSelectClause(SelectClause node) |
void |
visitStringLiteral(StringLiteral node) |
void |
visitWhereClause(WhereClause node) |
public void visitQuery(SQLQuery node)
visitQuery in interface IVisitorpublic void visitSelectClause(SelectClause node)
visitSelectClause in interface IVisitorpublic void visitFromClause(FromClause node)
visitFromClause in interface IVisitorpublic void visitWhereClause(WhereClause node)
visitWhereClause in interface IVisitorpublic void visitGroupByClause(GroupByClause node)
visitGroupByClause in interface IVisitorpublic void visitHavingClause(HavingClause node)
visitHavingClause in interface IVisitorpublic void visitOrderByClause(OrderByClause node)
visitOrderByClause in interface IVisitorpublic void visitOrderByList(OrderByList node)
visitOrderByList in interface IVisitorpublic void visitOrderByExpr(OrderByExpr node)
visitOrderByExpr in interface IVisitorpublic void visitExpression(Expression node)
visitExpression in interface IVisitorpublic void visitMultiExpression(MultiExpression node)
visitMultiExpression in interface IVisitorpublic void visitOperator(Operator node)
visitOperator in interface IVisitorpublic void visitReference(Reference node)
visitReference in interface IVisitorpublic void visitReferenceList(ReferenceList node)
visitReferenceList in interface IVisitorpublic void visitLiteral(Literal node)
visitLiteral in interface IVisitorpublic void visitLiteralList(LiteralList node)
visitLiteralList in interface IVisitorpublic void visitDateLiteral(DateLiteral node)
visitDateLiteral in interface IVisitorpublic void visitStringLiteral(StringLiteral node)
visitStringLiteral in interface IVisitorpublic void visitDoubleLiteral(DoubleLiteral node)
visitDoubleLiteral in interface IVisitorpublic void visitIntegerLiteral(IntegerLiteral node)
visitIntegerLiteral in interface IVisitorpublic void visitBooleanLiteral(BooleanLiteral node)
visitBooleanLiteral in interface IVisitorpublic void visitFunction(Function node)
visitFunction in interface IVisitorpublic void visitOperandList(OperandList node)
visitOperandList in interface IVisitorCopyright © 2012 Nuxeo SA. All Rights Reserved.