Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class COLUMNS [G -> DATABASE create default_create end] General cluster: dbms-support description: "Description of a database table column" Ancestors TYPES [G -> DATABASE create default_create end] Queries Binary_type_database: INTEGER_32 Boolean_type_database: INTEGER_32 buffer_length: INTEGER_32 Character_type_database: INTEGER_32 column_id: INTEGER_32 column_name: detachable STRING_8 column_nulls: detachable STRING_8 column_size: INTEGER_32 column_typename: detachable STRING_8 creation_date: detachable DATE_TIME data_default: detachable STRING_8 data_length: INTEGER_32 data_precision: INTEGER_32 data_scale: INTEGER_32 data_type: INTEGER_32 Date_type_database: INTEGER_32 db_spec: DATABASE decimal_digits: INTEGER_32 Decimal_type_database: INTEGER_32 default_length: INTEGER_32 density: INTEGER_32 duplicate: [like Current] COLUMNS [G] eiffel_type: INTEGER_32 float_type_database: INTEGER_32 high_value: INTEGER_32 Integer_16_type_database: INTEGER_32 Integer_32_type_database: INTEGER_32 Integer_64_type_database: INTEGER_32 integer_type_database: INTEGER_32 length: INTEGER_32 low_value: INTEGER_32 Manager: DATABASE_SESSION_MANAGER Null_type: INTEGER_32 nullable: INTEGER_32 num_distinct: INTEGER_32 num_prec_radix: INTEGER_32 owner_id: INTEGER_32 precision: INTEGER_32 radix: INTEGER_32 Real_32_type_database: INTEGER_32 Real_64_type_database: INTEGER_32 real_type_database: INTEGER_32 scale: INTEGER_32 status: INTEGER_32 String_type_database: INTEGER_32 table_id: INTEGER_32 table_name: detachable STRING_8 table_owner: detachable STRING_8 table_qualifier: detachable STRING_8 table_type: detachable STRING_8 Time_type: INTEGER_32 Unknown_type: INTEGER_32 Wide_string_type_database: INTEGER_32 Commands clear_all set_all (col_id, dat_type, dat_len, sca, rad, prec, nulable, def_len, num_dist, low_val, high_val, dens, own_id, tb_id, stat: INTEGER_32; dat_def, qualifier, own, tab_name, tab_type, col_name, col_nulls, col_typename: detachable STRING_8; creat_date: detachable DATE_TIME)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org