Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Query

Hierarchy

  • Query

Index

Constructors

constructor

Properties

Private _collection

_collection: Collection

Private _data

_data: QueryData

Methods

byId

  • byId(id: string): Query

count

eq

exec

exists

filter

  • filter(f: function): Query

gt

gte

is

limit

  • limit(m: number): Query

lt

lte

ne

neg

negative

not

offset

  • offset(n: number): Query

one

op

  • op(op: string, value: any): Query

populate

  • populate(...keys: string[]): Query

pos

positive

select

  • select(...keys: string[]): Query

sort

  • sort(...keys: string[]): Query

where

  • where(key: string): Query

within

  • within(min: any, max: any): Query

Generated using TypeDoc