|
ENTITY Like_expression SUBTYPE OF (Comparison_expression); WHERE WR1: ('EXPRESSION_ARM.STRING_EXPRESSION' IN TYPEOF(SELF\Comparison_expression.operands[1])) AND ('EXPRESSION_ARM.STRING_EXPRESSION' IN TYPEOF(SELF\Comparison_expression.operands[2])); END_ENTITY; -- Like_expression |
Entity data types and their attributesGeneric_expression- Expression - Boolean_expression - Binary_generic_expression operands: LIST [2:2] OF Generic_expression; Comparison_expression (RT) operands: LIST [2:2] OF Expression; Like_expression - |
Global rules for this entity data type- |