| Modifier and Type | Method and Description |
|---|---|
List |
Select.getSelectExpr() |
| Constructor and Description |
|---|
Select(Sql options,
List selectExpr,
From from,
Where where,
GroupBy groupBy,
Having having,
OrderBy orderBy,
Limit limit,
Into into) |
Select(Sql options,
List selectExpr,
Into into) |
| Modifier and Type | Method and Description |
|---|---|
List |
OrderBy.getConditions() |
List |
GroupBy.getConditions() |
List |
From.getTableReferences() |
List |
Into.getUservars() |
| Constructor and Description |
|---|
From(List tableReferences) |
GroupBy(List conditions,
boolean rollup) |
Into(List userVars) |
OrderBy(List conditions,
boolean rollup) |
| Modifier and Type | Method and Description |
|---|---|
List |
Factor.getColumns() |
List |
Factor.getIndexHintList() |
List |
Factor.getPartition() |
List |
Factor.getReferences() |
| Constructor and Description |
|---|
Factor(List references) |
Factor(java.lang.String name,
List partition,
java.lang.String alias,
List indexHintList) |
Factor(SubSelect subSelect,
java.lang.String alias,
List columns) |
| Modifier and Type | Method and Description |
|---|---|
List |
Function.getArguments() |
List |
List.withoutParenthesis() |
List |
List.withParenthesis() |
| Constructor and Description |
|---|
Function(java.lang.String name,
List arguments) |
| Constructor and Description |
|---|
Char(java.lang.String name,
List arguments) |
Char(java.lang.String name,
List arguments,
Sql charset) |
Match(List columns,
Sql expression,
java.lang.String searchModifier) |
Copyright © 2018. All rights reserved.