Class SQLDropTableSpaceStatement

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

public class SQLDropTableSpaceStatement extends SQLStatementImpl implements SQLDropStatement, SQLReplaceable
  • Constructor Details

    • SQLDropTableSpaceStatement

      public SQLDropTableSpaceStatement()
    • SQLDropTableSpaceStatement

      public SQLDropTableSpaceStatement(DbType dbType)
  • Method Details

    • accept0

      protected void accept0(SQLASTVisitor visitor)
      Overrides:
      accept0 in class SQLStatementImpl
    • getName

      public SQLName getName()
    • setName

      public void setName(SQLName x)
    • getTableSpaceName

      public String getTableSpaceName()
    • getEngine

      public SQLExpr getEngine()
    • setEngine

      public void setEngine(SQLExpr x)
    • isIfExists

      public boolean isIfExists()
    • setIfExists

      public void setIfExists(boolean ifExists)
    • replace

      public boolean replace(SQLExpr expr, SQLExpr target)
      Specified by:
      replace in interface SQLReplaceable