Searched refs:zSchemaTab (Results 1 – 1 of 1) sorted by relevance
26976 char *zSchemaTab; in shell_dbinfo_command() local27023 zSchemaTab = sqlite3_mprintf("main.sqlite_schema"); in shell_dbinfo_command()27025 zSchemaTab = sqlite3_mprintf("%s", "sqlite_temp_schema"); in shell_dbinfo_command()27027 zSchemaTab = sqlite3_mprintf("\"%w\".sqlite_schema", zDb); in shell_dbinfo_command()27030 int val = db_int(p->db, aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()27033 sqlite3_free(zSchemaTab); in shell_dbinfo_command()