Uses of Class
com.databricks.jdbc.core.types.AccessType
-
Packages that use AccessType Package Description com.databricks.jdbc.core com.databricks.jdbc.core.types -
-
Uses of AccessType in com.databricks.jdbc.core
Methods in com.databricks.jdbc.core that return AccessType Modifier and Type Method Description AccessTypeDatabricksColumn. accessType()AccessTypeImmutableDatabricksColumn. accessType()Methods in com.databricks.jdbc.core 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.core.types
Methods in com.databricks.jdbc.core.types 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.
-