Uses of Enum
com.databricks.jdbc.exception.DatabricksVendorCode
Packages that use DatabricksVendorCode
-
Uses of DatabricksVendorCode in com.databricks.jdbc.exception
Subclasses with type arguments of type DatabricksVendorCode in com.databricks.jdbc.exceptionModifier and TypeClassDescriptionenumCentralized registry for Databricks JDBC driver vendor error codes.Methods in com.databricks.jdbc.exception that return DatabricksVendorCodeModifier and TypeMethodDescriptionstatic DatabricksVendorCodeDatabricksVendorCode.fromCode(int code) Finds a vendor code enum by its numeric code.static DatabricksVendorCodeReturns the enum constant of this type with the specified name.static DatabricksVendorCode[]DatabricksVendorCode.values()Returns an array containing the constants of this enum type, in the order they are declared.