Class TableDependency
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.TableDependency
Describes a table that is dependent on an 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 table, in the form of __catalog_name__.__schema_name__.__table_name__.int
hashCode()
Return hash code based on properties.void
setTable_full_name
(String table_full_name) Set up the full name of the dependent table, in the form of __catalog_name__.__schema_name__.__table_name__.toString()
Standard toString method.
-
Constructor Details
-
TableDependency
public TableDependency()Constructor
-
-
Method Details
-
getTable_full_name
Return the full name of the dependent table, in the form of __catalog_name__.__schema_name__.__table_name__.- Returns:
- tableFullName
-
setTable_full_name
Set up the full name of the dependent table, in the form of __catalog_name__.__schema_name__.__table_name__.- Parameters:
table_full_name
- tableFullName
-
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.
-