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

(Global Index)

Syntax

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

Description

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

Method Summary

getKeys returns the container of keys.

Known Services Which Export this Interface

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

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

Method Details



getKeys

Syntax

com::sun::star::container::XIndexAccess getKeys ();

Description

returns the container of keys.

Returns

the keys
Top of Page