public class StatementVisitorAdapter extends Object implements StatementVisitor
Constructor and Description |
---|
StatementVisitorAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
visit(Alter alter) |
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(Replace replace) |
void |
visit(Select select) |
void |
visit(Statements stmts) |
void |
visit(Truncate truncate) |
void |
visit(Update update) |
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
Copyright © 2006–2018 TinyGroup. All rights reserved.