Uses of Record Class
ch.nolix.systemapi.midschema.model.ColumnDto
Packages that use ColumnDto
Package
Description
-
Uses of ColumnDto in ch.nolix.system.midschema.adapter
Methods in ch.nolix.system.midschema.adapter with parameters of type ColumnDtoModifier and TypeMethodDescriptionfinal voidAbstractSchemaAdapter.addColumn(TableIdentification table, ColumnDto column) -
Uses of ColumnDto in ch.nolix.system.midschemaview.modelmapper
Methods in ch.nolix.system.midschemaview.modelmapper with parameters of type ColumnDtoModifier and TypeMethodDescriptionColumnViewDtoMapper.mapMidSchemaColumnDtoToColumnViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex) -
Uses of ColumnDto in ch.nolix.system.nodemidschema.modelmapper
Methods in ch.nolix.system.nodemidschema.modelmapper that return ColumnDtoModifier and TypeMethodDescriptionColumnDtoMapper.mapColumnNodeToColumnDto(IMutableNode<?> columnNode) -
Uses of ColumnDto in ch.nolix.system.nodemidschema.nodemapper
Methods in ch.nolix.system.nodemidschema.nodemapper with parameters of type ColumnDtoModifier and TypeMethodDescriptionINode<?> ColumnNodeChildNodeMapper.mapColumnDtoToBackReferenceableColumnIdsNode(ColumnDto columnDto) INode<?> ColumnNodeMapper.mapColumnDtoToColumnNode(ColumnDto columnDto) INode<?> ColumnNodeChildNodeMapper.mapColumnDtoToDataTypeNode(ColumnDto columnDto) INode<?> ColumnNodeChildNodeMapper.mapColumnDtoToFieldTypeNode(ColumnDto columnDto) INode<?> ColumnNodeChildNodeMapper.mapColumnDtoToIdNode(ColumnDto columnDto) INode<?> ColumnNodeChildNodeMapper.mapColumnDtoToNameNode(ColumnDto columnDto) INode<?> ColumnNodeChildNodeMapper.mapColumnDtoToReferenceableTableIdsNode(ColumnDto columnDto) -
Uses of ColumnDto in ch.nolix.system.nodemidschema.schemareader
Methods in ch.nolix.system.nodemidschema.schemareader that return types with arguments of type ColumnDtoModifier and TypeMethodDescriptionSchemaReaderHelper.loadColumnsFromTableNode(IMutableNode<?> tableNode) -
Uses of ColumnDto in ch.nolix.system.nodemidschema.schemawriter
Methods in ch.nolix.system.nodemidschema.schemawriter with parameters of type ColumnDtoModifier and TypeMethodDescriptionvoidSchemaWriter.addColumn(TableIdentification table, ColumnDto column) static voidSchemaWriterActionProvider.addColumn(IMutableNode<?> nodeDatabase, TableIdentification table, ColumnDto column) -
Uses of ColumnDto in ch.nolix.system.objectdata.model
Methods in ch.nolix.system.objectdata.model with parameters of type ColumnDtoModifier and TypeMethodDescriptionstatic IColumnColumnMapper.mapMidSchemaColumnDtoToColumn(ColumnDto midSchemaColumnDto, Table<IEntity> parentTable, IContainer<? extends ITable<IEntity>> tables) -
Uses of ColumnDto in ch.nolix.system.objectschema.midschemamodelmapper
Methods in ch.nolix.system.objectschema.midschemamodelmapper that return ColumnDto -
Uses of ColumnDto in ch.nolix.system.sqlmidschema.modelmapper
Methods in ch.nolix.system.sqlmidschema.modelmapper that return ColumnDtoModifier and TypeMethodDescriptionColumnDtoMapper.mapJoinedColumnSqlRecordToColumnDto(ISqlRecord joinedColumnSqlRecord) -
Uses of ColumnDto in ch.nolix.system.sqlmidschema.schemawriter
Methods in ch.nolix.system.sqlmidschema.schemawriter with parameters of type ColumnDtoModifier and TypeMethodDescriptionvoidSchemaDataWriter.addColumn(TableIdentification table, ColumnDto column) voidSchemaWriter.addColumn(TableIdentification table, ColumnDto column) -
Uses of ColumnDto in ch.nolix.system.sqlmidschema.sqlschemamodelmapper
Methods in ch.nolix.system.sqlmidschema.sqlschemamodelmapper with parameters of type ColumnDtoModifier and TypeMethodDescriptionstatic ColumnDtoSqlSchemaColumnDtoMapperHelper.mapColumnDtoToMainSqlSchemaColumnDto(ColumnDto columnDto) SqlSchemaColumnDtoMapper.mapColumnDtoToSqlSchemaColumnDtos(ColumnDto columnDto) static ColumnDtoSqlSchemaColumnDtoMapperHelper.mapColumnDtoToTableSqlSchemaColumnDto(ColumnDto columnDto) -
Uses of ColumnDto in ch.nolix.system.sqlmidschema.statementcreator
Methods in ch.nolix.system.sqlmidschema.statementcreator with parameters of type ColumnDtoModifier and TypeMethodDescriptionSchemaDataStatementCreator.createStatementsToAddColumn(TableIdentification table, ColumnDto column) ColumnTableStatementCreator.createStatementToAddColumnIntoColumnTable(TableIdentification table, ColumnDto column) -
Uses of ColumnDto in ch.nolix.systemapi.midschema.adapter
Methods in ch.nolix.systemapi.midschema.adapter with parameters of type ColumnDtoModifier and TypeMethodDescriptionvoidISchemaWriter.addColumn(TableIdentification table, ColumnDto column) -
Uses of ColumnDto in ch.nolix.systemapi.midschema.model
Methods in ch.nolix.systemapi.midschema.model that return types with arguments of type ColumnDtoModifier and TypeMethodDescriptionTableDto.columns()Returns the value of thecolumnsrecord component.Constructor parameters in ch.nolix.systemapi.midschema.model with type arguments of type ColumnDtoModifierConstructorDescriptionTableDto(String id, String name, IContainer<ColumnDto> columns) Creates an instance of aTableDtorecord class. -
Uses of ColumnDto in ch.nolix.systemapi.midschemaview.modelmapper
Methods in ch.nolix.systemapi.midschemaview.modelmapper with parameters of type ColumnDtoModifier and TypeMethodDescriptionIColumnViewDtoMapper.mapMidSchemaColumnDtoToColumnViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex) -
Uses of ColumnDto in ch.nolix.systemapi.nodemidschema.modelmapper
Methods in ch.nolix.systemapi.nodemidschema.modelmapper that return ColumnDtoModifier and TypeMethodDescriptionIColumnDtoMapper.mapColumnNodeToColumnDto(IMutableNode<?> columnNode) -
Uses of ColumnDto in ch.nolix.systemapi.nodemidschema.nodemapper
Methods in ch.nolix.systemapi.nodemidschema.nodemapper with parameters of type ColumnDtoModifier and TypeMethodDescriptionINode<?> IColumnNodeChildNodeMapper.mapColumnDtoToBackReferenceableColumnIdsNode(ColumnDto columnDto) INode<?> IColumnNodeMapper.mapColumnDtoToColumnNode(ColumnDto columnDto) INode<?> IColumnNodeChildNodeMapper.mapColumnDtoToDataTypeNode(ColumnDto columnDto) INode<?> IColumnNodeChildNodeMapper.mapColumnDtoToFieldTypeNode(ColumnDto columnDto) INode<?> IColumnNodeChildNodeMapper.mapColumnDtoToIdNode(ColumnDto columnDto) INode<?> IColumnNodeChildNodeMapper.mapColumnDtoToNameNode(ColumnDto columnDto) INode<?> IColumnNodeChildNodeMapper.mapColumnDtoToReferenceableTableIdsNode(ColumnDto columnDto) -
Uses of ColumnDto in ch.nolix.systemapi.nodemidschema.schemareader
Methods in ch.nolix.systemapi.nodemidschema.schemareader that return types with arguments of type ColumnDtoModifier and TypeMethodDescriptionISchemaReaderHelper.loadColumnsFromTableNode(IMutableNode<?> tableNode) -
Uses of ColumnDto in ch.nolix.systemapi.objectschema.midschemamodelmapper
Methods in ch.nolix.systemapi.objectschema.midschemamodelmapper that return ColumnDto -
Uses of ColumnDto in ch.nolix.systemapi.sqlmidschema.modelmapper
Methods in ch.nolix.systemapi.sqlmidschema.modelmapper that return ColumnDtoModifier and TypeMethodDescriptionIColumnDtoMapper.mapJoinedColumnSqlRecordToColumnDto(ISqlRecord joinedColumnSqlRecord) -
Uses of ColumnDto in ch.nolix.systemapi.sqlmidschema.sqlschemamodelmapper
Methods in ch.nolix.systemapi.sqlmidschema.sqlschemamodelmapper with parameters of type ColumnDtoModifier and TypeMethodDescriptionISqlSchemaColumnDtoMapper.mapColumnDtoToSqlSchemaColumnDtos(ColumnDto columnDto) -
Uses of ColumnDto in ch.nolix.systemapi.sqlmidschema.statementcreator
Methods in ch.nolix.systemapi.sqlmidschema.statementcreator with parameters of type ColumnDtoModifier and TypeMethodDescriptionISchemaDataStatementCreator.createStatementsToAddColumn(TableIdentification table, ColumnDto column) IColumnTableStatementCreator.createStatementToAddColumnIntoColumnTable(TableIdentification table, ColumnDto column)