setPreupdateHook

abstract fun setPreupdateHook(handler: PreupdateHook?)(source)

Sets the callback that is invoked prior to each INSERT, UPDATE, and DELETE operation.

Throws

if setting the handler fails.