Uses of Class
com.databricks.sdk.service.catalog.FunctionInfoParameterStyle
-
Packages that use FunctionInfoParameterStyle Package Description com.databricks.sdk.service.catalog -
-
Uses of FunctionInfoParameterStyle in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return FunctionInfoParameterStyle Modifier and Type Method Description FunctionInfoParameterStyleFunctionInfo. getParameterStyle()static FunctionInfoParameterStyleFunctionInfoParameterStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionInfoParameterStyle[]FunctionInfoParameterStyle. 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 FunctionInfoParameterStyle Modifier and Type Method Description FunctionInfoFunctionInfo. setParameterStyle(FunctionInfoParameterStyle parameterStyle)
-