relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
delete.hpp File Reference
#include "column_expression.hpp"
#include "condition.hpp"
#include "core.hpp"
#include "operators.hpp"
#include "value.hpp"
#include <memory>
#include <optional>
#include <sstream>
#include <string>
#include <tuple>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  relx::query::DeleteQuery< Table, Where >
 Base DELETE query builder. More...
 

Namespaces

namespace  relx
 relx database connection
 
namespace  relx::query
 

Functions

template<TableType Table>
auto relx::query::delete_from (const Table &table)
 Create a DELETE query for the specified table.