setBusyHandler

abstract fun setBusyHandler(handler: BusyHandler?)(source)

Sets the callback that might be invoked whenever an attempt is made to access a database table associated with this connection when another thread or process has the table locked.

Throws

if setting the handler fails.