:: 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
Descriptor
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