Class ColumnWithSerialType

java.lang.Object
io.github.mfvanek.pg.model.table.ColumnWithSerialType
All Implemented Interfaces:
ColumnNameAware, TableNameAware, Comparable<ColumnWithSerialType>

@Immutable public class ColumnWithSerialType extends Object implements ColumnNameAware, Comparable<ColumnWithSerialType>
A representation of column with serial type in database table.
Since:
0.6.2
See Also: