Uses of Class
org.pentaho.di.core.database.DatabricksDatabaseMeta.AuthMethod
-
Packages that use DatabricksDatabaseMeta.AuthMethod Package Description org.pentaho.di.core.database 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.AuthMethod Modifier and Type Method Description static DatabricksDatabaseMeta.AuthMethod
DatabricksDatabaseMeta.AuthMethod. defaultValue()
DatabricksDatabaseMeta.AuthMethod
DatabricksDatabaseMeta. getAuthMethod()
static DatabricksDatabaseMeta.AuthMethod
DatabricksDatabaseMeta.AuthMethod. parse(String option)
static DatabricksDatabaseMeta.AuthMethod
DatabricksDatabaseMeta.AuthMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabricksDatabaseMeta.AuthMethod[]
DatabricksDatabaseMeta.AuthMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pentaho.di.core.database with parameters of type DatabricksDatabaseMeta.AuthMethod Modifier and Type Method Description void
DatabricksDatabaseMeta. setAuthMethod(DatabricksDatabaseMeta.AuthMethod authMethod)
-