Searched refs:getBlob (Results 1 – 2 of 2) sorted by relevance
1181 .assert(st.getBlob(0) instanceof Uint8Array)1182 .assert('3'.charCodeAt(0) === st.getBlob(0)[0])
1685 getBlob: function(ndx){return this.get(ndx,capi.SQLITE_BLOB)}, method in Stmt