- indexing
- title: "Base class for all catalog queries"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: dale
deferred class CATALOG_QUERY
- inherit
-
SIMPLE_QUERY
-
- redefine
- on_attach
- end
end -- class CATALOG_QUERY