DataModel

DataModel class

Represents the data model.

class DataModel;

Methods

MethodDescription
getRelationships()Gets all relationships of the tables in the data model.
getTables()Gets all tables in the data model.
isNull()Checks whether the implementation object is null.

getRelationships()

Gets all relationships of the tables in the data model.

getRelationships() : DataModelRelationshipCollection;

Returns

DataModelRelationshipCollection

getTables()

Gets all tables in the data model.

getTables() : DataModelTableCollection;

Returns

DataModelTableCollection

isNull()

Checks whether the implementation object is null.

isNull() : boolean;