Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class DATABASE_PROC [G -> DATABASE create default_create end] General cluster: dbms-support description: "Implementation of DB_PROC" create: make Ancestors GLOBAL_SETTINGS HANDLE_SPEC [G -> DATABASE create default_create end] HANDLE_USE Queries arguments_name_32: detachable ARRAY [STRING_32] arguments_set: BOOLEAN arguments_type: detachable ARRAY [detachable ANY] db_spec: DATABASE decimal_creation_function: FUNCTION [STRING_8, INTEGER_32, INTEGER_32, INTEGER_32, ANY] decimal_factor_function: FUNCTION [ANY, TUPLE [STRING_8, INTEGER_32, INTEGER_32, INTEGER_32]] decimal_output_function: FUNCTION [ANY, STRING_8] default_decimal_presicion: INTEGER_32 default_decimal_scale: INTEGER_32 exists: BOOLEAN is_database_set: BOOLEAN is_decimal_function: FUNCTION [ANY, BOOLEAN] is_decimal_used: BOOLEAN Manager: DATABASE_SESSION_MANAGER map_zero_null_value: BOOLEAN text_32: STRING_32 use_extended_types: BOOLEAN Commands change_name (new_name: STRING_8) drop execute (destination: DB_EXPRESSION) execute_string (destination: DB_EXPRESSION; sql: READABLE_STRING_GENERAL) load make set_arguments_32 (args_name: [attached like arguments_name_32] attached ARRAY [STRING_32]; args_type: [attached like arguments_type] attached ARRAY [detachable ANY]) set_decimal_functions (a_decimal_creation_func: [like decimal_creation_function] FUNCTION [STRING_8, INTEGER_32, INTEGER_32, INTEGER_32, ANY]; a_is_decimal_func: [like is_decimal_function] FUNCTION [ANY, BOOLEAN]; a_decimal_factor_func: [like decimal_factor_function] FUNCTION [ANY, TUPLE [STRING_8, INTEGER_32, INTEGER_32, INTEGER_32]]; a_decimal_output_func: [like decimal_output_function] FUNCTION [ANY, STRING_8]) set_default_decimal_presicion (a_presicsion: INTEGER_32) set_default_decimal_scale (a_scale: INTEGER_32) set_is_decimal_used (a_b: BOOLEAN) set_map_zero_null_value (a_b: BOOLEAN) set_no_arguments set_use_extended_types (a_b: BOOLEAN) store (sql: READABLE_STRING_GENERAL)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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