Searched refs:bindOne (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-oo1.js | 1214 const bindOne = function f(stmt,ndx,bindType,val){ function 1456 return bindOne(this, ndx, BindTypes.null, arg); 1463 arg.forEach((v,i)=>bindOne(this, i+1, affirmSupportedBindType(v), v)); 1473 .forEach(k=>bindOne(this, k, 1478 return bindOne(this, ndx, affirmSupportedBindType(arg), arg); 1504 bindOne(this, ndx, BindTypes.blob, arg);
|