service KeyColumnDescriptor in module com::sun::star::sdbcx::

(Global Index)

Syntax

service KeyColumnDescriptor;

Description

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

See also

KeyColumn

Included Services

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

Description

is used to create a new object within a database.


Property Summary

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

Property Details



RelatedColumn

Syntax

string RelatedColumn;

Description

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

Top of Page