Uses of Enum Class
org.pentaho.di.core.database.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
Modifier 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.Modifier and TypeMethodDescriptionvoid
DatabricksDatabaseMeta.setAuthMethod
(DatabricksDatabaseMeta.AuthMethod authMethod)