+
Point of view
All features
class EDC_TABLE [R_ -> EDC_RECORD]
Summary
Direct parents
Inherit list: EDC_ANY_TABLE
Class invariant
Overview
make (a_name: ABSTRACT_STRING)
effective procedure
{}
require
  • not a_name.is_empty
ensure
  • name = a_name.intern
writable attribute
{ANY}
effective function
{ANY}
effective function
{ANY}
add_field (a_field: EDC_ANY_FIELD)
effective procedure
require
  • a_field.table = Current
ensure
writable attribute
{}
writable attribute
{}
Edc_default: EDC_QUERY_OPTION
once function
{}
Edc_for_update: EDC_QUERY_OPTION
once function
{}
Edc_primary_key: EDC_FIELD_OPTION
once function
{}
Edc_mandatory: EDC_FIELD_OPTION
once function
{}