34 return "INSERT OR IGNORE"_ct;
39 return "INSERT OR REPLACE"_ct;
42 template<
auto... Ptrs>
45 return "INSERT OR REPLACE"_ct;
detail::SQLite::ImplFactory SQLiteImplFactory
static constexpr CtString Binary
static constexpr CtString IntAutoincrement
static constexpr CtString LimitNone
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)