Class SqlDropFunction

All Implemented Interfaces:
Cloneable

public class SqlDropFunction extends SqlDropObject
Parse tree for DROP FUNCTION statement.
  • Constructor Details

    • SqlDropFunction

      public SqlDropFunction(SqlParserPos pos, boolean ifExists, SqlIdentifier name)
      Creates a SqlDropFunction.