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

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

Methods' Summary
getTables returns the container of tables.
Methods' Details
getTables
::com::sun::star::container::XNameAccess
getTables();
 
 

Description
returns the container of tables.
Returns
the tables
Top of Page