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

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

service KeyColumnDescriptor

Description
adds a property to specify the referenced column. This is used to specify foreign keys.
See also
com::sun::star::sdbcx::KeyColumn


Included Services

com::sun::star::sdbcx::Descriptor
Description
is used to create a new object within a database.

Properties' Summary

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

Properties' Details

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

Top of Page