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

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

Included Services - Summary
Column
(referenced entity's summary:)
describes the common properties of a database column.
Properties' Summary
[ readonly ] string
ReferencedColumn
is the name of a reference column out of the referenced table.  
Included Services - Details
Column
(referenced entity's summary:)
describes the common properties of a database column.
Properties' Details
ReferencedColumn
[ readonly ] string ReferencedColumn;
Description
is the name of a reference column out of the referenced table.

 
Top of Page