UnlockNotifyHandler.emit

Unlocks the handler, state is one of SQLITE_LOCKED or SQLITE_OK

class UnlockNotifyHandler
void
emit
nothrow
(
int res
)
in { assert (res == SQLITE_LOCKED || res == SQLITE_OK); }

Meta