Subquery<Row> constructor
Subquery<Row> (
- BaseSelectStatement<
Row> select, - String entityName
Creates a subqery from the inner select
statement forming the base of
the subquery and a unique name of this subquery in the statement being
executed.
Implementation
Subquery(this.select, this.entityName);