Class SQLDropMaterializedViewStatement

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

public class SQLDropMaterializedViewStatement extends SQLStatementImpl implements SQLDropStatement
  • Constructor Details

    • SQLDropMaterializedViewStatement

      public SQLDropMaterializedViewStatement()
    • SQLDropMaterializedViewStatement

      public SQLDropMaterializedViewStatement(DbType dbType)
  • Method Details