indexing
status: "See notice at end of class"
date: "$Date$"
revision: "$Revision$"
product: eiffelstore
database: all_bases
class interface
DB_RESULT
create
make
feature
make
feature
data: DB_DATA
map_table_to_create: BOOLEAN
feature
copy (other: DB_RESULT)
other
require
other /= void
ensure
implementation /= void
fill_in
data
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- DB_RESULT