Uses of Enum Class
org.pentaho.di.core.database.DatabricksDatabaseMeta.AuthMethod
Packages that use DatabricksDatabaseMeta.AuthMethod
Package
Description
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
-
Uses of DatabricksDatabaseMeta.AuthMethod in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that return DatabricksDatabaseMeta.AuthMethodModifier and TypeMethodDescriptionDatabricksDatabaseMeta.AuthMethod.defaultValue()DatabricksDatabaseMeta.getAuthMethod()Returns the enum constant of this class with the specified name.static DatabricksDatabaseMeta.AuthMethod[]DatabricksDatabaseMeta.AuthMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pentaho.di.core.database with parameters of type DatabricksDatabaseMeta.AuthMethodModifier and TypeMethodDescriptionvoidDatabricksDatabaseMeta.setAuthMethod(DatabricksDatabaseMeta.AuthMethod authMethod)