public class StatementVisitorAdapter extends Object implements StatementVisitor
Constructor and Description |
---|
StatementVisitorAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
visit(Alter alter) |
void |
visit(AlterSequence alterSequence) |
void |
visit(AlterSession alterSession) |
void |
visit(AlterSystemStatement alterSystemStatement) |
void |
visit(AlterView alterView) |
void |
visit(Analyze analyze) |
void |
visit(Block block) |
void |
visit(Comment comment) |
void |
visit(Commit commit) |
void |
visit(CreateFunctionalStatement createFunctionalStatement) |
void |
visit(CreateIndex createIndex) |
void |
visit(CreateSchema aThis) |
void |
visit(CreateSequence createSequence) |
void |
visit(CreateSynonym createSynonym) |
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(Grant grant) |
void |
visit(IfElseStatement ifElseStatement) |
void |
visit(Insert insert) |
void |
visit(Merge merge) |
void |
visit(PurgeStatement purgeStatement) |
void |
visit(RefreshMaterializedViewStatement materializedView) |
void |
visit(RenameTableStatement renameTableStatement) |
void |
visit(ResetStatement reset) |
void |
visit(RollbackStatement rollbackStatement) |
void |
visit(SavepointStatement savepointStatement) |
void |
visit(Select select) |
void |
visit(SetStatement set) |
void |
visit(ShowColumnsStatement set) |
void |
visit(ShowIndexStatement set) |
void |
visit(ShowStatement aThis) |
void |
visit(ShowTablesStatement showTables) |
void |
visit(Statements stmts) |
void |
visit(Truncate truncate) |
void |
visit(UnsupportedStatement unsupportedStatement) |
void |
visit(Update update) |
void |
visit(Upsert upsert) |
void |
visit(UseStatement use) |
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(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(CreateSchema aThis)
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(ResetStatement reset)
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(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(ShowColumnsStatement set)
visit
in interface StatementVisitor
public void visit(ShowIndexStatement set)
visit
in interface StatementVisitor
public void visit(ShowTablesStatement showTables)
visit
in interface StatementVisitor
public void visit(DeclareStatement aThis)
visit
in interface StatementVisitor
public void visit(Grant grant)
visit
in interface StatementVisitor
public void visit(CreateSequence createSequence)
visit
in interface StatementVisitor
public void visit(AlterSequence alterSequence)
visit
in interface StatementVisitor
public void visit(CreateFunctionalStatement createFunctionalStatement)
visit
in interface StatementVisitor
public void visit(CreateSynonym createSynonym)
visit
in interface StatementVisitor
public void visit(Analyze analyze)
visit
in interface StatementVisitor
public void visit(SavepointStatement savepointStatement)
visit
in interface StatementVisitor
public void visit(RollbackStatement rollbackStatement)
visit
in interface StatementVisitor
public void visit(AlterSession alterSession)
visit
in interface StatementVisitor
public void visit(IfElseStatement ifElseStatement)
visit
in interface StatementVisitor
public void visit(RenameTableStatement renameTableStatement)
visit
in interface StatementVisitor
public void visit(PurgeStatement purgeStatement)
visit
in interface StatementVisitor
public void visit(AlterSystemStatement alterSystemStatement)
visit
in interface StatementVisitor
public void visit(UnsupportedStatement unsupportedStatement)
visit
in interface StatementVisitor
public void visit(RefreshMaterializedViewStatement materializedView)
visit
in interface StatementVisitor
Copyright © 2004–2024 JSQLParser. All rights reserved.