Class RoutineDesignator

java.lang.Object
org.apache.derby.impl.sql.compile.RoutineDesignator

class RoutineDesignator extends Object
This node represents a routine signature.
  • Field Details

    • name

      TableName name
    • isFunction

      boolean isFunction
    • paramTypeList

      List<TypeDescriptor> paramTypeList
      A list of DataTypeDescriptors if null then the signature is not specified and this designator is ambiguous if there is more than one function (procedure) with this name.
    • aliasDescriptor

      AliasDescriptor aliasDescriptor
  • Constructor Details

  • Method Details

    • setAliasDescriptor

      void setAliasDescriptor(AliasDescriptor aliasDescriptor)
    • makePrivilegeInfo

      PrivilegeInfo makePrivilegeInfo()
      Returns:
      PrivilegeInfo for this node