Class FunctionDependency
- java.lang.Object
-
- com.databricks.sdk.service.catalog.FunctionDependency
-
@Generated public class FunctionDependency extends Object
A function that is dependent on a SQL object.
-
-
Constructor Summary
Constructors Constructor Description FunctionDependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFunctionFullName()
int
hashCode()
FunctionDependency
setFunctionFullName(String functionFullName)
String
toString()
-
-
-
Method Detail
-
setFunctionFullName
public FunctionDependency setFunctionFullName(String functionFullName)
-
getFunctionFullName
public String getFunctionFullName()
-
-