|
ENTITY power_expression SUBTYPE OF (binary_numeric_expression); END_ENTITY; -- power_expression |
Entity data types and their attributesgeneric_expression- expression - numeric_expression (DER) is_int: LOGICAL; (DER) sql_mappable: LOGICAL; binary_generic_expression operands: LIST [2:2] OF generic_expression; binary_numeric_expression (RT) operands: LIST [2:2] OF numeric_expression; power_expression - |
Global rules for this entity data type- |