SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ MakeReplacer() [1/2]

template<EntityValueType ENTITY>
constexpr auto sqt::DataContext< ENTITY >::MakeReplacer ( )
staticconstexprnoexcept

Creates an inserter for inserting an entire entity into the database table, replacing the existing row.

Returns
A new inserter instance.

This method is a shorthand for MakeInserter<sqt::ConflictAction::Replace>().

See also
sqt::DataContext<>::MakeInserter()