sqlite3_busy_handler

** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors

extern (C) __gshared nothrow
int
sqlite3_busy_handler
(
,
int function(
void*
,
int
)
,
void*
)

Meta

Suggestion Box / Bug Report