|
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. | |
| SqlMigrationDeleteBuilder & | WhereExpression (std::string expression) |
Pre-rendered WHERE-clause body. See SqlMigrationUpdateBuilder::WhereExpression. | |
Query builder for building DELETE queries in migrations.
Definition at line 436 of file Migrate.hpp.
|
inlineexplicit |
Constructs a migration DELETE builder.
Definition at line 440 of file Migrate.hpp.
|
inline |
Adds a WHERE condition to the DELETE.
Definition at line 447 of file Migrate.hpp.
|
inline |
Pre-rendered WHERE-clause body. See SqlMigrationUpdateBuilder::WhereExpression.
Definition at line 456 of file Migrate.hpp.