Class SqlTableId

java.lang.Object
org.evomaster.client.java.sql.internal.SqlTableId
All Implemented Interfaces:
Comparable<SqlTableId>

public class SqlTableId extends Object implements 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.