TinyBase logoTinyBase

Result methods

getResultTable

The getResultTable method returns an object containing the entire data of the ResultTable of the given query. Read more.

getResultTableCellIds

The getResultTableCellIds method returns the Ids of every ResultCell used across the ResultTable of the given query. Read more.

hasResultTable

The hasResultTable method returns a boolean indicating whether a given ResultTable exists. Read more.

getResultRowIds

The getResultRowIds method returns the Ids of every ResultRow in the ResultTable of the given query. Read more.

getResultSortedRowIds

The getResultSortedRowIds method returns the Ids of every ResultRow in the ResultTable of the given query, sorted according to the values in a specified ResultCell. Read more.

getResultRow

The getResultRow method returns an object containing the entire data of a single ResultRow in the ResultTable of the given query. Read more.

getResultRowCount

The getResultRowCount method returns the count of the ResultRow objects in the ResultTable of the given query. Read more.

hasResultRow

The hasResultRow method returns a boolean indicating whether a given ResultRow exists. Read more.

getResultCellIds

The getResultCellIds method returns the Ids of every ResultCell in a given ResultRow, in the ResultTable of the given query. Read more.

getResultCell

The getResultCell method returns the value of a single ResultCell in a given ResultRow, in the ResultTable of the given query. Read more.

hasResultCell

The hasResultCell method returns a boolean indicating whether a given ResultCell exists. Read more.