Uses of Interface
io.ciera.tool.sql.architecture.statement.Generate
-
-
Uses of Generate in io.ciera.tool
Methods in io.ciera.tool with parameters of type Generate Modifier and Type Method Description voidSql. relate_R451_Generate_is_a_Statement(Generate form, Statement part)voidSql. relate_R486_Generate_generates_Expression(Generate form, Expression part)voidSqlSqlLoader. serialize_451(Generate generate_inst, PrintStream out)voidSqlSqlLoader. serialize_486(Generate generate_inst, PrintStream out)voidSqlSqlLoader. serialize_Generate(Generate generate_inst, PrintStream out)voidSql. unrelate_R451_Generate_is_a_Statement(Generate form, Statement part)voidSql. unrelate_R486_Generate_generates_Expression(Generate form, Expression part) -
Uses of Generate in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return Generate Modifier and Type Method Description GenerateExpression. R486_Generate()Methods in io.ciera.tool.sql.architecture.expression with parameters of type Generate Modifier and Type Method Description default voidExpression. setR486_Generate(Generate inst) -
Uses of Generate in io.ciera.tool.sql.architecture.expression.impl
Methods in io.ciera.tool.sql.architecture.expression.impl that return Generate Modifier and Type Method Description GenerateExpressionImpl. R486_Generate()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type Generate Modifier and Type Method Description voidExpressionImpl. setR486_Generate(Generate inst) -
Uses of Generate in io.ciera.tool.sql.architecture.statement
Methods in io.ciera.tool.sql.architecture.statement that return Generate Modifier and Type Method Description GenerateStatement. R451_is_a_Generate()Methods in io.ciera.tool.sql.architecture.statement with parameters of type Generate Modifier and Type Method Description default voidStatement. setR451_is_a_Generate(Generate inst) -
Uses of Generate in io.ciera.tool.sql.architecture.statement.impl
Classes in io.ciera.tool.sql.architecture.statement.impl that implement Generate Modifier and Type Class Description classGenerateImplFields in io.ciera.tool.sql.architecture.statement.impl declared as Generate Modifier and Type Field Description static GenerateGenerateImpl. EMPTY_GENERATEMethods in io.ciera.tool.sql.architecture.statement.impl that return Generate Modifier and Type Method Description static GenerateGenerateImpl. create(Sql context)static GenerateGenerateImpl. 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_evt_expression_number)static GenerateGenerateImpl. 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_evt_expression_number)GenerateGenerateSetImpl. nullElement()GenerateGenerateImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)GenerateStatementImpl. R451_is_a_Generate()GenerateGenerateImpl. self()Methods in io.ciera.tool.sql.architecture.statement.impl that return types with arguments of type Generate Modifier and Type Method Description List<Generate>GenerateSetImpl. elements()Methods in io.ciera.tool.sql.architecture.statement.impl with parameters of type Generate Modifier and Type Method Description voidStatementImpl. setR451_is_a_Generate(Generate inst)Method parameters in io.ciera.tool.sql.architecture.statement.impl with type arguments of type Generate Modifier and Type Method Description GenerateSetGenerateSetImpl. emptySet(Comparator<? super Generate> comp)Constructor parameters in io.ciera.tool.sql.architecture.statement.impl with type arguments of type Generate Constructor Description GenerateSetImpl(Comparator<? super Generate> comp)
-