| Package | Description |
|---|---|
| org.sqlite.parser.ast |
| Modifier and Type | Field | Description |
|---|---|---|
SortOrder |
IndexedColumn.order |
|
SortOrder |
PrimaryKeyColumnConstraint.order |
|
SortOrder |
SortedColumn.order |
| Modifier and Type | Method | Description |
|---|---|---|
static SortOrder |
SortOrder.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
PrimaryKeyConstraint.allMatch(BiFunction<String,SortOrder,Boolean> columnChecker) |
|
boolean |
PrimaryKeyTableConstraint.allMatch(BiFunction<String,SortOrder,Boolean> columnChecker) |
| Constructor | Description |
|---|---|
IndexedColumn(String colName,
String collationName,
SortOrder order) |
|
PrimaryKeyColumnConstraint(String name,
SortOrder order,
ResolveType conflictClause,
boolean autoIncrement) |
|
SortedColumn(Expr name,
SortOrder order) |
Copyright © 2018. All rights reserved.