Package de.calamanari.adl.sql.config
Interface ConfigBuilderInterfaces.MultiTableAddTable
- All Known Subinterfaces:
ConfigBuilderInterfaces.MultiTableAddTableOrExit,ConfigBuilderInterfaces.MultiTableDataColumnStep1,ConfigBuilderInterfaces.MultiTableDataColumnStep2,ConfigBuilderInterfaces.MultiTableDataColumnStep3,ConfigBuilderInterfaces.MultiTableDataColumnStep4
- Enclosing class:
ConfigBuilderInterfaces
public static interface ConfigBuilderInterfaces.MultiTableAddTable
Fluent API to build a
MultiTableConfig
Follow the method chain to finally obtain the result with ConfigBuilderInterfaces.MultiTableExit.get().
-
Method Summary
Modifier and TypeMethodDescriptionwithTable(SingleTableConfig table) Adds another readily configured tableAdds another table to the setup step-by-step
-
Method Details
-
withTable
Adds another table to the setup step-by-step- Parameters:
tableName-- Returns:
- builder
-
withTable
Adds another readily configured table- Parameters:
table-- Returns:
- builder
-