|
Lightweight 0.20251202.0
|
Query builder for building DELETE queries in migrations. More...
#include <Migrate.hpp>
Public Member Functions | |
| SqlMigrationDeleteBuilder (SqlDeleteDataPlan &plan) | |
| template<typename T > | |
| SqlMigrationDeleteBuilder & | Where (std::string columnName, std::string op, T const &value) |
| Adds a WHERE condition to the DELETE. | |
Query builder for building DELETE queries in migrations.
Definition at line 405 of file Migrate.hpp.
|
inlineexplicit |
Definition at line 408 of file Migrate.hpp.
|
inline |
Adds a WHERE condition to the DELETE.
Definition at line 415 of file Migrate.hpp.