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

interface XGroupsSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XGroupsSupplier
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