34 return "INSERT OR IGNORE"_ct;
39 return "INSERT OR REPLACE"_ct;
42 template<
auto... Ptrs>
45 return "INSERT OR REPLACE"_ct;
static constexpr auto GetInsertPrefix(InsertAction::Replace::PKeyType)
static constexpr auto GetInsertPrefix(InsertAction::IgnoreTag)
static constexpr auto GetInsertSuffix(auto...)
static constexpr auto GetInsertPrefix(InsertAction::Replace::FieldsType< Ptrs... >)
static constexpr CtString IntAutoincrement
static constexpr CtString Binary
static constexpr auto GetInsertPrefix(InsertAction::DefaultTag)