RqlLib
Functions
selectByRowId(restId, rowId, [options]) ⇒ Type.Promise
select(rql, [options]) ⇒ Type.Promise
toObject(rql) ⇒ *
toFilter(rql) ⇒ *
toUrl(rql) ⇒ string
toUri(rql) ⇒ string
buildUri(from, [fields], [where], [order], [limit], [skip], [include]) ⇒ string
buildUrl(from, [fields], [where], [order], [limit], [skip], [include]) ⇒ string
selectByRowId(restId, rowId, [options]) ⇒ Type.Promise
Type.Promise
Params
restId
any
rowId
any
[options]
Type.Options
select(rql, [options]) ⇒ Type.Promise
Type.Promise
Params
rql
string
[options]
Type.Options
toObject(rql) ⇒ *
*
Params
rql
string
|any
toFilter(rql) ⇒ *
*
Params
rql
string
toUrl(rql) ⇒ string
string
Params
rql
string
|any
toUri(rql) ⇒ string
string
Params
rql
string
|any
buildUri(from, [fields], [where], [order], [limit], [skip], [include]) ⇒ string
string
Params
from
string
[fields]
string
[where]
string
[order]
string
[limit]
number
[skip]
number
[include]
string
buildUrl(from, [fields], [where], [order], [limit], [skip], [include]) ⇒ string
string
Params
from
string
[fields]
string
[where]
string
[order]
string
[limit]
number
[skip]
number
[include]
string
Last updated
Was this helpful?