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

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

Methods' Summary
getKeys returns the container of keys.  
Methods' Details
getKeys
::com::sun::star::container::XIndexAccess
getKeys();

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