Package | Description |
---|---|
org.sqlite.parser.ast |
Modifier and Type | Field | Description |
---|---|---|
Distinctness |
FunctionCallExpr.distinctness |
|
Distinctness |
OneSelect.distinctness |
Modifier and Type | Method | Description |
---|---|---|
static Distinctness |
Distinctness.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Distinctness[] |
Distinctness.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
FunctionCallExpr(String name,
Distinctness distinctness,
List<Expr> args) |
|
OneSelect(Distinctness distinctness,
List<ResultColumn> columns,
FromClause from,
Expr whereClause,
GroupBy groupBy) |
Copyright © 2018. All rights reserved.