| 类 | 说明 |
|---|---|
| AlterDeParser |
very simple alter statement deparser
|
| AlterViewDeParser |
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string) a
AlterView |
| CreateIndexDeParser |
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string) a
CreateIndex |
| CreateTableDeParser |
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string) a
CreateTable |
| CreateViewDeParser |
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string) a
CreateView |
| DeleteDeParser |
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string) a
Delete |
| DropDeParser | |
| ExecuteDeParser | |
| ExpressionDeParser |
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string) an
Expression |
| InsertDeParser |
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string) an
Insert |
| LimitDeparser | |
| OrderByDeParser | |
| ReplaceDeParser |
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string) a
Replace |
| SelectDeParser |
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string) a
Select |
| SetStatementDeParser | |
| StatementDeParser | |
| UpdateDeParser |
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string) an
Update |
| UpsertDeParser |
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string)
|