public class StatementDeParser extends Object implements StatementVisitor
| Constructor and Description |
|---|
StatementDeParser(StringBuilder buffer) |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
getBuffer() |
void |
setBuffer(StringBuilder buffer) |
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 StatementDeParser(StringBuilder buffer)
public 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(Delete delete)
visit in interface StatementVisitorpublic void visit(Drop drop)
visit in interface StatementVisitorpublic void visit(Insert insert)
visit in interface StatementVisitorpublic void visit(Replace replace)
visit in interface StatementVisitorpublic void visit(Select select)
visit in interface StatementVisitorpublic void visit(Truncate truncate)
visit in interface StatementVisitorpublic void visit(Update update)
visit in interface StatementVisitorpublic StringBuilder getBuffer()
public void setBuffer(StringBuilder buffer)
public void visit(Alter alter)
visit in interface StatementVisitorpublic void visit(Statements stmts)
visit in interface StatementVisitorpublic void visit(Execute execute)
visit in interface StatementVisitorCopyright © 2004–2014 JSQLParser. All rights reserved.