Class: Query

(protected) Query

Represents a subset of the data at a given node in the Webcom database. It also provides access to the various Webcom services available.

By default, all data of the data node are included. Filter functions (Query#startAt, Query#endAt, Query#limit) may be chained to select a smaller subset of these data.

The Query#get, Query#on, Query#off functions make it possible to read, watch or unwatch the subset of data represented by this Query instance.

This class is abstract, instances of this class are built using the concrete Webcom subclass or the filter functions.

Members

Methods

Type Definitions

show
deprecated