class
	DB_ACTION [G]

General
	cluster: support
	description: "Objects that redefine ACTION to store Eiffel objects converted  from database in a list."
	create: make

Ancestors
	ACTION

Queries
	found: BOOLEAN
	item: G
	list: ARRAYED_LIST [G]
	selection: DB_SELECTION

Commands
	execute
	make (a_selection: [like selection] DB_SELECTION; an_item: G)
	start