IUnlockNotifyHandler.emit

Unlocks the handler. This is called from registered callback from SQLite.

interface IUnlockNotifyHandler
version(SqliteEnableUnlockNotify)
nothrow
void
emit
(
int state
)

Parameters

state int

Value to set as a handler result. It can be SQLITE_LOCKED or SQLITE_OK.

Meta