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

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

interface XUsersSupplier

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

Description
provides the access to a container of users, 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::Group represents a group of users, which has certain access rights for the objects of the database.

Methods' Summary

getUsers returns the container of users.

Methods' Details

getUsers
 
com::sun::star::container::XNameAccess
getUsers();
Description
returns the container of users.
Returns
the users

Top of Page