- indexing
- title: "Query for catalog of data types"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: dale
class TYPES_CATALOG_QUERY
- inherit
-
CATALOG_QUERY
- end
- creation
- make
- feature -- Command:
-
make (db: DATABASE)
-
-
-- creation procedure
-
- require
-
valid_database:
db /= void and then db.is_connected
end -- class TYPES_CATALOG_QUERY