Lightweight 0.20260303.0
Loading...
Searching...
No Matches
Lightweight::SqlMigration::MigrationManager::PlanFoldingResult::DataStep Struct Reference

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 to replay (INSERT/UPDATE/DELETE/RawSql).
 

Detailed Description

One data step (INSERT/UPDATE/DELETE/RawSql) tagged with its source migration.

Definition at line 336 of file SqlMigration.hpp.

Member Data Documentation

◆ sourceTimestamp

MigrationTimestamp Lightweight::SqlMigration::MigrationManager::PlanFoldingResult::DataStep::sourceTimestamp

Timestamp of the migration that contributed this data step.

Definition at line 339 of file SqlMigration.hpp.

◆ sourceTitle

std::string Lightweight::SqlMigration::MigrationManager::PlanFoldingResult::DataStep::sourceTitle

Title of the migration that contributed this data step.

Definition at line 342 of file SqlMigration.hpp.

◆ element

SqlMigrationPlanElement Lightweight::SqlMigration::MigrationManager::PlanFoldingResult::DataStep::element

The plan element to replay (INSERT/UPDATE/DELETE/RawSql).

Definition at line 345 of file SqlMigration.hpp.


The documentation for this struct was generated from the following file: