Uses of Record Class
ch.nolix.systemapi.midschemainfo.model.ColumnInfoDto
Packages that use ColumnInfoDto
Package
Description
-
Uses of ColumnInfoDto in ch.nolix.system.midschemainfo.modelmapper
Methods in ch.nolix.system.midschemainfo.modelmapper that return ColumnInfoDtoModifier and TypeMethodDescriptionColumnInfoDtoMapper.mapMidSchemaColumnDtoToColumnViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex) -
Uses of ColumnInfoDto in ch.nolix.system.midschemainfo.modelsearcher
Methods in ch.nolix.system.midschemainfo.modelsearcher that return ColumnInfoDtoModifier and TypeMethodDescriptionTableInfoSearcher.getColumnViewByColumnId(TableInfoDto tableInfoDto, String columnId) TableInfoSearcher.getColumnViewByColumnName(TableInfoDto tableInfoDto, String columnName) DatabaseInfoSearcher.getColumnViewByTableNameAndColumnId(DatabaseInfoDto databaseView, String tableName, String columnId) DatabaseInfoSearcherForDatabaseView.getColumnViewByTableNameAndColumnId(String tableName, String columnId) DatabaseInfoSearcher.getColumnViewByTableNameAndColumnName(DatabaseInfoDto databaseView, String tableName, String columnName) DatabaseInfoSearcherForDatabaseView.getColumnViewByTableNameAndColumnName(String tableName, String columnName) -
Uses of ColumnInfoDto in ch.nolix.system.nodemiddata.loader
Methods in ch.nolix.system.nodemiddata.loader with parameters of type ColumnInfoDtoModifier and TypeMethodDescriptionInternalDataReader.loadMultiBackReferenceBackReferencedEntityIds(String tableName, String entityId, ColumnInfoDto multiBackReferenceColumnView) InternalDataReader.loadMultiBackReferenceEntries(String tableName, String entityId, ColumnInfoDto multiBackReferenceColumn) InternalDataReader.loadMultiReferenceEntries(String tableName, String entityId, ColumnInfoDto multiReferenceColumnView) InternalDataReader.loadMultiValueEntries(String tableName, String entityId, ColumnInfoDto multiValueColumnView) booleanInternalDataReader.tableContainsEntityWithGivenValueAtGivenColumn(String tableName, ColumnInfoDto columnView, String value) booleanInternalDataReader.tableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities(String tableName, ColumnInfoDto columnView, String value, IContainer<String> entitiesToIgnoreIds) -
Uses of ColumnInfoDto in ch.nolix.system.nodemiddata.modelmapper
Methods in ch.nolix.system.nodemiddata.modelmapper with parameters of type ColumnInfoDtoModifier and TypeMethodDescriptionContentFieldDtoMapper.mapContentFieldNodeToContentFieldDto(INode<?> contentFieldNode, ColumnInfoDto columnView) -
Uses of ColumnInfoDto in ch.nolix.system.nodemiddata.schemaviewmodelmapper
Methods in ch.nolix.system.nodemiddata.schemaviewmodelmapper that return ColumnInfoDtoModifier and TypeMethodDescriptionColumnSchemaViewDtoMapper.mapColumnNodeToColumnViewDto(IMutableNode<?> columnNode, int oneBasedColumnOrdinalIndex) -
Uses of ColumnInfoDto in ch.nolix.system.sqlmiddata.loader
Methods in ch.nolix.system.sqlmiddata.loader with parameters of type ColumnInfoDtoModifier and TypeMethodDescriptionInternalDataReader.loadMultiValueEntries(String entityId, ColumnInfoDto multiValueColumnView) booleanInternalDataReader.tableContainsEntityWithGivenValueAtGivenColumn(String tableName, ColumnInfoDto columnView, String value) booleanInternalDataReader.tableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities(String tableName, ColumnInfoDto columnView, String value, IContainer<String> entitiesToIgnoreIds) -
Uses of ColumnInfoDto in ch.nolix.system.sqlmiddata.modelmapper
Methods in ch.nolix.system.sqlmiddata.modelmapper with parameters of type ColumnInfoDtoModifier and TypeMethodDescriptionContentFieldDtoMapper.mapNullableStringRepresentedValueToContentFieldDto(String nullableStringRepresentedValue, String nullableAdditionalValue, ColumnInfoDto columnView) Method parameters in ch.nolix.system.sqlmiddata.modelmapper with type arguments of type ColumnInfoDtoModifier and TypeMethodDescriptionLoadedEntityDtoMapper.mapSqlRecordToContentFieldDtos(ISqlRecord sqlRecord, IContainer<ColumnInfoDto> columnViews) -
Uses of ColumnInfoDto in ch.nolix.systemapi.midschemainfo.model
Methods in ch.nolix.systemapi.midschemainfo.model that return types with arguments of type ColumnInfoDtoModifier and TypeMethodDescriptionTableInfoDto.columnViews()Returns the value of thecolumnViewsrecord component.Constructor parameters in ch.nolix.systemapi.midschemainfo.model with type arguments of type ColumnInfoDtoModifierConstructorDescriptionTableInfoDto(String id, String name, IContainer<ColumnInfoDto> columnViews) Creates an instance of aTableInfoDtorecord class. -
Uses of ColumnInfoDto in ch.nolix.systemapi.midschemainfo.modelmapper
Methods in ch.nolix.systemapi.midschemainfo.modelmapper that return ColumnInfoDtoModifier and TypeMethodDescriptionIColumnInfoDtoMapper.mapMidSchemaColumnDtoToColumnViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex) -
Uses of ColumnInfoDto in ch.nolix.systemapi.midschemainfo.modelsearcher
Methods in ch.nolix.systemapi.midschemainfo.modelsearcher that return ColumnInfoDtoModifier and TypeMethodDescriptionITableInfoSearcher.getColumnViewByColumnId(TableInfoDto tableInfoDto, String columnId) ITableInfoSearcher.getColumnViewByColumnName(TableInfoDto tableInfoDto, String columnName) IDatabaseInfoSearcher.getColumnViewByTableNameAndColumnId(DatabaseInfoDto databaseView, String tableName, String columnId) IDatabaseInfoSearcherForDatabaseInfo.getColumnViewByTableNameAndColumnId(String tableName, String columnId) IDatabaseInfoSearcher.getColumnViewByTableNameAndColumnName(DatabaseInfoDto databaseView, String tableName, String columnName) IDatabaseInfoSearcherForDatabaseInfo.getColumnViewByTableNameAndColumnName(String tableName, String columnName) -
Uses of ColumnInfoDto in ch.nolix.systemapi.nodemiddata.modelmapper
Methods in ch.nolix.systemapi.nodemiddata.modelmapper with parameters of type ColumnInfoDtoModifier and TypeMethodDescriptionIContentFieldDtoMapper.mapContentFieldNodeToContentFieldDto(INode<?> contentFieldNode, ColumnInfoDto columnView) -
Uses of ColumnInfoDto in ch.nolix.systemapi.nodemiddata.schemaviewmodelmapper
Methods in ch.nolix.systemapi.nodemiddata.schemaviewmodelmapper that return ColumnInfoDtoModifier and TypeMethodDescriptionIColumnSchemaViewDtoMapper.mapColumnNodeToColumnViewDto(IMutableNode<?> columnNode, int oneBasedColumnOrdinalIndex) -
Uses of ColumnInfoDto in ch.nolix.systemapi.sqlmiddata.modelmapper
Methods in ch.nolix.systemapi.sqlmiddata.modelmapper with parameters of type ColumnInfoDtoModifier and TypeMethodDescriptionIContentFieldDtoMapper.mapNullableStringRepresentedValueToContentFieldDto(String nullableStringRepresentedValue, String nullableAdditionalValue, ColumnInfoDto columnView) Method parameters in ch.nolix.systemapi.sqlmiddata.modelmapper with type arguments of type ColumnInfoDtoModifier and TypeMethodDescriptionILoadedEntityDtoMapper.mapSqlRecordToContentFieldDtos(ISqlRecord sqlRecord, IContainer<ColumnInfoDto> columnViews)