Action
Undocumented
-
Attempt to update a row in the table.
Declaration
Swift
case update
-
Attempt to update a row in the table and rollback if unable to update.
Declaration
Swift
case updateOrRollback
-
Attempt to update a row in the table and abort if unable to update.
Declaration
Swift
case updateOrAbort
-
Attempt to update or replace a row in the table.
Declaration
Swift
case updateOrReplace
-
Attempt to update a row in the table and fail if unable to update.
Declaration
Swift
case updateOrFail
-
Attempt to update a row in the table and ignore the issue if unable to update.
Declaration
Swift
case updateOrIgnore