Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class DATABASE_MANAGER [reference G -> DATABASE create default_create end] General cluster: dbms-support description: "Object that enable basic database management." Ancestors ANY Queries database_handle_created: BOOLEAN database_handle_name: STRING_8 Db_change: DB_CHANGE Db_selection: DB_SELECTION error_message_32: detachable STRING_32 has_error: BOOLEAN is_connected: BOOLEAN load_data_with_select (s: READABLE_STRING_GENERAL): detachable ANY load_list_with_select (s: READABLE_STRING_GENERAL; an_obj: ANY): ARRAYED_LIST [[like arg #2] ANY] session_control: detachable DB_CONTROL session_control_created: BOOLEAN string_format (s: READABLE_STRING_GENERAL): STRING_8 string_format_32 (s: READABLE_STRING_GENERAL): STRING_32 Commands begin_transaction commit disconnect establish_connection execute_query (a_query: READABLE_STRING_GENERAL) execute_query_without_commit (a_query: READABLE_STRING_GENERAL) insert_with_repository (an_obj: ANY; rep: DB_REPOSITORY) rollback set_connection_information (user_name, password, data_source: STRING_8) set_connection_string_information (a_connection_string: STRING_8)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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