Home
last modified time | relevance | path

Searched refs:aQuery (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c26962 static const struct { const char *zName; const char *zSql; } aQuery[] = { in shell_dbinfo_command() local
27029 for(i=0; i<ArraySize(aQuery); i++){ in shell_dbinfo_command()
27030 int val = db_int(p->db, aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()
27031 sqlite3_fprintf(p->out, "%-20s %d\n", aQuery[i].zName, val); in shell_dbinfo_command()