Class SqlColumnId
java.lang.Object
org.evomaster.client.java.sql.internal.SqlColumnId
- All Implemented Interfaces:
Comparable<SqlColumnId>
A class representing a SQL column identifier
from a physical database table.
This class simply is a wrapper class for the string for the column id.
No case sensitive is considered when comparing column ids within
this class.
-
Constructor Details
-
SqlColumnId
-
-
Method Details
-
getColumnId
-
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<SqlColumnId>
-