Package de.calamanari.adl.sql.config
Interface ConfigBuilderInterfaces.DataColumnStep1
- Enclosing class:
ConfigBuilderInterfaces
public static interface ConfigBuilderInterfaces.DataColumnStep1
Fluent API to build a
DataColumn
Follow the method chain to finally obtain the result with ConfigBuilderInterfaces.DataColumnStep4.get().
-
Method Summary
Modifier and TypeMethodDescriptiondataColumn(String columnName, AdlSqlType columnType) Defines a data column of the given type.
-
Method Details
-
dataColumn
Defines a data column of the given type.- Parameters:
columnName- SQL column name in your database tablecolumnType- type of the column- Returns:
- builder
- See Also:
-