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.PromiseParams
restId
anyrowId
any[options]
Type.Options
select(rql, [options]) ⇒ Type.Promise
Type.PromiseParams
rql
string[options]
Type.Options
toObject(rql) ⇒ *
*Params
rql
string|any
toFilter(rql) ⇒ *
*Params
rql
string
toUrl(rql) ⇒ string
stringParams
rql
string|any
toUri(rql) ⇒ string
stringParams
rql
string|any
buildUri(from, [fields], [where], [order], [limit], [skip], [include]) ⇒ string
stringParams
from
string[fields]
string[where]
string[order]
string[limit]
number[skip]
number[include]
string
buildUrl(from, [fields], [where], [order], [limit], [skip], [include]) ⇒ string
stringParams
from
string[fields]
string[where]
string[order]
string[limit]
number[skip]
number[include]
string
Last updated
Was this helpful?