Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTablesSupplier

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::sdbcx::DatabaseDefinition could be used as an extension for performing data definition tasks on databases, and to control the access rights on database objects.
com::sun::star::sdb::SQLQueryComposer represents a tool for composing SQL select statements.

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