Lines Matching defs:ndx
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
1707 getColumnName: function(ndx){ argument