TinyBase logoTinyBase

Getter methods

getStore

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

getTableId

The getTableId method returns the Id of the underlying Table that is backing a query. Read more.

getParamValues

The getParamValues method returns all the param values currently set for a parameterized query. Read more.

getParamValue

The getParamValue method returns a single param value currently set for a parameterized query. Read more.

getQueryIds

The getQueryIds method returns an array of the query Ids registered with this Queries object. Read more.

hasQuery

The hasQuery method returns a boolean indicating whether a given query exists in the Queries object. Read more.