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