|
Lightweight 0.20260303.0
|
Query builder for building DELETE queries in migrations. More...
#include <Migrate.hpp>
Public Member Functions | |
| SqlMigrationDeleteBuilder (SqlDeleteDataPlan &plan) | |
| Constructs a migration DELETE builder. | |
| 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 410 of file Migrate.hpp.
|
inlineexplicit |
Constructs a migration DELETE builder.
Definition at line 414 of file Migrate.hpp.
|
inline |
Adds a WHERE condition to the DELETE.
Definition at line 421 of file Migrate.hpp.