Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service KeyColumn

Description
adds a property to specify the referenced column. This is used to specify foreign keys.


Included Services

com::sun::star::sdbcx::Column
Description
describes the common properties of a database column.

Properties' Summary

RelatedColumn is the name of a reference column out of the referenced table.

Properties' Details

RelatedColumn
 
[ readonly ] string RelatedColumn;
Description
is the name of a reference column out of the referenced table.

Top of Page