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

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

interface XIndexesSupplier

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

Description
provides for access to a container of indexes, typically used for a table definition object.


Known Services which Export this Interface

com::sun::star::sdbcx::Table used to specify a table in a database. A table is described by its name and one or more columns.

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