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.AuthMethodDatabricksDatabaseMeta.AuthMethod. defaultValue()DatabricksDatabaseMeta.AuthMethodDatabricksDatabaseMeta. getAuthMethod()static DatabricksDatabaseMeta.AuthMethodDatabricksDatabaseMeta.AuthMethod. parse(String option)static DatabricksDatabaseMeta.AuthMethodDatabricksDatabaseMeta.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 voidDatabricksDatabaseMeta. setAuthMethod(DatabricksDatabaseMeta.AuthMethod authMethod)
-