Uses of Record Class
ch.nolix.systemapi.midschemaview.model.DatabaseViewDto
Packages that use DatabaseViewDto
Package
Description
-
Uses of DatabaseViewDto in ch.nolix.system.midschemaview.modelsearcher
Methods in ch.nolix.system.midschemaview.modelsearcher with parameters of type DatabaseViewDtoModifier and TypeMethodDescriptionDatabaseViewSearcherForDatabaseView.forDatabaseView(DatabaseViewDto databaseView) DatabaseViewSearcher.getColumnViewByTableNameAndColumnId(DatabaseViewDto databaseView, String tableName, String columnId) DatabaseViewSearcher.getColumnViewByTableNameAndColumnName(DatabaseViewDto databaseView, String tableName, String columnName) DatabaseViewSearcher.getTableViewByTableId(DatabaseViewDto databaseView, String tableId) DatabaseViewSearcher.getTableViewByTableName(DatabaseViewDto databaseView, String tableName) -
Uses of DatabaseViewDto in ch.nolix.system.nodemiddata.datareader
Methods in ch.nolix.system.nodemiddata.datareader with parameters of type DatabaseViewDtoModifier and TypeMethodDescriptionstatic DataReaderDataReader.forNodeDatabaseAndDatabaseView(IMutableNode<?> nodeDatabase, DatabaseViewDto databaseView) -
Uses of DatabaseViewDto in ch.nolix.system.nodemiddata.datawriter
Methods in ch.nolix.system.nodemiddata.datawriter with parameters of type DatabaseViewDtoModifier and TypeMethodDescriptionstatic DataWriterDataWriter.forNodeDatabaseAndDatabaseView(IMutableNode<?> nodeDatabase, DatabaseViewDto databaseView) -
Uses of DatabaseViewDto in ch.nolix.system.nodemiddata.schemaviewmodelmapper
Methods in ch.nolix.system.nodemiddata.schemaviewmodelmapper that return DatabaseViewDtoModifier and TypeMethodDescriptionDatabaseSchemaViewDtoMapper.mapTableNodeToTableViewDto(IMutableNode<?> nodeDatabase) -
Uses of DatabaseViewDto in ch.nolix.system.sqlmiddata.datareader
Methods in ch.nolix.system.sqlmiddata.datareader with parameters of type DatabaseViewDtoModifier and TypeMethodDescriptionstatic DataReaderDataReader.forDatabaseNameAndDatabaseSchemaViewAndSqlConnection(String databaseName, DatabaseViewDto databaseView, ISqlConnection sqlConnection) -
Uses of DatabaseViewDto in ch.nolix.system.sqlmiddata.datawriter
Methods in ch.nolix.system.sqlmiddata.datawriter with parameters of type DatabaseViewDtoModifier and TypeMethodDescriptionstatic DataWriterDataWriter.forDatabaseNameAndDatabaseViewAndSqlConnection(String databaseName, DatabaseViewDto databaseView, ISqlConnection sqlConnection) -
Uses of DatabaseViewDto in ch.nolix.system.sqlmiddata.modelmapper
Methods in ch.nolix.system.sqlmiddata.modelmapper with parameters of type DatabaseViewDtoModifier and TypeMethodDescriptionMultiReferenceEntryDtoMapper.mapMultiReferenceEntrySqlRecordToMultiReferenceEntryDto(ISqlRecord multiReferenceSqlRecord, DatabaseViewDto databaseView) -
Uses of DatabaseViewDto in ch.nolix.system.sqlmiddata.schemaviewloader
Methods in ch.nolix.system.sqlmiddata.schemaviewloader that return DatabaseViewDtoModifier and TypeMethodDescriptionDatabaseSchemaViewLoader.loadDatabaseSchemaView(String databaseName, ISchemaReader schemaAdapter) -
Uses of DatabaseViewDto in ch.nolix.systemapi.midschemaview.modelsearcher
Methods in ch.nolix.systemapi.midschemaview.modelsearcher with parameters of type DatabaseViewDtoModifier and TypeMethodDescriptionIDatabaseViewSearcher.getColumnViewByTableNameAndColumnId(DatabaseViewDto databaseView, String tableName, String columnId) IDatabaseViewSearcher.getColumnViewByTableNameAndColumnName(DatabaseViewDto databaseView, String tableName, String columnName) IDatabaseViewSearcher.getTableViewByTableId(DatabaseViewDto databaseView, String tableId) IDatabaseViewSearcher.getTableViewByTableName(DatabaseViewDto databaseView, String tableName) -
Uses of DatabaseViewDto in ch.nolix.systemapi.nodemiddata.schemaviewmodelmapper
Methods in ch.nolix.systemapi.nodemiddata.schemaviewmodelmapper that return DatabaseViewDtoModifier and TypeMethodDescriptionIDatabaseSchemaViewDtoMapper.mapTableNodeToTableViewDto(IMutableNode<?> nodeDatabase) -
Uses of DatabaseViewDto in ch.nolix.systemapi.sqlmiddata.modelmapper
Methods in ch.nolix.systemapi.sqlmiddata.modelmapper with parameters of type DatabaseViewDtoModifier and TypeMethodDescriptionIMultiReferenceEntryDtoMapper.mapMultiReferenceEntrySqlRecordToMultiReferenceEntryDto(ISqlRecord multiReferenceSqlRecord, DatabaseViewDto databaseView) -
Uses of DatabaseViewDto in ch.nolix.systemapi.sqlmiddata.schemaviewloader
Methods in ch.nolix.systemapi.sqlmiddata.schemaviewloader that return DatabaseViewDtoModifier and TypeMethodDescriptionIDatabaseSchemaViewLoader.loadDatabaseSchemaView(String databaseName, ISchemaReader schemaAdapter)