|
Lightweight 0.20260617.0
|
One data step (INSERT/UPDATE/DELETE/RawSql) tagged with its source migration. More...
#include <SqlMigration.hpp>
Public Attributes | |
| MigrationTimestamp | sourceTimestamp |
| Timestamp of the migration that contributed this data step. | |
| std::string | sourceTitle |
| Title of the migration that contributed this data step. | |
| SqlMigrationPlanElement | element |
| The plan element itself (INSERT, UPDATE, DELETE, or RawSql). | |
One data step (INSERT/UPDATE/DELETE/RawSql) tagged with its source migration.
Definition at line 499 of file SqlMigration.hpp.
| MigrationTimestamp Lightweight::SqlMigration::MigrationManager::PlanFoldingResult::DataStep::sourceTimestamp |
Timestamp of the migration that contributed this data step.
Definition at line 502 of file SqlMigration.hpp.
| std::string Lightweight::SqlMigration::MigrationManager::PlanFoldingResult::DataStep::sourceTitle |
Title of the migration that contributed this data step.
Definition at line 504 of file SqlMigration.hpp.
| SqlMigrationPlanElement Lightweight::SqlMigration::MigrationManager::PlanFoldingResult::DataStep::element |
The plan element itself (INSERT, UPDATE, DELETE, or RawSql).
Definition at line 506 of file SqlMigration.hpp.