![]() |
![]()
| ![]() |
![]()
NameOpenXPKI::Server::Database::Role::MergeSupport - Moose role for database drivers to indicate native support for MERGE (= REPLACE = INSERT or UPDATE). DescriptionThis role indicates that the DBMS natively supports SQL MERGE (you could also call it REPLACE) in some form. Required methods in the consuming driver classmerge_queryMust return the DBMS specific SQL query (OpenXPKI::Server::Database::Query) that does an SQL MERGE. When called it gets passed the following parameter (additional to $self):
|