Searched refs:dbh (Results 1 – 2 of 2) sorted by relevance
89 list [catch { sqlite3 dbh dir.db } msg] $msg98 list [catch { sqlite3 dbh /x/y/z/test.db } msg] $msg107 list [catch { sqlite3 dbh /root/test.db } msg] $msg123 sqlite3 dbh test.db124 execsql { SELECT * FROM sqlite_master } dbh132 catch { dbh close }
28 const checkSqliteRc = (dbh,rc)=>{ argument29 if(rc) toss("Prepare failed:",sqlite3.capi.sqlite3_errmsg(dbh));