public interface StatementVisitor
Modifier and Type | Method and Description |
---|---|
void |
postprocess()
Signals the visitor that all statements have been visited, so that any
necessary postprocessing can be performed.
|
void |
visit(Alter alter) |
void |
visit(Comment comment) |
void |
visit(CreateIndex createIndex) |
void |
visit(CreateTable createTable) |
void |
visit(Insert insert) |
void |
visit(List<Statement> stmts) |
void visit(Insert insert)
void visit(CreateTable createTable)
void visit(CreateIndex createIndex)
void visit(Alter alter)
void visit(Comment comment)
void postprocess()
Copyright © 2018. All rights reserved.