| Package | Description |
|---|---|
| io.stargate.sgv2.common.cql.builder |
| Modifier and Type | Method and Description |
|---|---|
ImmutableColumn |
ImmutableColumn.Builder.build()
Builds a new
ImmutableColumn. |
static ImmutableColumn |
ImmutableColumn.copyOf(Column instance)
Creates an immutable copy of a
Column value. |
ImmutableColumn |
ImmutableColumn.withKind(Column.Kind value)
Copy the current immutable object by setting a value for the
kind attribute. |
ImmutableColumn |
ImmutableColumn.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableColumn |
ImmutableColumn.withOrder(Column.Order value)
Copy the current immutable object by setting a value for the
order attribute. |
ImmutableColumn |
ImmutableColumn.withType(String value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2022. All rights reserved.