Uses of Class
com.databricks.sdk.service.sql.ParameterType
-
Packages that use ParameterType Package Description com.databricks.sdk.service.sql -
-
Uses of ParameterType in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return ParameterType Modifier and Type Method Description ParameterTypeParameter. getType()static ParameterTypeParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterType[]ParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.sql with parameters of type ParameterType Modifier and Type Method Description ParameterParameter. setType(ParameterType typeValue)
-