Class SqlColumnReference
java.lang.Object
org.evomaster.client.java.sql.heuristic.SqlColumnReference
Represents a reference to a specific column in a SQL table or derived table.
This class encapsulates the table reference and the column name, providing
methods to access these details and ensuring proper equality and hash code
implementation.
Instances of this class are immutable and can be used to uniquely identify a column within a SQL query context.
Column names are case-insensitive.