Class PrestoSelectStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement

public class PrestoSelectStatement extends SQLSelectStatement implements SQLStatement
presto 的 select语句

author zhangcanlong date 2022/01/11

  • Constructor Details

    • PrestoSelectStatement

      public PrestoSelectStatement()
    • PrestoSelectStatement

      public PrestoSelectStatement(SQLSelect select)
  • Method Details