indexing
      status: "See notice at end of class"
      date: "$Date$"
      revision: "$Revision$"
      access: sql, structure
      product: eiffelstore
      database: rdbms
deferred class interface
      DB_DATA_SQL
feature 
      column_name (index: INTEGER): STRING
                  index-th
      count: INTEGER
                  
      item (index: INTEGER): ANY
                  index-th
      map_table: ARRAY [INTEGER]
                  
                  
      metadata_to_update: BOOLEAN
                  
                  
                   DB_DATA
      
feature 
      fill_in (no_descriptor: INTEGER)
                  
                  
      update_map_table (object: ANY)
                  object
      update_metadata
                  
                  
                   DB_DATA
      
invariant
             ANY
      reflexive_equality: standard_is_equal (Current)
      reflexive_conformance: conforms_to (Current)
end -- DB_DATA_SQL