Overview Schemas Index

ISO13584_EXPRESSIONS_SCHEMA (jsdai.SIso13584_expressions_schema)


ENTITY defined_function
          ABSTRACT SUPERTYPE OF ((ONEOF (numeric_defined_function, string_defined_function, boolean_defined_function) ANDOR sql_mappable_defined_function));
END_ENTITY; -- defined_function

Entity data types and their attributes

defined_function
          -

Known subtypes

          boolean_defined_function (ISO13584_EXPRESSIONS_SCHEMA)
          named_function (EXPRESSION_EXTENSIONS_SCHEMA)
          numeric_defined_function (ISO13584_EXPRESSIONS_SCHEMA)
          sql_mappable_defined_function (ISO13584_EXPRESSIONS_SCHEMA)
          string_defined_function (ISO13584_EXPRESSIONS_SCHEMA)

Users

defined_function
          variable_assignment.the_function

Global rules for this entity data type

          -

public interface EDefined_function extends EEntity


public class CDefined_function implements EDefined_function


public class ADefined_function extends AEntity

          public EDefined_function getByIndex(int index)
          public EDefined_function getCurrentMember(SdaiIterator it)