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 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 © 2011 Nuxeo SA. All Rights Reserved.