| Modifier and Type | Method and Description |
|---|---|
protected Sql |
InnerParser.buildExpr(java.lang.Object... operands) |
protected Sql |
InnerParser.buildExpr(Sql... operands) |
protected Sql |
InnerParser.buildExpr(java.lang.String value) |
Sql[] |
InnerParser.expand(java.lang.Object... exprs) |
Sql[] |
InnerParser.expand(Sql... exprs) |
| Modifier and Type | Method and Description |
|---|---|
protected Sql |
InnerParser.buildExpr(Sql... operands) |
Sql[] |
InnerParser.expand(Sql... exprs) |
| Modifier and Type | Class and Description |
|---|---|
class |
Select |
| Modifier and Type | Method and Description |
|---|---|
Sql |
Select.getOptions() |
| 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 | Class and Description |
|---|---|
class |
From |
class |
GroupBy |
class |
Having |
class |
Into |
class |
Limit |
class |
OrderBy |
class |
SourceEntry |
class |
Where |
| Modifier and Type | Method and Description |
|---|---|
Sql |
Where.getCondition() |
Sql |
Having.getCondition() |
Sql |
Limit.getCount() |
Sql |
SourceEntry.getExpr() |
Sql |
Into.getFile() |
Sql |
Limit.getOffset() |
Sql |
Into.getOptions() |
| Constructor and Description |
|---|
Having(Sql condition) |
Into(Sql file) |
Into(Sql file,
Charset charset,
Sql options) |
Limit(Sql offset,
Sql count) |
SourceEntry(Sql expr) |
SourceEntry(Sql expr,
java.lang.String alias) |
Where(Sql condition) |
| Modifier and Type | Class and Description |
|---|---|
class |
Factor |
class |
Join |
| Modifier and Type | Method and Description |
|---|---|
Sql |
Join.getCondition() |
Sql |
Join.getDefinition() |
Sql |
Join.getReference() |
Sql |
Join.getSource() |
| Constructor and Description |
|---|
Join(Sql reference,
Sql definition,
Sql source) |
Join(Sql reference,
Sql definition,
Sql source,
Sql condition) |
| Modifier and Type | Class and Description |
|---|---|
class |
Charset |
class |
Function |
class |
List |
class |
Nary |
class |
Parenthesis |
class |
SubSelect |
class |
Terminal |
class |
Variable |
| Modifier and Type | Method and Description |
|---|---|
Sql |
Charset.getCharset() |
Sql |
Parenthesis.getExpression() |
Sql[] |
Nary.getParts() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Sql> |
List.getList() |
| Constructor and Description |
|---|
Charset(Sql charset) |
Function(java.lang.String name,
Sql... arguments) |
List(boolean parenthesis,
Sql... expressions) |
List(Sql... expressions) |
Nary(Sql... operands) |
Nary(java.lang.String separator,
Sql... parts) |
Parenthesis(Sql expression) |
| Modifier and Type | Class and Description |
|---|---|
class |
Char |
class |
Match |
| Modifier and Type | Method and Description |
|---|---|
Sql |
Char.getCharset() |
Sql |
Match.getExpression() |
| Constructor and Description |
|---|
Char(java.lang.String name,
List arguments,
Sql charset) |
Match(List columns,
Sql expression,
java.lang.String searchModifier) |
Copyright © 2018. All rights reserved.