Interface ConfigBuilderInterfaces.SingleTableDataColumnStep2
- All Superinterfaces:
ConfigBuilderInterfaces.SingleTableAddColumnOrExit, ConfigBuilderInterfaces.SingleTableDataColumnStep3, ConfigBuilderInterfaces.SingleTableDataColumnStep4
- Enclosing class:
ConfigBuilderInterfaces
public static interface ConfigBuilderInterfaces.SingleTableDataColumnStep2
extends ConfigBuilderInterfaces.SingleTableDataColumnStep3
Fluent API to build a
SingleTableConfig
Follow the method chain to finally obtain the result with ConfigBuilderInterfaces.SingleTableAddColumnOrExit.get().
- Author:
- Karl Eilebrecht
-
Method Summary
Modifier and TypeMethodDescriptionDefines that there is a known value for every record in your database.Methods inherited from interface ConfigBuilderInterfaces.SingleTableAddColumnOrExit
dataColumn, getMethods inherited from interface ConfigBuilderInterfaces.SingleTableDataColumnStep3
multiRowMethods inherited from interface ConfigBuilderInterfaces.SingleTableDataColumnStep4
filteredBy
-
Method Details
-
alwaysKnown
ConfigBuilderInterfaces.SingleTableDataColumnStep3 alwaysKnown()Defines that there is a known value for every record in your database.Important: Marking an attribute as always known means that this column information is available and NOT NULL for every record of your base audience. Consequently, if you configure any column in a table as always known, the table will automatically be marked as
TableNature.containsAllIds().- Returns:
- builder
- See Also:
-