|
staticconstexprnoexcept |
Converts the specified sqt::ConflictAction value to a string.
| action | The value to be converted. |
The conversion follows the following mapping:
| Value | String |
|---|---|
| sqt::ConflictAction::Abort | abort |
| sqt::ConflictAction::Fail | fail |
| sqt::ConflictAction::Ignore | ignore |
| sqt::ConflictAction::Replace | replace |
| sqt::ConflictAction::Rollback | rollback |