:: com :: sun :: star :: sdbcx ::

interface XGroupsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XGroupsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides for access to a container of groups, typically used for a database definition object.

Methods' Summary
getGroups returns the container of groups.  
Methods' Details
getGroups
::com::sun::star::container::XNameAccess
getGroups();

Description
returns the container of groups.
Returns
the groups
Top of Page