update

open suspend override fun update(cartographicBoundary: CartographicBoundary)

Updates a CartographicBoundary object in the database.

This method delegates the update operation to the cartographicBoundaryDAO.update method. Please refer to the documentation for cartographicBoundaryDAO.update for details on transaction handling, potential error conditions, and any basic data validation performed on the CartographicBoundary object before update.

Parameters

cartographicBoundary

the CartographicBoundary object containing the updated data.