Searched refs:aQuery (Results 1 – 1 of 1) sorted by relevance
13714 static const struct { const char *zName; const char *zSql; } aQuery[] = { in shell_dbinfo_command() local13779 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()