Uses of Class
com.databricks.jdbc.core.types.Nullable
-
Packages that use Nullable Package Description com.databricks.jdbc.core com.databricks.jdbc.core.types -
-
Uses of Nullable in com.databricks.jdbc.core
Methods in com.databricks.jdbc.core that return Nullable Modifier and Type Method Description NullableDatabricksColumn. nullable()NullableImmutableDatabricksColumn. nullable()Methods in com.databricks.jdbc.core 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.core.types
Methods in com.databricks.jdbc.core.types 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.
-