Class SqlDerivedTableReference

java.lang.Object
org.evomaster.client.java.sql.heuristic.SqlTableReference
org.evomaster.client.java.sql.heuristic.SqlDerivedTableReference

public class SqlDerivedTableReference extends SqlTableReference
Represents a reference to a derived table in SQL. Derived tables are temporary tables created within a query. A derived table is defined by a subquery in the FROM clause, or an the WHERE clause.
  • Constructor Details

    • SqlDerivedTableReference

      public SqlDerivedTableReference(net.sf.jsqlparser.statement.select.Select select)
  • Method Details

    • getSelect

      public net.sf.jsqlparser.statement.select.Select getSelect()