| Package | Description |
|---|---|
| io.ciera.tool.sql.architecture.expression | |
| io.ciera.tool.sql.architecture.expression.impl | |
| types |
| Modifier and Type | Method and Description |
|---|---|
SortType |
Where.getSorted() |
| Modifier and Type | Method and Description |
|---|---|
void |
WhereSet.setSorted(SortType m_sorted) |
void |
Where.setSorted(SortType m_sorted) |
| Modifier and Type | Method and Description |
|---|---|
SortType |
WhereImpl.getSorted() |
| Modifier and Type | Method and Description |
|---|---|
static Where |
WhereImpl.create(Sql context,
io.ciera.runtime.summit.types.UniqueId instanceId,
String ref_parent_name,
String ref_parent_package,
String ref_body_name,
String ref_block_number,
String ref_statement_number,
String ref_expression_number,
String ref_base_expression_number,
String ref_where_expression_number,
String m_multiplicity,
SortType m_sorted,
String m_cast,
String ref_attr_name,
String ref_attr_class_package,
String ref_attr_class_name) |
void |
WhereImpl.setSorted(SortType m_sorted) |
void |
WhereSetImpl.setSorted(SortType m_sorted) |
| Modifier and Type | Method and Description |
|---|---|
static SortType |
SortType.deserialize(Object o) |
SortType |
SortType.value() |
static SortType |
SortType.valueOf(int value) |
static SortType |
SortType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortType[] |
SortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SortType.equality(SortType value) |
Copyright © 2020. All rights reserved.