|
Lightweight 0.20250904.0
|
Query builder for building DELETE FROM ... queries. More...
#include <Delete.hpp>
Inherits SqlWhereClauseBuilder< SqlDeleteQueryBuilder >.
Public Member Functions | |
| SqlDeleteQueryBuilder (SqlQueryFormatter const &formatter, std::string table, std::string tableAlias) noexcept | |
| SqlSearchCondition & | SearchCondition () noexcept |
| SqlQueryFormatter const & | Formatter () const noexcept |
| std::string | ToSql () const |
Query builder for building DELETE FROM ... queries.
Definition at line 15 of file Delete.hpp.
|
inlineexplicitnoexcept |
Definition at line 18 of file Delete.hpp.
|
inlinenoexcept |
Definition at line 26 of file Delete.hpp.
|
inlinenoexcept |
Definition at line 31 of file Delete.hpp.
|
inline |
Definition at line 44 of file Delete.hpp.