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