Home | History | Annotate | Download | only in dist

Lines Matching refs:db_int

26800 static int db_int(sqlite3 *db, const char *zSql, ...);
26835 if( db_int(p->db, "SELECT count(*) FROM sqlite_sequence")>0 ){
28911 static int db_int(sqlite3 *db, const char *zSql, ...){
29030 int val = db_int(p->db, aQuery[i].zSql, zSchemaTab);
30760 int hasDupes = db_int(*pDb, "%s", zHasDupes);
30761 int nDigits = (hasDupes)? db_int(*pDb, "%s", zColDigits) : 0;
30776 assert(db_int(*pDb, "%s", zHasDupes)==0); /* Consider: remove this */
31133 && 0==db_int(p->db, "SELECT count(*) FROM \"%w\".sqlite_schema"