MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
update.cc File Reference

Namespaces

namespace  mrs
 
namespace  mrs::database
 
namespace  mrs::database::dv
 

Functions

std::shared_ptr< RowUpdate > mrs::database::dv::make_row_update (std::shared_ptr< JsonMappingUpdater::Operation > parent, std::shared_ptr< Table > table, const PrimaryKeyColumnValues &pk, const ObjectRowOwnership &row_ownership)
 
std::shared_ptr< RowNoUpdateOrIgnore > mrs::database::dv::make_row_no_update_or_ignore (std::shared_ptr< JsonMappingUpdater::Operation > parent, std::shared_ptr< Table > table, const PrimaryKeyColumnValues &pk, const ObjectRowOwnership &row_ownership)
 
std::shared_ptr< RowNoUpdateOrError > mrs::database::dv::make_row_no_update_or_error (std::shared_ptr< JsonMappingUpdater::Operation > parent, std::shared_ptr< Table > table, const PrimaryKeyColumnValues &pk, const ObjectRowOwnership &row_ownership)