Query builder for building INSERT INTO ... queries.
More...
#include <Insert.hpp>
Query builder for building INSERT INTO ... queries.
- See also
- SqlQueryBuilder
Definition at line 16 of file Insert.hpp.
◆ SqlInsertQueryBuilder()
LIGHTWEIGHT_FORCE_INLINE SqlInsertQueryBuilder::SqlInsertQueryBuilder |
( |
SqlQueryFormatter const & |
formatter, |
|
|
std::string |
tableName, |
|
|
std::vector< SqlVariant > * |
inputBindings |
|
) |
| |
|
inlineexplicitnoexcept |
◆ Set() [1/3]
template<typename ColumnValue >
SqlInsertQueryBuilder & SqlInsertQueryBuilder::Set |
( |
std::string_view |
columnName, |
|
|
ColumnValue const & |
value |
|
) |
| |
◆ Set() [2/3]
template<std::size_t N>
SqlInsertQueryBuilder & SqlInsertQueryBuilder::Set |
( |
std::string_view |
columnName, |
|
|
char const (&) |
value[N] |
|
) |
| |
|
inline |
◆ Set() [3/3]
SqlInsertQueryBuilder & SqlInsertQueryBuilder::Set |
( |
std::string_view |
columnName, |
|
|
MFCStringLike auto const * |
value |
|
) |
| |
|
inline |
◆ ToSql()
std::string SqlInsertQueryBuilder::ToSql |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: