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(Commit commit) |
void |
visit(CreateIndex createIndex) |
void |
visit(CreateTable createTable) |
void |
visit(CreateView createView) |
void |
visit(Delete delete) |
void |
visit(Drop drop) |
void |
visit(Execute execute) |
void |
visit(Insert insert) |
void |
visit(Merge merge) |
void |
visit(Replace replace) |
void |
visit(Select select) |
void |
visit(SetStatement set) |
void |
visit(Statements stmts) |
void |
visit(Truncate truncate) |
void |
visit(Update update) |
void |
visit(Upsert upsert) |
public void visit(Commit commit)
visit in interface StatementVisitorpublic void visit(Select select)
visit in interface StatementVisitorpublic void visit(Delete delete)
visit in interface StatementVisitorpublic void visit(Update update)
visit in interface StatementVisitorpublic void visit(Insert insert)
visit in interface StatementVisitorpublic void visit(Replace replace)
visit in interface StatementVisitorpublic void visit(Drop drop)
visit in interface StatementVisitorpublic void visit(Truncate truncate)
visit in interface StatementVisitorpublic void visit(CreateIndex createIndex)
visit in interface StatementVisitorpublic void visit(CreateTable createTable)
visit in interface StatementVisitorpublic void visit(CreateView createView)
visit in interface StatementVisitorpublic void visit(Alter alter)
visit in interface StatementVisitorpublic void visit(Statements stmts)
visit in interface StatementVisitorpublic void visit(Execute execute)
visit in interface StatementVisitorpublic void visit(SetStatement set)
visit in interface StatementVisitorpublic void visit(Merge merge)
visit in interface StatementVisitorpublic void visit(AlterView alterView)
visit in interface StatementVisitorpublic void visit(Upsert upsert)
visit in interface StatementVisitorCopyright © 2004–2017 JSQLParser. All rights reserved.