Interface SQLSelectQuery

All Superinterfaces:
SQLObject
All Known Implementing Classes:
BigQuerySelectQueryBlock, CKSelectQueryBlock, DB2SelectQueryBlock, MySqlSelectQueryBlock, OdpsSelectQueryBlock, OracleSelectQueryBlock, OscarSelectQueryBlock, PGSelectQueryBlock, RedshiftSelectQueryBlock, SQLSelectQueryBase, SQLSelectQueryBlock, SQLSelectQueryTemplate, SQLServerSelectQueryBlock, SQLUnionQuery, SQLValuesQuery, SQLValuesTableSource, TDSelectQueryBlock

public interface SQLSelectQuery extends SQLObject
  • Method Details

    • isParenthesized

      boolean isParenthesized()
    • setParenthesized

      void setParenthesized(boolean parenthesized)
    • clone

      Specified by:
      clone in interface SQLObject