Class SqlDerivedTableReference
java.lang.Object
org.evomaster.client.java.sql.heuristic.SqlTableReference
org.evomaster.client.java.sql.heuristic.SqlDerivedTableReference
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
SqlDerivedTableReference
public SqlDerivedTableReference(net.sf.jsqlparser.statement.select.Select select)
-
-
Method Details
-
getSelect
public net.sf.jsqlparser.statement.select.Select getSelect()
-