Package | Description |
---|---|
net.sf.jsqlparser.statement.select | |
net.sf.jsqlparser.util | |
net.sf.jsqlparser.util.deparser |
Modifier and Type | Method and Description |
---|---|
void |
AllTableColumns.accept(SelectItemVisitor selectItemVisitor) |
void |
SelectItem.accept(SelectItemVisitor selectItemVisitor) |
void |
AllColumns.accept(SelectItemVisitor selectItemVisitor) |
void |
SelectExpressionItem.accept(SelectItemVisitor selectItemVisitor) |
Modifier and Type | Class and Description |
---|---|
class |
AddAliasesVisitor
Add aliases to every column and expression selected by a
select - statement.
|
class |
ConnectExpressionsVisitor
Connect all selected expressions with a binary expression.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectDeParser
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string) a
Select |
Copyright © 2013. All Rights Reserved.