Uses of Class
com.databricks.jdbc.common.Nullable
-
Packages that use Nullable Package Description com.databricks.jdbc.api.impl com.databricks.jdbc.common com.databricks.jdbc.common.util -
-
Uses of Nullable in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that return Nullable Modifier and Type Method Description NullableDatabricksColumn. nullable()NullableImmutableDatabricksColumn. nullable()Methods in com.databricks.jdbc.api.impl with parameters of type Nullable Modifier and Type Method Description ImmutableDatabricksColumn.BuilderImmutableDatabricksColumn.Builder. nullable(Nullable nullable)Initializes the value for thenullableattribute.ImmutableDatabricksColumnImmutableDatabricksColumn. withNullable(Nullable value)Copy the current immutable object by setting a value for thenullableattribute. -
Uses of Nullable in com.databricks.jdbc.common
Methods in com.databricks.jdbc.common that return Nullable Modifier and Type Method Description static NullableNullable. valueOf(String name)Returns the enum constant of this type with the specified name.static Nullable[]Nullable. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Nullable in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util that return Nullable Modifier and Type Method Description static NullableDatabricksTypeUtil. getNullableFromValue(Integer isNullable)
-