DataModelRelationship
Contents
[
Hide
]DataModelRelationship class
Represents a single relationship in the spreadsheet data model.
class DataModelRelationship;
Methods
Method | Description |
---|---|
getForeignKeyTable() | Gets the name of the foreign key table for this relationship. |
getPrimaryKeyTable() | Gets the name of the primary key table for this relationship. |
getForeignKeyColumn() | Gets the name of the foreign key table column for this relationship. |
getPrimaryKeyColumn() | Gets the name of the primary key table column for this relationship. |
isNull() | Checks whether the implementation object is null. |
getForeignKeyTable()
Gets the name of the foreign key table for this relationship.
getForeignKeyTable() : string;
getPrimaryKeyTable()
Gets the name of the primary key table for this relationship.
getPrimaryKeyTable() : string;
getForeignKeyColumn()
Gets the name of the foreign key table column for this relationship.
getForeignKeyColumn() : string;
getPrimaryKeyColumn()
Gets the name of the primary key table column for this relationship.
getPrimaryKeyColumn() : string;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;