| Package | Description |
|---|---|
| io.ciera.tool | |
| io.ciera.tool.sql.architecture.expression | |
| io.ciera.tool.sql.architecture.expression.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
Sql.relate_R776_Select_is_a_Expression(Select form,
Expression part) |
void |
Sql.relate_R789_SelectFromInstances_is_a_Select(SelectFromInstances form,
Select part) |
void |
Sql.relate_R789_SelectRelated_is_a_Select(SelectRelated form,
Select part) |
void |
SqlSqlLoader.serialize_Select(Select select_inst,
PrintStream out) |
void |
Sql.unrelate_R776_Select_is_a_Expression(Select form,
Expression part) |
void |
Sql.unrelate_R789_SelectFromInstances_is_a_Select(SelectFromInstances form,
Select part) |
void |
Sql.unrelate_R789_SelectRelated_is_a_Select(SelectRelated form,
Select part) |
| Modifier and Type | Method and Description |
|---|---|
Select |
Expression.R776_is_a_Select() |
Select |
SelectFromInstances.R789_is_a_Select() |
Select |
SelectRelated.R789_is_a_Select() |
| Modifier and Type | Method and Description |
|---|---|
default void |
Expression.setR776_is_a_Select(Select inst) |
default void |
SelectFromInstances.setR789_is_a_Select(Select inst) |
default void |
SelectRelated.setR789_is_a_Select(Select inst) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectImpl |
| Modifier and Type | Field and Description |
|---|---|
static Select |
SelectImpl.EMPTY_SELECT |
| Modifier and Type | Method and Description |
|---|---|
static Select |
SelectImpl.create(Sql context) |
static Select |
SelectImpl.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) |
Select |
SelectSetImpl.nullElement() |
Select |
SelectImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<Select> condition) |
Select |
ExpressionImpl.R776_is_a_Select() |
Select |
SelectRelatedImpl.R789_is_a_Select() |
Select |
SelectFromInstancesImpl.R789_is_a_Select() |
Select |
SelectImpl.self() |
Select |
SelectImpl.value() |
| Modifier and Type | Method and Description |
|---|---|
List<Select> |
SelectSetImpl.elements() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionImpl.setR776_is_a_Select(Select inst) |
void |
SelectRelatedImpl.setR789_is_a_Select(Select inst) |
void |
SelectFromInstancesImpl.setR789_is_a_Select(Select inst) |
| Modifier and Type | Method and Description |
|---|---|
Select |
SelectImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<Select> condition) |
Copyright © 2019. All rights reserved.