java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionDependency

public class FunctionDependency extends Object
Describes a function that is dependent on a SQL object.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object objectToCompare)
    Compare the values of the supplied object with those stored in the current object.
    Return the full name of the dependent function, in the form of __catalog_name__.__schema_name__.__function_name__.
    int
    Return hash code based on properties.
    void
    setFunction_full_name(String function_full_name)
    Set up the full name of the dependent function, in the form of __catalog_name__.__schema_name__.__function_name__.
    Standard toString method.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FunctionDependency

      public FunctionDependency()
      Constructor
  • Method Details

    • getFunction_full_name

      public String getFunction_full_name()
      Return the full name of the dependent function, in the form of __catalog_name__.__schema_name__.__function_name__.
      Returns:
      functionFullName
    • setFunction_full_name

      public void setFunction_full_name(String function_full_name)
      Set up the full name of the dependent function, in the form of __catalog_name__.__schema_name__.__function_name__.
      Parameters:
      function_full_name - functionFullName
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class Object
      Returns:
      int