Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js322 const Stmt = function(){ class
617 const stmt = new Stmt(this, pStmt, BindTypes);
812 stmt = new Stmt(this, pStmt, BindTypes);
1325 Stmt.prototype = { class
1746 Object.defineProperty(Stmt.prototype, 'pointer', prop);
1757 Stmt