|
ENTITY Numeric_defined_function ABSTRACT SUPERTYPE OF (ONEOF (Integer_defined_function, Real_defined_function)) SUBTYPE OF (Numeric_expression, Defined_function); END_ENTITY; -- Numeric_defined_function |
Entity data types and their attributesGeneric_expression- Expression - Numeric_expression (DER) is_int: BOOLEAN; (DER) sql_mappable: BOOLEAN; Defined_function - Numeric_defined_function - |
| Integer_defined_function (Numeric_function_arm) |
| Real_defined_function (Numeric_function_arm) |
Global rules for this entity data type- |