Class ColumnDtoMapper
java.lang.Object
ch.nolix.system.sqlschema.modelmapper.ColumnDtoMapper
- All Implemented Interfaces:
IColumnDtoMapper
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapSqlRecordWithNameAndDataTypeToColumnDto(ISqlRecord sqlRecordWithNameAndDataType) mapSqlRecordWithTableNameAndNameAndDataTypeToColumnDto(ISqlRecord sqlRecordWithTableNameAndNameAndDataType)
-
Constructor Details
-
ColumnDtoMapper
public ColumnDtoMapper()
-
-
Method Details
-
mapSqlRecordWithNameAndDataTypeToColumnDto
public ColumnDto mapSqlRecordWithNameAndDataTypeToColumnDto(ISqlRecord sqlRecordWithNameAndDataType) - Specified by:
mapSqlRecordWithNameAndDataTypeToColumnDtoin interfaceIColumnDtoMapper- Parameters:
sqlRecordWithNameAndDataType-- Returns:
- a new
ColumnDtofrom the given sqlRecordWithNameAndDataType.
-
mapSqlRecordWithTableNameAndNameAndDataTypeToColumnDto
public ColumnDto mapSqlRecordWithTableNameAndNameAndDataTypeToColumnDto(ISqlRecord sqlRecordWithTableNameAndNameAndDataType) - Specified by:
mapSqlRecordWithTableNameAndNameAndDataTypeToColumnDtoin interfaceIColumnDtoMapper- Parameters:
sqlRecordWithTableNameAndNameAndDataType-- Returns:
- a new
ColumnDtofrom the given sqlRecordWithTableNameAndNameAndDataType.
-