Uses of Class
com.databricks.jdbc.common.AccessType
-
Packages that use AccessType Package Description com.databricks.jdbc.api.impl com.databricks.jdbc.common -
-
Uses of AccessType in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that return AccessType Modifier and Type Method Description AccessTypeDatabricksColumn. accessType()AccessTypeImmutableDatabricksColumn. accessType()Methods in com.databricks.jdbc.api.impl with parameters of type AccessType Modifier and Type Method Description ImmutableDatabricksColumn.BuilderImmutableDatabricksColumn.Builder. accessType(AccessType accessType)Initializes the value for theaccessTypeattribute.ImmutableDatabricksColumnImmutableDatabricksColumn. withAccessType(AccessType value)Copy the current immutable object by setting a value for theaccessTypeattribute. -
Uses of AccessType in com.databricks.jdbc.common
Methods in com.databricks.jdbc.common that return AccessType Modifier and Type Method Description static AccessTypeAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessType[]AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-