Uses of Class
com.databricks.jdbc.driver.IDatabricksConnectionContext.AuthMech
-
Packages that use IDatabricksConnectionContext.AuthMech Package Description com.databricks.jdbc.driver -
-
Uses of IDatabricksConnectionContext.AuthMech in com.databricks.jdbc.driver
Methods in com.databricks.jdbc.driver that return IDatabricksConnectionContext.AuthMech Modifier and Type Method Description IDatabricksConnectionContext.AuthMechDatabricksConnectionContext. getAuthMech()IDatabricksConnectionContext.AuthMechIDatabricksConnectionContext. getAuthMech()static IDatabricksConnectionContext.AuthMechIDatabricksConnectionContext.AuthMech. parseAuthMech(String authMech)static IDatabricksConnectionContext.AuthMechIDatabricksConnectionContext.AuthMech. valueOf(String name)Returns the enum constant of this type with the specified name.static IDatabricksConnectionContext.AuthMech[]IDatabricksConnectionContext.AuthMech. values()Returns an array containing the constants of this enum type, in the order they are declared.
-