Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY map_partition
          SUBTYPE OF (map_or_view_partition);
          SELF\map_or_view_partition.parent : map_definition;
END_ENTITY; -- map_partition

Entity data types and their attributes

map_or_view_partition
          parent: map_or_view_definition_select;
          name: express_id;
          (INV) source_parameters: SET [0:?] OF source_parameter FOR parent;
map_partition
          (RT) parent: map_definition;

Users

map_or_view_partition
          map_or_view_input_parameter.parent
map_partition

Global rules for this entity data type

          -

public interface EMap_partition extends EMap_or_view_partition


public class CMap_partition implements EMap_partition


public class AMap_partition extends AEntity

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