sqlite3_set_authorizer

CAPI3REF: Compile-Time Authorization Callbacks

extern (C) __gshared nothrow
int
sqlite3_set_authorizer
(,
int function
(
void*
,
int
,
const char*
,
const char*
,
const char*
,
const char*
)
xAuth
,
void* pUserData
)

Meta