Searched refs:db_int (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 26824 static int db_int(sqlite3 *db, const char *zSql, ...); 26859 if( db_int(p->db, "SELECT count(*) FROM sqlite_sequence")>0 ){ in dump_callback() 28935 static int db_int(sqlite3 *db, const char *zSql, ...){ in db_int() function 29054 int val = db_int(p->db, aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command() 30784 int hasDupes = db_int(*pDb, "%s", zHasDupes); in zAutoColumn() 30785 int nDigits = (hasDupes)? db_int(*pDb, "%s", zColDigits) : 0; in zAutoColumn() 30800 assert(db_int(*pDb, "%s", zHasDupes)==0); /* Consider: remove this */ in zAutoColumn() 31157 && 0==db_int(p->db, "SELECT count(*) FROM \"%w\".sqlite_schema" in dotCmdImport()
|