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

interface XTablesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTablesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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