Modifier and Type | Method and Description |
---|---|
ParameterFinder.ParameterEntry |
ParameterFinder.getParameterEntry(Select select) |
void |
ParameterFinder.visit(Select select) |
Modifier and Type | Method and Description |
---|---|
Select |
CCJSqlParser.Select() |
Modifier and Type | Method and Description |
---|---|
void |
StatementVisitor.visit(Select select) |
void |
StatementVisitorAdapter.visit(Select select) |
Modifier and Type | Method and Description |
---|---|
Select |
CreateTable.getSelect() |
Modifier and Type | Method and Description |
---|---|
void |
CreateTable.setSelect(Select select) |
Modifier and Type | Method and Description |
---|---|
Select |
Insert.getSelect() |
Modifier and Type | Method and Description |
---|---|
void |
Insert.setSelect(Select select) |
Modifier and Type | Method and Description |
---|---|
Select |
Update.getSelect() |
Modifier and Type | Method and Description |
---|---|
void |
Update.setSelect(Select select) |
Modifier and Type | Method and Description |
---|---|
static Select |
SelectUtils.buildSelectFromTable(Table table)
Builds select * from table.
|
static Select |
SelectUtils.buildSelectFromTableAndExpressions(Table table,
Expression... expr)
Builds select expr1, expr2 from table.
|
static Select |
SelectUtils.buildSelectFromTableAndExpressions(Table table,
String... expr)
Builds select expr1, expr2 from table.
|
static Select |
SelectUtils.buildSelectFromTableAndSelectItems(Table table,
SelectItem... selectItems) |
Modifier and Type | Method and Description |
---|---|
static void |
SelectUtils.addExpression(Select select,
Expression expr)
Adds an expression to select statements.
|
static Join |
SelectUtils.addJoin(Select select,
Table table,
Expression onExpression)
Adds a simple join to a select statement.
|
List<String> |
TablesNamesFinder.getTableList(Select select)
Main entry for this Tool class.
|
void |
TablesNamesFinder.visit(Select select) |
Modifier and Type | Method and Description |
---|---|
void |
StatementDeParser.visit(Select select) |
Copyright © 2006–2018 TinyGroup. All rights reserved.