|
NameOpenXPKI::Server::Database::Role::MergeEmulation - Moose role for database drivers to indicate that the DBMS does not provide native support for a MERGE queryDescriptionThis 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 classNone.
Visit the GSP FreeBSD Man Page Interface. |