Uses of Class
com.databricks.jdbc.common.DatabricksJdbcUrlParams
-
Packages that use DatabricksJdbcUrlParams Package Description com.databricks.jdbc.api.impl com.databricks.jdbc.api.internal com.databricks.jdbc.common -
-
Uses of DatabricksJdbcUrlParams in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl with parameters of type DatabricksJdbcUrlParams Modifier and Type Method Description booleanDatabricksConnectionContext. isPropertyPresent(DatabricksJdbcUrlParams urlParam) -
Uses of DatabricksJdbcUrlParams in com.databricks.jdbc.api.internal
Methods in com.databricks.jdbc.api.internal with parameters of type DatabricksJdbcUrlParams Modifier and Type Method Description booleanIDatabricksConnectionContext. isPropertyPresent(DatabricksJdbcUrlParams urlParam) -
Uses of DatabricksJdbcUrlParams in com.databricks.jdbc.common
Methods in com.databricks.jdbc.common that return DatabricksJdbcUrlParams Modifier and Type Method Description static DatabricksJdbcUrlParamsDatabricksJdbcUrlParams. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabricksJdbcUrlParams[]DatabricksJdbcUrlParams. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.jdbc.common with parameters of type DatabricksJdbcUrlParams Modifier and Type Method Description static DriverPropertyInfoDatabricksJdbcUrlParams. getUrlParamInfo(DatabricksJdbcUrlParams param, boolean required)
-