Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c13714 static const struct { const char *zName; const char *zSql; } aQuery[] = { in shell_dbinfo_command() local
13779 for(i=0; i<ArraySize(aQuery); i++){ in shell_dbinfo_command()
13780 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()
13783 utf8_printf(p->out, "%-20s %d\n", aQuery[i].zName, val); in shell_dbinfo_command()