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

interface 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