Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class SQL_ABSTRACT_STRING General cluster: support description: "Abstracted string to handle SQL string." Ancestors STRING_HANDLER Queries bytes_count: INTEGER_32 capacity: INTEGER_32 character_size: INTEGER_32 count: INTEGER_32 item: POINTER managed_data: MANAGED_POINTER string: STRING_32 substring (start_pos, end_pos: INTEGER_32): STRING_32 Commands copy_to_string (a_string: STRING_GENERAL; source_index, destination_index, n: INTEGER_32) fill_blank fill_value (a_value: INTEGER_8) read_string_into (a_string: STRING_GENERAL) read_substring_into (a_string: STRING_GENERAL; start_pos, end_pos: INTEGER_32) read_substring_into_character_32_area (a_area: SPECIAL [CHARACTER_32]; start_pos, end_pos: INTEGER_32) set_count (a_count: INTEGER_32) set_shared_from_pointer (a_ptr: POINTER) set_shared_from_pointer_and_count (a_ptr: POINTER; a_length: INTEGER_32) set_string (a_string: READABLE_STRING_GENERAL) set_substring (a_string: READABLE_STRING_GENERAL; start_pos, end_pos: INTEGER_32) Constraints managed data not void count not negative
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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