Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c16580 static const struct { const char *zName; const char *zSql; } aQuery[] = { in shell_dbinfo_command() local
16645 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()