Uses of Interface
io.ciera.tool.sql.architecture.expression.Select
-
Packages that use Select Package Description io.ciera.tool io.ciera.tool.sql.architecture.expression io.ciera.tool.sql.architecture.expression.impl -
-
Uses of Select in io.ciera.tool
Methods in io.ciera.tool with parameters of type Select Modifier and Type Method Description voidSql. relate_R776_Select_is_a_Expression(Select form, Expression part)voidSql. relate_R789_SelectFromInstances_is_a_Select(SelectFromInstances form, Select part)voidSql. relate_R789_SelectRelated_is_a_Select(SelectRelated form, Select part)voidSqlSqlLoader. serialize_776(Select select_inst, PrintStream out)voidSqlSqlLoader. serialize_Select(Select select_inst, PrintStream out)voidSql. unrelate_R776_Select_is_a_Expression(Select form, Expression part)voidSql. unrelate_R789_SelectFromInstances_is_a_Select(SelectFromInstances form, Select part)voidSql. unrelate_R789_SelectRelated_is_a_Select(SelectRelated form, Select part) -
Uses of Select in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return Select Modifier and Type Method Description SelectExpression. R776_is_a_Select()SelectSelectFromInstances. R789_is_a_Select()SelectSelectRelated. R789_is_a_Select()Methods in io.ciera.tool.sql.architecture.expression with parameters of type Select Modifier and Type Method Description default voidExpression. setR776_is_a_Select(Select inst)default voidSelectFromInstances. setR789_is_a_Select(Select inst)default voidSelectRelated. setR789_is_a_Select(Select inst) -
Uses of Select in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement Select Modifier and Type Class Description classSelectImplFields in io.ciera.tool.sql.architecture.expression.impl declared as Select Modifier and Type Field Description static SelectSelectImpl. EMPTY_SELECTMethods in io.ciera.tool.sql.architecture.expression.impl that return Select Modifier and Type Method Description static SelectSelectImpl. create(Sql context)static SelectSelectImpl. 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)static SelectSelectImpl. create(Sql context, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number)SelectSelectSetImpl. nullElement()SelectSelectImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)SelectExpressionImpl. R776_is_a_Select()SelectSelectFromInstancesImpl. R789_is_a_Select()SelectSelectRelatedImpl. R789_is_a_Select()SelectSelectImpl. self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type Select Modifier and Type Method Description List<Select>SelectSetImpl. elements()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type Select Modifier and Type Method Description voidExpressionImpl. setR776_is_a_Select(Select inst)voidSelectFromInstancesImpl. setR789_is_a_Select(Select inst)voidSelectRelatedImpl. setR789_is_a_Select(Select inst)Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type Select Modifier and Type Method Description SelectSetSelectSetImpl. emptySet(Comparator<? super Select> comp)Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type Select Constructor Description SelectSetImpl(Comparator<? super Select> comp)
-