public final class ColumnModel extends Object
TableModel or ViewModel.
Plan §6. dataType is a free-form string for forward-compatibility
with vendor type systems (Oracle NUMBER(10,2), BigQuery
STRUCT<...>, etc.). nullable() defaults to true in
line with ANSI SQL.
| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnModel.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ColumnModel.Builder |
builder() |
String |
dataType()
Vendor data-type string.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
name() |
boolean |
nullable() |
List<PolicyTagModel> |
policyTags() |
String |
toString() |
public static ColumnModel.Builder builder()
public boolean nullable()
public List<PolicyTagModel> policyTags()