@Value.Immutable(prehash=true)
public interface Column
| Modifier and Type | Interface and Description |
|---|---|
static class |
Column.Kind |
static class |
Column.Order |
| Modifier and Type | Method and Description |
|---|---|
default String |
cqlName() |
Column.Kind |
kind() |
String |
name() |
Column.Order |
order() |
static Column |
reference(String name) |
String |
type()
TODO do we ever need a more structured representation?
|
String name()
@Nullable Column.Kind kind()
@Nullable Column.Order order()
@Value.Lazy default String cqlName()
Copyright © 2022. All rights reserved.