Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XGroupsSupplier

Base Interface
com::sun::star::uno::XInterface

Description
provides for access to a container of groups, typically used for a database definition object.


Known Services which Export this Interface

com::sun::star::sdbcx::DatabaseDefinition could be used as an extension for performing data definition tasks on databases, and to control the access rights on database objects.
com::sun::star::sdbcx::User represents a user of the database, who has certain access rights for the objects of the database.

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