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

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

interface XKeysSupplier

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

Description
provides for access to a container of keys, 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.
com::sun::star::sdbcx::TableDescriptor is used to define a table of a database. A table is described by its name and one or more columns and the keys for semantic rules.

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