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

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

interface XViewsSupplier

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

Description
provides for access to a container of views, 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.

Methods' Summary

getViews returns the container of views.

Methods' Details

getViews
 
com::sun::star::container::XNameAccess
getViews();
Description
returns the container of views.
Returns
the views

Top of Page