|
The Pedigree Project
0.1
|
Collaboration diagram for FuncDef: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 |
1.8.11