|
staticconstexprnoexcept |
Creates an updater for updating non-primary key columns in the database table.
| CONFLICT_ACTION | The conflict action to be used when an unique constraint violation occurs. The default action is sqt::ConflictAction::Abort. |
This method is similar to the MakeUpdater() method, except that it updates only the non-primary key columns of the entity type. It is typically used when updating the entity by its primary key value, reducing the unnecessary overhead of updating the primary key columns.