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

(Global Index)

Syntax

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

Description

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

Method Summary

getUsers returns the container of users.

Known Services Which Export this Interface

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

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

Method Details



getUsers

Syntax

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

Description

returns the container of users.

Returns

the users
Top of Page