Searched refs:zSchemaTab (Results 1 – 1 of 1) sorted by relevance
23101 char *zSchemaTab; in shell_dbinfo_command() local23148 zSchemaTab = sqlite3_mprintf("main.sqlite_schema"); in shell_dbinfo_command()23150 zSchemaTab = sqlite3_mprintf("%s", "sqlite_temp_schema"); in shell_dbinfo_command()23152 zSchemaTab = sqlite3_mprintf("\"%w\".sqlite_schema", zDb); in shell_dbinfo_command()23155 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()23160 sqlite3_free(zSchemaTab); in shell_dbinfo_command()