ImmutableDatabricksColumn |
ImmutableDatabricksColumn.Builder.build() |
|
static ImmutableDatabricksColumn |
ImmutableDatabricksColumn.copyOf(DatabricksColumn instance) |
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withAccessType(AccessType value) |
Copy the current immutable object by setting a value for the accessType attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withCatalogName(String value) |
Copy the current immutable object by setting a value for the catalogName attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withColumnName(String value) |
Copy the current immutable object by setting a value for the columnName attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withColumnType(int value) |
Copy the current immutable object by setting a value for the columnType attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withColumnTypeClassName(String value) |
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withColumnTypeText(String value) |
Copy the current immutable object by setting a value for the columnTypeText attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withDisplaySize(int value) |
Copy the current immutable object by setting a value for the displaySize attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withIsAutoIncrement(boolean value) |
Copy the current immutable object by setting a value for the isAutoIncrement attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withIsCaseSensitive(boolean value) |
Copy the current immutable object by setting a value for the isCaseSensitive attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withIsCurrency(boolean value) |
Copy the current immutable object by setting a value for the isCurrency attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withIsDefinitelyWritable(boolean value) |
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withIsSearchable(boolean value) |
Copy the current immutable object by setting a value for the isSearchable attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withIsSigned(boolean value) |
Copy the current immutable object by setting a value for the isSigned attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withNullable(Nullable value) |
Copy the current immutable object by setting a value for the nullable attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withSchemaName(String value) |
Copy the current immutable object by setting a value for the schemaName attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withTableName(String value) |
Copy the current immutable object by setting a value for the tableName attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withTypePrecision(int value) |
Copy the current immutable object by setting a value for the typePrecision attribute.
|
ImmutableDatabricksColumn |
ImmutableDatabricksColumn.withTypeScale(int value) |
Copy the current immutable object by setting a value for the typeScale attribute.
|