Lines Matching refs:DB
56 if(dbPtr instanceof DB) dbPtr = dbPtr.pointer;
281 const DB = function(...args){ class
284 DB.dbCtorHelper = dbCtorHelper;
472 DB.checkRc = checkSqlite3Rc;
474 DB.prototype = { class
610 DB.checkRc(this, capi.sqlite3_prepare_v2(this.pointer, sql, -1, ppStmt, null));
802 DB.checkRc(this, capi.sqlite3_prepare_v3(
1022 DB.checkRc(this, rc);
1321 if(rc) DB.checkRc(stmt.db.pointer, rc);
1525 DB.checkRc(this.db.pointer, rc);
1747 Object.defineProperty(DB.prototype, 'pointer', prop);
1756 DB, field
1777 jdb.prototype = Object.create(DB.prototype);