Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js431 const rc = stmt.get(this.obj)[this.colName];
432 … return (undefined===rc) ? toss3("exec(): unknown result column:",this.colName) : rc;
435 colName: opt.rowMode.substr(1) property