Searched refs:zSchemaTab (Results 1 – 1 of 1) sorted by relevance
16594 char *zSchemaTab; in shell_dbinfo_command() local16639 zSchemaTab = sqlite3_mprintf("main.sqlite_schema"); in shell_dbinfo_command()16641 zSchemaTab = sqlite3_mprintf("%s", "sqlite_temp_schema"); in shell_dbinfo_command()16643 zSchemaTab = sqlite3_mprintf("\"%w\".sqlite_schema", zDb); in shell_dbinfo_command()16646 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()16651 sqlite3_free(zSchemaTab); in shell_dbinfo_command()