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

(Global Index)

Syntax

service ReferenceColumn;

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.


Property Summary

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

Property Details



ReferencedColumn

Syntax

[readonly] string ReferencedColumn;

Description

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

Top of Page