Searched refs:zSchemaTab (Results 1 – 2 of 2) sorted by relevance
11086 char *zSchemaTab; in shell_dbinfo_command() local11125 zSchemaTab = sqlite3_mprintf("main.sqlite_master"); in shell_dbinfo_command()11127 zSchemaTab = sqlite3_mprintf("%s", "sqlite_temp_master"); in shell_dbinfo_command()11129 zSchemaTab = sqlite3_mprintf("\"%w\".sqlite_master", zDb); in shell_dbinfo_command()11132 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()11137 sqlite3_free(zSchemaTab); in shell_dbinfo_command()
11109 char *zSchemaTab; in shell_dbinfo_command() local11148 zSchemaTab = sqlite3_mprintf("main.sqlite_master"); in shell_dbinfo_command()11150 zSchemaTab = sqlite3_mprintf("%s", "sqlite_temp_master"); in shell_dbinfo_command()11152 zSchemaTab = sqlite3_mprintf("\"%w\".sqlite_master", zDb); in shell_dbinfo_command()11155 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()11160 sqlite3_free(zSchemaTab); in shell_dbinfo_command()