Class SQLDropFunctionStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLReplaceable, SQLStatement, SQLDDLStatement, SQLDropStatement

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

    • SQLDropFunctionStatement

      public SQLDropFunctionStatement()
    • SQLDropFunctionStatement

      public SQLDropFunctionStatement(DbType dbType)
  • Method Details

    • accept0

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

      public SQLName getName()
    • setName

      public void setName(SQLName name)
    • isIfExists

      public boolean isIfExists()
    • setIfExists

      public void setIfExists(boolean ifExists)
    • isTemporary

      public boolean isTemporary()
    • setTemporary

      public void setTemporary(boolean temporary)
    • replace

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