@Value.Immutable
public interface ColumnRef
| Modifier and Type | Method and Description |
|---|---|
static ColumnRef |
forColumn(String table,
String column) |
static ColumnRef |
forTable(String table) |
Optional<String> |
getColumn() |
String |
getTable() |
default String |
pretty() |
Copyright © 2019 Nuiton. All rights reserved.