Interface Subquery
- All Superinterfaces:
Sql
- All Known Implementing Classes:
ExpressionSubquery
,TableSubquery
Defines a subquery.
-
Method Details
-
query
SelectStatement query()Gets the SELECT statement of this subquery.- Returns:
- the SELECT statement of this subquery.
-