interface XGroupsSupplier in module com::sun::star::sdbcx::

(Global Index)

Syntax

interface XGroupsSupplier : com::sun::star::uno::XInterface ;

Description

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

Method Summary

getGroups returns the container of groups.

Known Services Which Export this Interface

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

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

Method Details



getGroups

Syntax

com::sun::star::container::XNameAccess getGroups ();

Description

returns the container of groups.

Returns

the groups
Top of Page