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

service KeyColumnDescriptor
Description
adds a property to specify the referenced column. This is used to specify foreign keys.
See also
KeyColumn

Included Services - Summary
Descriptor
(referenced entity's summary:)
is used to create a new object within a database.
Properties' Summary
string
RelatedColumn
is the name of a reference column out of the referenced table.  
Included Services - Details
Descriptor
(referenced entity's summary:)
is used to create a new object within a database.
Properties' Details
RelatedColumn
string RelatedColumn;
Description
is the name of a reference column out of the referenced table.

 
Top of Page