service DefinitionContainer in module com::sun::star::sdb:: |
service DefinitionContainer;
describes a container which provides access to database related definitions like commands, forms, and reports.
The container supports access to its elements by the elements name or by the elements position.
Simple enumeration must be supported as well.
To reflect the changes with the underlying database, a refresh mechanism needs to be supported.
Exported Interfaces |
is used to access named objects within a container.
This is the generic interface for supporting the insertion and removal of named elements.
provides access to the elements of a collection through an index.
used to enumerate objects in a container which contains objects.
is used to refresh the container, to reflect changes in the underlying database.
can be used to create container elements.
If this interface is supported, the object created using it (e.g., the object returned by
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.