ApiLib
restQuery(restID, filter) ⇒ Type.Promise
Type.PromiserqlQuery(rql) ⇒ Type.Promise
Type.Promiseinsert(restid, data, [sync]) ⇒ Type.Promise
Type.Promiseupdate(restid, data, [sync]) ⇒ Type.Promise
Type.Promiseupsert(restid, data, [sync]) ⇒ Type.Promise
Type.PromisedeleteByRowId(restid, rowid, [sync]) ⇒ Type.Promise
Type.PromisegetCount(restid) ⇒ Type.Promise
Type.PromiseLast updated