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

service KeyColumn
Description
adds a property to specify the referenced column. This is used to specify foreign keys.
Developers Guide
13.4.3 Database Access - Database Design - Using SDBCX to Access the Database Design - Column Service

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

 
Top of Page