Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js1041 selectValue: function(sql,bind,asType){
1045 if(stmt.step()) rc = stmt.get(0,asType);
1603 get: function(ndx,asType){ argument
1621 switch(undefined===asType
1623 : asType){