Uses of Class
com.databricks.sdk.service.catalog.FunctionInfoSqlDataAccess
-
Packages that use FunctionInfoSqlDataAccess Package Description com.databricks.sdk.service.catalog -
-
Uses of FunctionInfoSqlDataAccess in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return FunctionInfoSqlDataAccess Modifier and Type Method Description FunctionInfoSqlDataAccessFunctionInfo. getSqlDataAccess()static FunctionInfoSqlDataAccessFunctionInfoSqlDataAccess. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionInfoSqlDataAccess[]FunctionInfoSqlDataAccess. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.catalog with parameters of type FunctionInfoSqlDataAccess Modifier and Type Method Description FunctionInfoFunctionInfo. setSqlDataAccess(FunctionInfoSqlDataAccess sqlDataAccess)
-