sqlite3_create_function_v2

CAPI3REF: Create Or Redefine SQL Functions

extern (C) __gshared nothrow
int
sqlite3_create_function_v2
(,
const(char)* zFunctionName
,
int nArg
,,
void* pApp
,
void function xFunc
,
void function xStep
,
void function xFinal
,
void function
(
void*
)
xDestroy
)

Meta