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

(Global Index)

Syntax

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

Description

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

Method Summary

getViews returns the container of views.

Known Services Which Export this Interface

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

Method Details



getViews

Syntax

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

Description

returns the container of views.

Returns

the views
Top of Page