34 return "INSERT OR IGNORE"_ct;
39 return "INSERT OR REPLACE"_ct;
42 template<
auto...
Ptrs>
45 return "INSERT OR REPLACE"_ct;
Container< T > Filter(const Container< T > &c, F f)
static constexpr CtString Binary
static constexpr CtString IntAutoincrement
static constexpr auto GetInsertPrefix(InsertAction::DefaultTag)
static constexpr auto GetInsertPrefix(InsertAction::IgnoreTag)
static constexpr auto GetInsertSuffix(auto...)
static constexpr auto GetInsertPrefix(InsertAction::Replace::FieldsType< Ptrs... >)
static constexpr auto GetInsertPrefix(InsertAction::Replace::PKeyType)