|
Lightweight 0.20251202.0
|
Query builder for building UPDATE queries in migrations. More...
#include <Migrate.hpp>
Public Member Functions | |
| SqlMigrationUpdateBuilder (SqlUpdateDataPlan &plan) | |
| template<typename T > | |
| SqlMigrationUpdateBuilder & | Set (std::string columnName, T const &value) |
| Sets a column value for the UPDATE. | |
| template<typename T > | |
| SqlMigrationUpdateBuilder & | Where (std::string columnName, std::string op, T const &value) |
| Adds a WHERE condition to the UPDATE. | |
Query builder for building UPDATE queries in migrations.
Definition at line 371 of file Migrate.hpp.
|
inlineexplicit |
Definition at line 374 of file Migrate.hpp.
|
inline |
Sets a column value for the UPDATE.
Definition at line 381 of file Migrate.hpp.
|
inline |
Adds a WHERE condition to the UPDATE.
Definition at line 389 of file Migrate.hpp.