Interface Subquery

All Superinterfaces:
Sql
All Known Implementing Classes:
ExpressionSubquery, TableSubquery

public interface Subquery extends Sql
Defines a subquery.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the SELECT statement of this subquery.

    Methods inherited from interface io.github.torand.fastersql.sql.Sql

    aliasRefs, columnRefs, params, sql
  • Method Details

    • query

      Gets the SELECT statement of this subquery.
      Returns:
      the SELECT statement of this subquery.