@Value.Immutable
public interface ColumnMeta
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getComment() |
Optional<CustomTypeMeta> |
getCustomType() |
com.google.common.collect.ImmutableSet<String> |
getForeignKeyColumns() |
Optional<Integer> |
getLength() |
String |
getName() |
boolean |
getNullable() |
Optional<Map<String,String>> |
getPossibleValues() |
String |
getType() |
boolean |
isForeignKey() |
boolean |
isPrimaryKey() |
boolean |
isUnique() |
String getName()
String getType()
Optional<CustomTypeMeta> getCustomType()
boolean getNullable()
boolean isPrimaryKey()
boolean isUnique()
boolean isForeignKey()
com.google.common.collect.ImmutableSet<String> getForeignKeyColumns()
Copyright © 2019 Nuiton. All rights reserved.