Interface SQLSelectQuery

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

public interface SQLSelectQuery extends SQLObject
  • Method Details

    • isParenthesized

      boolean isParenthesized()
    • setParenthesized

      void setParenthesized(boolean parenthesized)
    • clone

      Specified by:
      clone in interface SQLObject