Uses of Interface
io.ciera.tool.sql.architecture.statement.DeleteSmt
-
-
Uses of DeleteSmt in io.ciera.tool
Methods in io.ciera.tool with parameters of type DeleteSmt Modifier and Type Method Description voidSql. relate_R451_DeleteSmt_is_a_Statement(DeleteSmt form, Statement part)voidSql. relate_R462_DeleteSmt_deletes_instance_specified_by_Expression(DeleteSmt form, Expression part)voidSqlSqlLoader. serialize_451(DeleteSmt deletesmt_inst, PrintStream out)voidSqlSqlLoader. serialize_462(DeleteSmt deletesmt_inst, PrintStream out)voidSqlSqlLoader. serialize_DeleteSmt(DeleteSmt deletesmt_inst, PrintStream out)voidSql. unrelate_R451_DeleteSmt_is_a_Statement(DeleteSmt form, Statement part)voidSql. unrelate_R462_DeleteSmt_deletes_instance_specified_by_Expression(DeleteSmt form, Expression part) -
Uses of DeleteSmt in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression with parameters of type DeleteSmt Modifier and Type Method Description default voidExpression. addR462_is_deleted_by_DeleteSmt(DeleteSmt inst)default voidExpression. removeR462_is_deleted_by_DeleteSmt(DeleteSmt inst) -
Uses of DeleteSmt in io.ciera.tool.sql.architecture.expression.impl
Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type DeleteSmt Modifier and Type Method Description voidExpressionImpl. addR462_is_deleted_by_DeleteSmt(DeleteSmt inst)voidExpressionImpl. removeR462_is_deleted_by_DeleteSmt(DeleteSmt inst) -
Uses of DeleteSmt in io.ciera.tool.sql.architecture.statement
Methods in io.ciera.tool.sql.architecture.statement that return DeleteSmt Modifier and Type Method Description DeleteSmtStatement. R451_is_a_DeleteSmt()Methods in io.ciera.tool.sql.architecture.statement with parameters of type DeleteSmt Modifier and Type Method Description default voidStatement. setR451_is_a_DeleteSmt(DeleteSmt inst) -
Uses of DeleteSmt in io.ciera.tool.sql.architecture.statement.impl
Classes in io.ciera.tool.sql.architecture.statement.impl that implement DeleteSmt Modifier and Type Class Description classDeleteSmtImplFields in io.ciera.tool.sql.architecture.statement.impl declared as DeleteSmt Modifier and Type Field Description static DeleteSmtDeleteSmtImpl. EMPTY_DELETESMTMethods in io.ciera.tool.sql.architecture.statement.impl that return DeleteSmt Modifier and Type Method Description static DeleteSmtDeleteSmtImpl. create(Sql context)static DeleteSmtDeleteSmtImpl. 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 DeleteSmtDeleteSmtImpl. 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)DeleteSmtDeleteSmtSetImpl. nullElement()DeleteSmtDeleteSmtImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)DeleteSmtStatementImpl. R451_is_a_DeleteSmt()DeleteSmtDeleteSmtImpl. self()Methods in io.ciera.tool.sql.architecture.statement.impl that return types with arguments of type DeleteSmt Modifier and Type Method Description List<DeleteSmt>DeleteSmtSetImpl. elements()Methods in io.ciera.tool.sql.architecture.statement.impl with parameters of type DeleteSmt Modifier and Type Method Description voidStatementImpl. setR451_is_a_DeleteSmt(DeleteSmt inst)Method parameters in io.ciera.tool.sql.architecture.statement.impl with type arguments of type DeleteSmt Modifier and Type Method Description DeleteSmtSetDeleteSmtSetImpl. emptySet(Comparator<? super DeleteSmt> comp)Constructor parameters in io.ciera.tool.sql.architecture.statement.impl with type arguments of type DeleteSmt Constructor Description DeleteSmtSetImpl(Comparator<? super DeleteSmt> comp)
-