Class Column
- java.lang.Object
-
- io.vacco.metolithe.codegen.liquibase.type.Column
-
-
Field Summary
Fields Modifier and Type Field Description Constraintsconstraintsjava.lang.Stringnamejava.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description Column()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnwithName(java.lang.String name)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.vacco.metolithe.codegen.liquibase.type.MtLbType
getLabelName
-
-
-
-
Field Detail
-
name
public java.lang.String name
-
type
public java.lang.String type
-
constraints
public Constraints constraints
-
-
Method Detail
-
withName
public Column withName(java.lang.String name)
-
-