Uses of Enum
com.databricks.jdbc.common.AccessType
Packages that use AccessType
-
Uses of AccessType in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that return AccessTypeModifier and TypeMethodDescriptionDatabricksColumn.accessType()ImmutableDatabricksColumn.accessType()Methods in com.databricks.jdbc.api.impl with parameters of type AccessTypeModifier and TypeMethodDescriptionImmutableDatabricksColumn.Builder.accessType(AccessType accessType) Initializes the value for theaccessTypeattribute.ImmutableDatabricksColumn.withAccessType(AccessType value) Copy the current immutable object by setting a value for theaccessTypeattribute. -
Uses of AccessType in com.databricks.jdbc.common
Subclasses with type arguments of type AccessType in com.databricks.jdbc.commonMethods in com.databricks.jdbc.common that return AccessTypeModifier and TypeMethodDescriptionstatic AccessTypeReturns 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.