public class Column extends Object
| Constructor and Description |
|---|
Column(@NonNull Name name) |
Column(@NonNull Name name,
String comment) |
Column(@NonNull String name) |
Column(@NonNull String name,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTags(Map<String,Set<JdbcType>> typeTags) |
void |
addTags(String tag,
Boolean contains) |
void |
setComment(String comment) |
void |
setName(@NonNull String name) |
void |
setType(int type) |
Copyright © 2023. All rights reserved.