Class FunctionDependency
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionDependency
Describes a function that is dependent on a SQL object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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
hashCode()
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__.toString()
Standard toString method.
-
Constructor Details
-
FunctionDependency
public FunctionDependency()Constructor
-
-
Method Details
-
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
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
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-