indexing
status: "See notice at end of class"
date: "$Date$"
revision: "$Revision$"
product: eiffelstore
database: rdbms
class interface
DB_TUPLE
create
copy (other: DB_RESULT)
other
DB_RESULT
require DB_RESULT
other /= void
ensure DB_RESULT
implementation /= void
make
DB_RESULT
feature
make
DB_RESULT
feature
column_name (index: INTEGER): STRING
index
count: INTEGER
data: DB_DATA_SQL
is_empty: BOOLEAN
item (index: INTEGER): ANY
indexdata
map_table_to_create: BOOLEAN
DB_RESULT
feature
copy (other: DB_RESULT)
other
DB_RESULT
require DB_RESULT
other /= void
ensure DB_RESULT
implementation /= void
fill_in
data
DB_RESULT
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- DB_TUPLE