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

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

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