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

interface XIndexesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XIndexesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides for access to a container of indexes, typically used for a table definition object.

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

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