Searched refs:ndx (Results 1 – 4 of 4) sorted by relevance
346 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)}, argument1685 getBlob: function(ndx){return this.get(ndx,capi.SQLITE_BLOB)}, argument[all …]
569 const ndx = Math.random() * (f._n * 64) % f._n | 0;570 a[i] = f._chars[ndx];614 (v,ndx)=>{
1310 const ndx = st.getParamIndex(':b');1311 T.assert(1===ndx);1312 st.bindAsBlob(ndx, "ima blob").reset(true);
265 CREATE UNIQUE INDEX ndx on s3(a);