sqlite3_create_collation

CAPI3REF: Define New Collating Sequences

extern (C) __gshared nothrow
int
sqlite3_create_collation
(,
const(char)* zName
,,
void* pArg
,
int function
(
void*
,
int
,
const void*
,
int
,
const void*
)
xCompare
)

Meta