Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class GLOBAL_SETTINGS General cluster: support description: "Global settings for the library." Ancestors ANY Queries 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 is_decimal_function: FUNCTION [ANY, BOOLEAN] is_decimal_used: BOOLEAN map_zero_null_value: BOOLEAN use_extended_types: BOOLEAN Commands 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_use_extended_types (a_b: BOOLEAN)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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