Searched refs:aQuery (Results 1 – 1 of 1) sorted by relevance
16580 static const struct { const char *zName; const char *zSql; } aQuery[] = { in shell_dbinfo_command() local16645 for(i=0; i<ArraySize(aQuery); i++){ in shell_dbinfo_command()16646 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()16649 utf8_printf(p->out, "%-20s %d\n", aQuery[i].zName, val); in shell_dbinfo_command()