Uses of Record Class
ch.nolix.systemapi.sqlschema.model.ColumnDto
Packages that use ColumnDto
Package
Description
-
Uses of ColumnDto in ch.nolix.system.sqlmidschema.sqlschemadtocatalog
Fields in ch.nolix.system.sqlmidschema.sqlschemadtocatalog declared as ColumnDtoModifier and TypeFieldDescriptionstatic final ColumnDtoEntitySqlSchemaColumnDtoCatalog.ID_COLUMN_DTOstatic final ColumnDtoEntitySqlSchemaColumnDtoCatalog.SAVE_STAMP_COLUMN_DTO -
Uses of ColumnDto in ch.nolix.system.sqlmidschema.sqlschemamodelmapper
Methods in ch.nolix.system.sqlmidschema.sqlschemamodelmapper that return ColumnDtoModifier and TypeMethodDescriptionstatic ColumnDtoSqlSchemaColumnDtoMapperHelper.mapColumnDtoToMainSqlSchemaColumnDto(ColumnDto columnDto) static ColumnDtoSqlSchemaColumnDtoMapperHelper.mapColumnDtoToTableSqlSchemaColumnDto(ColumnDto columnDto) Methods in ch.nolix.system.sqlmidschema.sqlschemamodelmapper that return types with arguments of type ColumnDtoModifier and TypeMethodDescriptionSqlSchemaColumnDtoMapper.mapColumnDtoToSqlSchemaColumnDtos(ColumnDto columnDto) -
Uses of ColumnDto in ch.nolix.system.sqlschema.adapter
Methods in ch.nolix.system.sqlschema.adapter with parameters of type ColumnDtoModifier and TypeMethodDescriptionvoidSchemaWriter.addColumn(TableIdentification table, ColumnDto column) voidSqlSchemaAdapter.addColumn(TableIdentification table, ColumnDto column) Method parameters in ch.nolix.system.sqlschema.adapter with type arguments of type ColumnDtoModifier and TypeMethodDescriptionvoidSchemaWriter.addColumns(TableIdentification table, IContainer<ColumnDto> columns) voidSqlSchemaAdapter.addColumns(TableIdentification table, IContainer<ColumnDto> columns) -
Uses of ColumnDto in ch.nolix.system.sqlschema.modelmapper
Methods in ch.nolix.system.sqlschema.modelmapper that return ColumnDtoModifier and TypeMethodDescriptionColumnDtoMapper.mapSqlRecordWithNameAndDataTypeToColumnDto(ISqlRecord sqlRecordWithNameAndDataType) ColumnDtoMapper.mapSqlRecordWithTableNameAndNameAndDataTypeToColumnDto(ISqlRecord sqlRecordWithTableNameAndNameAndDataType) -
Uses of ColumnDto in ch.nolix.system.sqlschema.statementcreator
Methods in ch.nolix.system.sqlschema.statementcreator with parameters of type ColumnDtoModifier and TypeMethodDescriptionStatementCreator.createStatementToAddColumn(String tableName, ColumnDto column) static StringStatementCreatorHelper.getColumnAsSql(ColumnDto column) -
Uses of ColumnDto in ch.nolix.systemapi.sqlmidschema.sqlschemamodelmapper
Methods in ch.nolix.systemapi.sqlmidschema.sqlschemamodelmapper that return types with arguments of type ColumnDtoModifier and TypeMethodDescriptionISqlSchemaColumnDtoMapper.mapColumnDtoToSqlSchemaColumnDtos(ColumnDto columnDto) -
Uses of ColumnDto in ch.nolix.systemapi.sqlschema.adapter
Methods in ch.nolix.systemapi.sqlschema.adapter with parameters of type ColumnDtoModifier and TypeMethodDescriptionvoidISchemaWriter.addColumn(TableIdentification table, ColumnDto column) Method parameters in ch.nolix.systemapi.sqlschema.adapter with type arguments of type ColumnDtoModifier and TypeMethodDescriptionvoidISchemaWriter.addColumns(TableIdentification table, IContainer<ColumnDto> columns) -
Uses of ColumnDto in ch.nolix.systemapi.sqlschema.model
Methods in ch.nolix.systemapi.sqlschema.model that return types with arguments of type ColumnDtoModifier and TypeMethodDescriptionTableDto.columns()Returns the value of thecolumnsrecord component.Constructor parameters in ch.nolix.systemapi.sqlschema.model with type arguments of type ColumnDtoModifierConstructorDescriptionTableDto(String name, IContainer<ColumnDto> columns) Creates an instance of aTableDtorecord class. -
Uses of ColumnDto in ch.nolix.systemapi.sqlschema.modelmapper
Methods in ch.nolix.systemapi.sqlschema.modelmapper that return ColumnDtoModifier and TypeMethodDescriptionIColumnDtoMapper.mapSqlRecordWithNameAndDataTypeToColumnDto(ISqlRecord sqlRecordWithNameAndDataType) IColumnDtoMapper.mapSqlRecordWithTableNameAndNameAndDataTypeToColumnDto(ISqlRecord sqlRecordWithTableNameAndNameAndDataType) -
Uses of ColumnDto in ch.nolix.systemapi.sqlschema.statementcreator
Methods in ch.nolix.systemapi.sqlschema.statementcreator with parameters of type ColumnDtoModifier and TypeMethodDescriptionIStatementCreator.createStatementToAddColumn(String tableName, ColumnDto column)