Searched defs:ndx (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-oo1.js | 345 const affirmColIndex = function(stmt,ndx){ argument 1214 const bindOne = function f(stmt,ndx,bindType,val){ argument 1224 string: function(stmt, ndx, val, asBlob){ argument 1493 bindAsBlob: function(ndx,arg){ argument 1603 get: function(ndx,asType){ argument 1676 getInt: function(ndx){return this.get(ndx,capi.SQLITE_INTEGER)}, argument 1679 getFloat: function(ndx){return this.get(ndx,capi.SQLITE_FLOAT)}, argument 1682 getString: function(ndx){return this.get(ndx,capi.SQLITE_TEXT)}, argument 1685 getBlob: function(ndx){return this.get(ndx,capi.SQLITE_BLOB)}, argument 1693 getJSON: function(ndx){ argument [all …]
|