Interface ConfigBuilderInterfaces.DataColumnStep2
- All Superinterfaces:
ConfigBuilderInterfaces.DataColumnStep3, ConfigBuilderInterfaces.DataColumnStep4
- Enclosing class:
ConfigBuilderInterfaces
public static interface ConfigBuilderInterfaces.DataColumnStep2
extends ConfigBuilderInterfaces.DataColumnStep3
Fluent API to build a
DataColumn
Follow the method chain to finally obtain the result with ConfigBuilderInterfaces.DataColumnStep4.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.DataColumnStep3
multiRowMethods inherited from interface ConfigBuilderInterfaces.DataColumnStep4
filteredBy, get
-
Method Details
-
alwaysKnown
ConfigBuilderInterfaces.DataColumnStep3 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:
-