public interface StatementVisitor
Modifier and Type | Method and Description |
---|---|
void |
visit(Alter alter) |
void |
visit(AlterView alterView) |
void |
visit(Block block) |
void |
visit(Comment comment) |
void |
visit(Commit commit) |
void |
visit(CreateIndex createIndex) |
void |
visit(CreateTable createTable) |
void |
visit(CreateView createView) |
void |
visit(DeclareStatement aThis) |
void |
visit(Delete delete) |
void |
visit(DescribeStatement describe) |
void |
visit(Drop drop) |
void |
visit(Execute execute) |
void |
visit(ExplainStatement aThis) |
void |
visit(Insert insert) |
void |
visit(Merge merge) |
void |
visit(Replace replace) |
void |
visit(Select select) |
void |
visit(SetStatement set) |
void |
visit(ShowColumnsStatement set) |
void |
visit(ShowStatement aThis) |
void |
visit(Statements stmts) |
void |
visit(Truncate truncate) |
void |
visit(Update update) |
void |
visit(Upsert upsert) |
void |
visit(UseStatement use) |
void |
visit(ValuesStatement values) |
void visit(Comment comment)
void visit(Commit commit)
void visit(Delete delete)
void visit(Update update)
void visit(Insert insert)
void visit(Replace replace)
void visit(Drop drop)
void visit(Truncate truncate)
void visit(CreateIndex createIndex)
void visit(CreateTable createTable)
void visit(CreateView createView)
void visit(AlterView alterView)
void visit(Alter alter)
void visit(Statements stmts)
void visit(Execute execute)
void visit(SetStatement set)
void visit(ShowColumnsStatement set)
void visit(Merge merge)
void visit(Select select)
void visit(Upsert upsert)
void visit(UseStatement use)
void visit(Block block)
void visit(ValuesStatement values)
void visit(DescribeStatement describe)
void visit(ExplainStatement aThis)
void visit(ShowStatement aThis)
void visit(DeclareStatement aThis)
Copyright © 2004–2019 JSQLParser. All rights reserved.