interface XIndexesSupplier in module com::sun::star::sdbcx::

(Global Index)

Syntax

interface XIndexesSupplier : com::sun::star::uno::XInterface ;

Description

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

Method Summary

getIndexes returns the container of indexes.

Known Services Which Export this Interface

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

Method Details



getIndexes

Syntax

com::sun::star::container::XNameAccess getIndexes ();

Description

returns the container of indexes.

Returns

the indexes
Top of Page