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

interface XUsersSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XUsersSupplier
Description
provides the access to a container of users, typically used for a database definition object.

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