Class Dependency
- java.lang.Object
-
- com.databricks.sdk.service.catalog.Dependency
-
@Generated public class Dependency extends Object
A dependency of a SQL object. Either the __table__ field or the __function__ field must be defined.
-
-
Constructor Summary
Constructors Constructor Description Dependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)FunctionDependencygetFunction()TableDependencygetTable()inthashCode()DependencysetFunction(FunctionDependency function)DependencysetTable(TableDependency table)StringtoString()
-
-
-
Method Detail
-
setFunction
public Dependency setFunction(FunctionDependency function)
-
getFunction
public FunctionDependency getFunction()
-
setTable
public Dependency setTable(TableDependency table)
-
getTable
public TableDependency getTable()
-
-