The Pedigree Project
0.1
|
Public Attributes | |
i8 | nArg |
u16 | funcFlags |
void * | pUserData |
FuncDef * | pNext |
void(* | xSFunc )(sqlite3_context *, int, sqlite3_value **) |
void(* | xFinalize )(sqlite3_context *) |
const char * | zName |
union { | |
FuncDef * pHash | |
FuncDestructor * pDestructor | |
} | u |