Lightweight 0.20260617.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 itself (INSERT, UPDATE, DELETE, or RawSql).
 

Detailed Description

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

Definition at line 499 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 502 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 504 of file SqlMigration.hpp.

◆ element

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

The plan element itself (INSERT, UPDATE, DELETE, or RawSql).

Definition at line 506 of file SqlMigration.hpp.


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