Getter methods
This is the collection of getter methods within the Queries
interface. There are 4 getter methods in total.
getStore
The getStore
method returns a reference to the underlying Store
that is backing this Queries
object.
getTableId
The getTableId
method returns the Id
of the underlying Table
that is backing a query.
getQueryIds
The getQueryIds
method returns an array of the query Ids
registered with this Queries
object.
hasQuery
The hasQuery
method returns a boolean indicating whether a given query exists in the Queries
object.