Class SQLPurgeTemporaryOutputStatement

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLPurgeTemporaryOutputStatement
All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement, SQLDDLStatement, SQLDropStatement

public class SQLPurgeTemporaryOutputStatement extends SQLStatementImpl implements SQLDropStatement
  • Constructor Details

    • SQLPurgeTemporaryOutputStatement

      public SQLPurgeTemporaryOutputStatement()
    • SQLPurgeTemporaryOutputStatement

      public SQLPurgeTemporaryOutputStatement(DbType dbType)
  • Method Details