Class DefaultUDF

All Implemented Interfaces:
ADQLObject, ADQLOperand, UnknownType

@Deprecated public final class DefaultUDF extends UserDefinedFunction
Deprecated.
Use directly UserDefinedFunction instead.
It represents any function which is not managed by ADQL.
  • Constructor Details

    • DefaultUDF

      public DefaultUDF(String name, ADQLOperand[] params) throws NullPointerException
      Deprecated.
      Creates a user function.
      Parameters:
      params - Parameters of the function.
      Throws:
      NullPointerException
    • DefaultUDF

      public DefaultUDF(DefaultUDF toCopy) throws Exception
      Deprecated.
      Builds a UserFunction by copying the given one.
      Parameters:
      toCopy - The UserFunction to copy.
      Throws:
      Exception - If there is an error during the copy.