Changeset 16994 for addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/Command
- Timestamp:
- 05/29/19 12:26:42 (5 years ago)
- Location:
- addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/Command
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/Command/DataBaseCommandBase.cs
r16567 r16994 23 23 using HeuristicLab.DataImporter.Data.Model; 24 24 using HeuristicLab.DataImporter.DbExplorer.Interfaces; 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;26 25 using HEAL.Attic; 27 26 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/Command/LoadColumnGroupWithSqlStringFromDBCommand.cs
r16567 r16994 23 23 using HeuristicLab.DataImporter.Data.Model; 24 24 using HeuristicLab.DataImporter.DbExplorer.Interfaces; 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;26 25 using HEAL.Attic; 27 26 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/Command/LoadColumnGroupsFromDBCommand.cs
r16567 r16994 24 24 using HeuristicLab.DataImporter.Data.Model; 25 25 using HeuristicLab.DataImporter.DbExplorer.Interfaces; 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;27 26 using HEAL.Attic; 28 27 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/Command/ReorderColumnsCommand.cs
r16567 r16994 24 24 using HeuristicLab.DataImporter.Data.CommandBase; 25 25 using HeuristicLab.DataImporter.Data.Model; 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;27 26 using HEAL.Attic; 28 27 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/Command/SqlCommandView.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.ComponentModel;25 using System.Data;26 using System.Drawing;27 using System.Text;28 using System.Windows.Forms;29 22 30 23 namespace HeuristicLab.DataImporter.DataProcessor.Command {
Note: See TracChangeset
for help on using the changeset viewer.