Interface ColumnSettingSteps.KeyOfIntSettingStep

Enclosing interface:
ColumnSettingSteps

public static interface ColumnSettingSteps.KeyOfIntSettingStep
The step used to limit the number of rows by bounding integral value for a column,

This interface is not about uniqueness, is about to assign number of rows. If what you need only integral sequence for a column, just use JdbcTableFacet.Builder.column(String) with Int4SequenceSupplier, etc.

See Also: