FreeBSD Manual Pages
OpenXPKI::Server::DataUser:ContributedePerl:Documense::Role::MergeEmulation(3) Name OpenXPKI::Server::Database::Role::MergeEmulation - Moose role for database drivers to indicate that the DBMS does not provide native support for a MERGE query Description This role emulates an SQL MERGE (you could also call it REPLACE) query through SELECT + INSERT/UPDATE. After a SELECT to check for row existance an INSERT or UPDATE query is built and an OpenXPKI::Server::Database::Query object returned. Required methods in the consuming driver class None. perl v5.32.0 OpenXPKI::Server::Database::Role::MergeEmulation(3)
Name | Description | Required methods in the consuming driver class
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=OpenXPKI::Server::Database::Role::MergeEmulation&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>