接口 SQLSelectQuery

所有超级接口:
SQLObject
所有已知实现类:
DB2SelectQueryBlock, MySqlSelectQueryBlock, OdpsSelectQueryBlock, OracleSelectQueryBlock, OscarSelectQueryBlock, PGSelectQueryBlock, SQLSelectQueryBase, SQLSelectQueryBlock, SQLServerSelectQueryBlock, SQLUnionQuery, SQLValuesQuery, SQLValuesTableSource

public interface SQLSelectQuery extends SQLObject
  • 方法详细资料

    • isParenthesized

      boolean isParenthesized()
    • setParenthesized

      void setParenthesized(boolean parenthesized)
    • clone

      指定者:
      clone 在接口中 SQLObject