class
	DB_TUPLE

General
	cluster: interface
	create: copy, make

Ancestors
	DB_RESULT

Queries
	column_name (index: INTEGER_32): STRING_8
	count: INTEGER_32
	data: DB_DATA_SQL
	is_empty: BOOLEAN
	item (index: INTEGER_32): ANY
	map_table_to_create: BOOLEAN

Commands
	copy (other: DB_RESULT)
	fill_in
	make