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

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