Searched refs:db_int (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 26914 static int db_int(sqlite3 *db, const char *zSql, ...){ in db_int() function 27030 int val = db_int(p->db, aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command() 28689 int hasDupes = db_int(*pDb, "%s", zHasDupes); in zAutoColumn() 28690 int nDigits = (hasDupes)? db_int(*pDb, "%s", zColDigits) : 0; in zAutoColumn() 28705 assert(db_int(*pDb, "%s", zHasDupes)==0); /* Consider: remove this */ in zAutoColumn() 29759 && 0==db_int(p->db, "SELECT count(*) FROM \"%w\".sqlite_schema" in do_meta_command()
|