|
Lightweight 0.20251202.0
|
Query builder for building INSERT queries in migrations. More...
#include <Migrate.hpp>
Public Member Functions | |
| SqlMigrationInsertBuilder (SqlInsertDataPlan &plan) | |
| template<typename T > | |
| SqlMigrationInsertBuilder & | Set (std::string columnName, T const &value) |
| Sets a column value for the INSERT. | |
Query builder for building INSERT queries in migrations.
Definition at line 347 of file Migrate.hpp.
|
inlineexplicit |
Definition at line 350 of file Migrate.hpp.
|
inline |
Sets a column value for the INSERT.
Definition at line 357 of file Migrate.hpp.