Uses of Class
com.databricks.jdbc.api.impl.ImmutableDatabricksColumn
Packages that use ImmutableDatabricksColumn
-
Uses of ImmutableDatabricksColumn in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that return ImmutableDatabricksColumnModifier and TypeMethodDescriptionImmutableDatabricksColumn.Builder.build()Builds a newImmutableDatabricksColumn.static ImmutableDatabricksColumnImmutableDatabricksColumn.copyOf(DatabricksColumn instance) Creates an immutable copy of aDatabricksColumnvalue.ImmutableDatabricksColumn.withAccessType(AccessType value) Copy the current immutable object by setting a value for theaccessTypeattribute.ImmutableDatabricksColumn.withCatalogName(String value) Copy the current immutable object by setting a value for thecatalogNameattribute.ImmutableDatabricksColumn.withColumnName(String value) Copy the current immutable object by setting a value for thecolumnNameattribute.ImmutableDatabricksColumn.withColumnType(int value) Copy the current immutable object by setting a value for thecolumnTypeattribute.ImmutableDatabricksColumn.withColumnTypeClassName(String value) Copy the current immutable object by setting a value for thecolumnTypeClassNameattribute.ImmutableDatabricksColumn.withColumnTypeText(String value) Copy the current immutable object by setting a value for thecolumnTypeTextattribute.ImmutableDatabricksColumn.withDisplaySize(int value) Copy the current immutable object by setting a value for thedisplaySizeattribute.ImmutableDatabricksColumn.withIsAutoIncrement(boolean value) Copy the current immutable object by setting a value for theisAutoIncrementattribute.ImmutableDatabricksColumn.withIsCaseSensitive(boolean value) Copy the current immutable object by setting a value for theisCaseSensitiveattribute.ImmutableDatabricksColumn.withIsCurrency(boolean value) Copy the current immutable object by setting a value for theisCurrencyattribute.ImmutableDatabricksColumn.withIsDefinitelyWritable(boolean value) Copy the current immutable object by setting a value for theisDefinitelyWritableattribute.ImmutableDatabricksColumn.withIsSearchable(boolean value) Copy the current immutable object by setting a value for theisSearchableattribute.ImmutableDatabricksColumn.withIsSigned(boolean value) Copy the current immutable object by setting a value for theisSignedattribute.ImmutableDatabricksColumn.withNullable(Nullable value) Copy the current immutable object by setting a value for thenullableattribute.ImmutableDatabricksColumn.withSchemaName(String value) Copy the current immutable object by setting a value for theschemaNameattribute.ImmutableDatabricksColumn.withTableName(String value) Copy the current immutable object by setting a value for thetableNameattribute.ImmutableDatabricksColumn.withTypePrecision(int value) Copy the current immutable object by setting a value for thetypePrecisionattribute.ImmutableDatabricksColumn.withTypeScale(int value) Copy the current immutable object by setting a value for thetypeScaleattribute.