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