Child pages
  • Relation
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »


Property Summary
Boolean #allowCreationRelatedRecords
Flag that tells if related records can be created through this relation.
Boolean #allowParentDeleteWhenHavingRelatedRecords
Flag that tells if the parent record can be deleted while it has related records.
Boolean #deleteRelatedRecords
Flag that tells if related records should be deleted or not when a parent record is deleted.
String #foreignDataSource
Qualified name of the foreign data source.
String #initialSort
A String which specified a set of sort options for the initial sorting of data
retrieved through this relation.
Number #joinType
The join type that is performed between the primary table and the foreign table.
String #name
The name of the relation.
String #primaryDataSource
Qualified name of the primary data source.

Property Details
allowCreationRelatedRecords

Flag that tells if related records can be created through this relation.

The default value of this flag is "false".

Returns
allowParentDeleteWhenHavingRelatedRecords

Flag that tells if the parent record can be deleted while it has related records.

The default value of this flag is "true".

Returns
deleteRelatedRecords

Flag that tells if related records should be deleted or not when a parent record is deleted.

The default value of this flag is "false".

Returns
foreignDataSource
Qualified name of the foreign data source. Contains both the name of the foreign
server and the name of the foreign table.
Returns
initialSort

A String which specified a set of sort options for the initial sorting of data
retrieved through this relation.

Has the form "column_name asc, another_column_name desc, ...".

Returns
joinType
The join type that is performed between the primary table and the foreign table.
Can be "inner join" or "left outer join".
Returns
name
The name of the relation.
Returns
primaryDataSource
Qualified name of the primary data source. Contains both the name of the primary server
and the name of the primary table.
Returns
  • No labels