Uses of Class
com.databricks.jdbc.model.telemetry.enums.DatabricksDriverErrorCode
-
Packages that use DatabricksDriverErrorCode Package Description com.databricks.jdbc.exception com.databricks.jdbc.model.telemetry.enums -
-
Uses of DatabricksDriverErrorCode in com.databricks.jdbc.exception
-
Uses of DatabricksDriverErrorCode in com.databricks.jdbc.model.telemetry.enums
Methods in com.databricks.jdbc.model.telemetry.enums that return DatabricksDriverErrorCode Modifier and Type Method Description static DatabricksDriverErrorCodeDatabricksDriverErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabricksDriverErrorCode[]DatabricksDriverErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-