|
Lightweight 0.20250904.0
|
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< SqlMigrationPlanElement > | steps {} |
Represents a SQL migration plan.
This structure represents a SQL migration plan that can be executed on a database.
Definition at line 356 of file MigrationPlan.hpp.
| SqlQueryFormatter const& Lightweight::SqlMigrationPlan::formatter |
Definition at line 358 of file MigrationPlan.hpp.
| std::vector<SqlMigrationPlanElement> Lightweight::SqlMigrationPlan::steps {} |
Definition at line 359 of file MigrationPlan.hpp.