Lightweight 0.1.0
Loading...
Searching...
No Matches
SqlMigrationPlan Struct Reference

Represents a SQL migration plan. More...

#include <MigrationPlan.hpp>

Public Member Functions

LIGHTWEIGHT_API std::vector< std::string > ToSql () const
 

Public Attributes

SqlQueryFormatter const & formatter
 
std::vector< SqlMigrationPlanElementsteps {}
 

Detailed Description

Represents a SQL migration plan.

This structure represents a SQL migration plan that can be executed on a database.

Definition at line 353 of file MigrationPlan.hpp.

Member Data Documentation

◆ formatter

SqlQueryFormatter const& SqlMigrationPlan::formatter

Definition at line 355 of file MigrationPlan.hpp.

◆ steps

std::vector<SqlMigrationPlanElement> SqlMigrationPlan::steps {}

Definition at line 356 of file MigrationPlan.hpp.


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