Searched refs:get_insert_or_replace_statement (Results 1 – 1 of 1) sorted by relevance
61 std::string get_insert_or_replace_statement(std::string_view store_name) { in get_insert_or_replace_statement() function274 auto statement = database_->prepare_statement(get_insert_or_replace_statement(name_), error); in put()