|
Lightweight 0.20250904.0
|
Query builder for building INSERT INTO ... queries. More...
#include <Insert.hpp>
Public Member Functions | |
| SqlInsertQueryBuilder (SqlQueryFormatter const &formatter, std::string tableName, std::vector< SqlVariant > *inputBindings) noexcept | |
| template<typename ColumnValue > | |
| SqlInsertQueryBuilder & | Set (std::string_view columnName, ColumnValue const &value) |
| template<std::size_t N> | |
| SqlInsertQueryBuilder & | Set (std::string_view columnName, char const (&value)[N]) |
| std::string | ToSql () const |
Query builder for building INSERT INTO ... queries.
Definition at line 19 of file Insert.hpp.
|
inlineexplicitnoexcept |
Definition at line 45 of file Insert.hpp.
| SqlInsertQueryBuilder & Lightweight::SqlInsertQueryBuilder::Set | ( | std::string_view | columnName, |
| ColumnValue const & | value | ||
| ) |
Definition at line 56 of file Insert.hpp.
|
inline |
Definition at line 98 of file Insert.hpp.
|
inline |
Definition at line 103 of file Insert.hpp.