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

interface XIndexesSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XIndexesSupplier
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