Class SQLAlterFunctionStatement

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

public class SQLAlterFunctionStatement extends SQLStatementImpl implements SQLAlterStatement
  • Constructor Details

    • SQLAlterFunctionStatement

      public SQLAlterFunctionStatement()
  • Method Details

    • isDebug

      public boolean isDebug()
    • setDebug

      public void setDebug(boolean debug)
    • getName

      public SQLName getName()
    • setName

      public void setName(SQLName name)
    • getComment

      public SQLExpr getComment()
    • setComment

      public void setComment(SQLExpr comment)
    • isReuseSettings

      public boolean isReuseSettings()
    • setReuseSettings

      public void setReuseSettings(boolean x)
    • isLanguageSql

      public boolean isLanguageSql()
    • setLanguageSql

      public void setLanguageSql(boolean languageSql)
    • isContainsSql

      public boolean isContainsSql()
    • setContainsSql

      public void setContainsSql(boolean containsSql)
    • getSqlSecurity

      public SQLExpr getSqlSecurity()
    • setSqlSecurity

      public void setSqlSecurity(SQLExpr sqlSecurity)
    • accept0

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

      public SQLDDLStatement.DDLObjectType getDDLObjectType()
      Specified by:
      getDDLObjectType in interface SQLAlterStatement
      Specified by:
      getDDLObjectType in interface SQLDDLStatement