Class Dependency
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.Dependency
Describes a dependency of a SQL object. Either the __table__ field or the __function__ field must be defined.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the function dependency.getTable()
Return the table dependency.int
hashCode()
Return hash code based on properties.void
setFunction
(FunctionDependency function) Set up the function dependency.void
setTable
(TableDependency table) Set upi the table dependency.toString()
Standard toString method.
-
Constructor Details
-
Dependency
public Dependency()Constructor
-
-
Method Details
-
getTable
Return the table dependency.- Returns:
- dependency
-
setTable
Set upi the table dependency.- Parameters:
table
- dependency
-
getFunction
Return the function dependency.- Returns:
- dependency
-
setFunction
Set up the function dependency.- Parameters:
function
- dependency
-
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.
-