Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class DB_TABLE_MANAGER General cluster: generation description: "Database Manager using database structure description." create: make Ancestors ABSTRACT_DB_TABLE_MANAGER* Queries Case_insensitive: BOOLEAN Case_sensitive: BOOLEAN Contains_type: INTEGER_32 database_result: detachable DB_TABLE database_result_list: detachable ARRAYED_LIST [DB_TABLE] Equals_type: INTEGER_32 error_message_32: detachable STRING_32 Greater_type: INTEGER_32 has_error: BOOLEAN has_id (tablerow: DB_TABLE): BOOLEAN is_connected: BOOLEAN is_id_selection: BOOLEAN is_valid_code (code: INTEGER_32): BOOLEAN like_type (type: INTEGER_32): BOOLEAN load_data_with_select (s: READABLE_STRING_GENERAL): detachable ANY load_list_with_query_and_tablecode (query: READABLE_STRING_GENERAL; tablecode: INTEGER_32): detachable ARRAYED_LIST [DB_TABLE] Lower_type: INTEGER_32 Max_type: INTEGER_32 new_id_for_tablerow (table_descr: DB_TABLE_DESCRIPTION): detachable ANY Prefix_type: INTEGER_32 select_qualifiers: detachable STRING_32 select_query_32: STRING_32 select_query_prepared: BOOLEAN select_table_descr: detachable DB_TABLE_DESCRIPTION Suffix_type: INTEGER_32 tables_set: BOOLEAN valid_type (type: INTEGER_32): BOOLEAN Commands add_qualifier (value: READABLE_STRING_GENERAL) add_specific_qualifier (column: INTEGER_32; value: READABLE_STRING_GENERAL; type: INTEGER_32; case_sens: BOOLEAN) add_value_qualifier (column: INTEGER_32; value: READABLE_STRING_GENERAL) commit create_item (an_obj: DB_TABLE) create_item_with_id (an_obj: DB_TABLE) delete_item (an_obj: DB_TABLE) delete_tablerow (an_obj: DB_TABLE) disconnect establish_connection execute_query (query: READABLE_STRING_32) load_result make (dbm: [like database_manager] DATABASE_MANAGER [DATABASE]) prepare_select_with_table (tablecode: INTEGER_32) remove_order_by remove_qualifiers set_all_columns set_columns (cols: ARRAYED_LIST [INTEGER_32]) set_connection_information (user_name, password, data_source: STRING_8) set_connection_string_information (a_connection_string: STRING_8) set_id_and_create_tablerow (an_obj: DB_TABLE) set_id_qualifier (id_value: STRING_8) set_multiple_order_by (column_list: ARRAYED_LIST [INTEGER_32]) set_order_by (column: INTEGER_32) set_table (tablecode: INTEGER_32) update_tablerow (tablerow: DB_TABLE)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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