| Package | Description |
|---|---|
| io.stargate.sgv2.common.cql.builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableColumn.Builder |
ImmutableColumn.builder()
Creates a builder for
ImmutableColumn. |
ImmutableColumn.Builder |
ImmutableColumn.Builder.from(Column instance)
Fill a builder with attribute values from the provided
Column instance. |
ImmutableColumn.Builder |
ImmutableColumn.Builder.kind(Column.Kind kind)
Initializes the value for the
kind attribute. |
ImmutableColumn.Builder |
ImmutableColumn.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutableColumn.Builder |
ImmutableColumn.Builder.order(Column.Order order)
Initializes the value for the
order attribute. |
ImmutableColumn.Builder |
ImmutableColumn.Builder.type(String type)
Initializes the value for the
type attribute. |
Copyright © 2022. All rights reserved.