Home
last modified time | relevance | path

Searched refs:ndx (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js346 if((ndx !== (ndx|0)) || ndx<0 || ndx>=stmt.columnCount){
1252 ndx = affirmParamIndex(stmt,ndx);
1438 let ndx, arg;
1496 arg = ndx;
1497 ndx = 1;
1612 return ndx;
1613 }else if(ndx && 'object'===typeof ndx){
1618 return ndx;
1676 getInt: function(ndx){return this.get(ndx,capi.SQLITE_INTEGER)}, argument
1685 getBlob: function(ndx){return this.get(ndx,capi.SQLITE_BLOB)}, argument
[all …]
H A Dsqlite3-api-opfs.js569 const ndx = Math.random() * (f._n * 64) % f._n | 0;
570 a[i] = f._chars[ndx];
614 (v,ndx)=>{
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js1310 const ndx = st.getParamIndex(':b');
1311 T.assert(1===ndx);
1312 st.bindAsBlob(ndx, "ima blob").reset(true);
/sqlite-3.40.0/test/
H A Djoin2.test265 CREATE UNIQUE INDEX ndx on s3(a);