Uses of Class
org.evomaster.client.java.sql.heuristic.SqlTableReference
Packages that use SqlTableReference
-
Uses of SqlTableReference in org.evomaster.client.java.sql.heuristic
Subclasses of SqlTableReference in org.evomaster.client.java.sql.heuristicModifier and TypeClassDescriptionclassRepresents a reference to a base table in SQL.classRepresents a reference to a derived table in SQL.Methods in org.evomaster.client.java.sql.heuristic that return SqlTableReferenceModifier and TypeMethodDescriptionSqlColumnReference.getTableReference()TableColumnResolver.resolve(net.sf.jsqlparser.schema.Table table) Resolve the table reference for a given table name.Constructors in org.evomaster.client.java.sql.heuristic with parameters of type SqlTableReferenceModifierConstructorDescriptionSqlColumnReference(SqlTableReference sqlTableReference, String columnName)