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

(Global Index)

Syntax

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

Description

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

Method Summary

getTables returns the container of tables.

Known Services Which Export this Interface

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

com::sun::star::sdb::SQLQueryComposer

Method Details



getTables

Syntax

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

Description

returns the container of tables.

Returns

the tables
Top of Page