Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class DATABASE General cluster: dbms-support description: "Specification of the database. Generic parameter" Ancestors ANY Queries affected_row_count: INTEGER_32 conv_type (indicator, index: INTEGER_32): INTEGER_32 convert_string_type (r_any: ANY; field_name, class_name: STRING_8): ANY database_handle_name: STRING_8 date_to_str (object: DATE_TIME): STRING_8 descriptor_is_available: BOOLEAN dim_rep_diff (repository_dimension, db_field_count: INTEGER_32): BOOLEAN dyn_sql_colon_style: BOOLEAN false_representation: STRING_8 found: BOOLEAN get_boolean_data (no_descriptor, ind: INTEGER_32): BOOLEAN get_col_len (no_descriptor, ind: INTEGER_32): INTEGER_32 get_col_type (no_descriptor, ind: INTEGER_32): INTEGER_32 get_count (no_descriptor: INTEGER_32): INTEGER_32 get_data_len (no_descriptor, ind: INTEGER_32): INTEGER_32 get_date_data (no_descriptor, ind: INTEGER_32): INTEGER_32 get_day (no_descriptor, ind: INTEGER_32): INTEGER_32 get_decimal (no_descriptor, ind: INTEGER_32): detachable TUPLE [STRING_8, INTEGER_32, INTEGER_32, INTEGER_32] get_error_code: INTEGER_32 get_error_message: POINTER get_error_message_string: STRING_32 get_float_data (no_descriptor, ind: INTEGER_32): REAL_64 get_hour (no_descriptor, ind: INTEGER_32): INTEGER_32 get_integer_16_data (no_descriptor, ind: INTEGER_32): INTEGER_16 get_integer_64_data (no_descriptor, ind: INTEGER_32): INTEGER_64 get_integer_data (no_descriptor, ind: INTEGER_32): INTEGER_32 get_min (no_descriptor, ind: INTEGER_32): INTEGER_32 get_month (no_descriptor, ind: INTEGER_32): INTEGER_32 get_real_data (no_descriptor, ind: INTEGER_32): REAL_32 get_sec (no_descriptor, ind: INTEGER_32): INTEGER_32 get_warn_message: POINTER get_warn_message_string: STRING_32 get_year (no_descriptor, ind: INTEGER_32): INTEGER_32 has_row_number: BOOLEAN hide_qualifier (c_temp: READABLE_STRING_GENERAL): POINTER identifier_quoter: STRING_32 insert_auto_identity_column: BOOLEAN is_affected_row_count_supported: BOOLEAN is_connection_string_supported: BOOLEAN is_convert_string_type_required: BOOLEAN is_error_updated: BOOLEAN is_null_data (no_descriptor, ind: INTEGER_32): BOOLEAN is_warning_updated: BOOLEAN map_var_after: STRING_8 map_var_before: STRING_8 map_var_between: STRING_8 map_var_between_2: STRING_8 map_var_name_32 (par_name: READABLE_STRING_GENERAL): STRING_32 max_char_size: INTEGER_32 name_proc_lower: BOOLEAN new_descriptor: INTEGER_32 no_args: STRING_8 no_error_code: INTEGER_32 normal_parse: BOOLEAN parse (descriptor: INTEGER_32; uht: detachable DB_STRING_HASH_TABLE [detachable ANY]; ht_order: detachable ARRAYED_LIST [READABLE_STRING_GENERAL]; uhandle: HANDLE; sql: READABLE_STRING_GENERAL; dynamic: BOOLEAN): BOOLEAN password_ensure (name, passwd, uname, upasswd: STRING_8): BOOLEAN password_ok (upasswd: STRING_8): BOOLEAN proc_args: BOOLEAN put_col_name (no_descriptor, index: INTEGER_32; ar: STRING_8; max_len: INTEGER_32): INTEGER_32 put_column_name (repository: DATABASE_REPOSITORY [[like Current] DATABASE]; map_table: ARRAY [INTEGER_32]; obj: ANY): STRING_8 put_data (no_descriptor, index: INTEGER_32; ar: STRING_8; max_len: INTEGER_32): INTEGER_32 put_data_32 (no_descriptor, index: INTEGER_32; ar: STRING_32; max_len: INTEGER_32): INTEGER_32 qualifier_separator: STRING_32 results_order (no_descriptor: INTEGER_32): INTEGER_32 select_exists_32 (name: READABLE_STRING_GENERAL): STRING_32 select_text_32 (proc_name: READABLE_STRING_GENERAL): STRING_32 selection_string (rep_qualifier, rep_owner, repository_name: STRING_8): STRING_8 sensitive_mixed: BOOLEAN sql_adapt_db (sql: STRING_8): STRING_8 sql_adapt_db_32 (sql: STRING_32): STRING_32 sql_after_exec: STRING_8 sql_as: STRING_8 sql_creation: STRING_8 sql_end: STRING_8 sql_execution: STRING_8 sql_name_boolean: STRING_8 sql_name_character: STRING_8 sql_name_datetime: STRING_8 sql_name_decimal: STRING_8 sql_name_double: STRING_8 sql_name_integer: STRING_8 sql_name_integer_16: STRING_8 sql_name_integer_64: STRING_8 sql_name_real: STRING_8 sql_name_string: STRING_8 sql_string: STRING_8 sql_string2 (int: INTEGER_32): STRING_8 sql_wstring: STRING_8 sql_wstring2 (int: INTEGER_32): STRING_8 string_format_32 (object: detachable READABLE_STRING_GENERAL): STRING_32 support_drop_proc: BOOLEAN support_proc: BOOLEAN support_sql_of_proc: BOOLEAN support_stored_proc: BOOLEAN text_not_supported: STRING_32 trancount: INTEGER_32 true_representation: STRING_8 user_name_ok (uname: STRING_8): BOOLEAN Commands begin bind_arguments (descriptor: INTEGER_32; uht: DB_STRING_HASH_TABLE [detachable ANY]; ht_order: detachable ARRAYED_LIST [READABLE_STRING_GENERAL]) clear_error close_cursor (no_descriptor: INTEGER_32) commit connect (user_name, user_passwd, data_source, application, hostname, role_id: STRING_8; role_passwd: detachable STRING_8; group_id: STRING_8) connect_by_connection_string (a_connect_string: STRING_8) database_make (i: INTEGER_32) disconnect drop_proc_not_supported exec_immediate (no_descriptor: INTEGER_32; command: READABLE_STRING_GENERAL) exec_proc_not_supported init_order (no_descriptor: INTEGER_32; command: READABLE_STRING_GENERAL) next_row (no_descriptor: INTEGER_32) pre_immediate (descriptor, i: INTEGER_32) result_order (descriptor: INTEGER_32) rollback start_order (no_descriptor: INTEGER_32) store_proc_not_supported terminate_order (no_descriptor: INTEGER_32) update_map_table_error (db_handle: HANDLE; map_table: ARRAY [INTEGER_32]; ind: INTEGER_32)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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