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