Home
last modified time | relevance | path

Searched refs:getBlob (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/wasm/
H A Dtester1.js1181 .assert(st.getBlob(0) instanceof Uint8Array)
1182 .assert('3'.charCodeAt(0) === st.getBlob(0)[0])
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js1685 getBlob: function(ndx){return this.get(ndx,capi.SQLITE_BLOB)}, method in Stmt