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.
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.