sqlite3_create_window_function

CAPI3REF: Create Or Redefine SQL Functions

extern (C) __gshared nothrow
int
sqlite3_create_window_function
(,
const(char)* zFunctionName
,
int nArg
,,
void* pApp
,
void function xStep
,
void function xFinal
,
void function xValue
,
void function xInverse
,
void function
(
void*
)
xDestroy
)

Meta