TinyBase logoTinyBase

Getter methods

getStore

The getStore method returns a reference to the underlying Store that is backing this Relationships object. Read more.

getLocalTableId

The getLocalTableId method returns the Id of the underlying local Table that is used in the Relationship. Read more.

getRemoteTableId

The getRemoteTableId method returns the Id of the underlying remote Table that is used in the Relationship. Read more.

getLinkedRowIds

The getLinkedRowIds method gets the linked Row Ids for a given Row in a linked list Relationship. Read more.

getLocalRowIds

The getLocalRowIds method gets the local Row Ids for a given remote Row in a Relationship. Read more.

getRemoteRowId

The getRemoteRowId method gets the remote Row Id for a given local Row in a Relationship. Read more.

getRelationshipIds

The getRelationshipIds method returns an array of the Relationship Ids registered with this Relationships object. Read more.

hasRelationship

The hasRelationship method returns a boolean indicating whether a given Relationship exists in the Relationships object. Read more.