Combined result of parsing SQL for table and column references. This is the original SQLParser.Parse() return type, preserved for backward compatibility.
All column references found (SELECT, WHERE, JOIN ON, GROUP BY, ORDER BY)
All table/view references found (FROM, JOIN, subqueries, CTEs)
Whether parsing succeeded via AST (true) or fell back to regex (false)
Combined result of parsing SQL for table and column references. This is the original SQLParser.Parse() return type, preserved for backward compatibility.