Public Attributes | |
u16 | funcFlags |
i16 | nArg |
FuncDestructor * | pDestructor |
FuncDef * | pHash |
FuncDef * | pNext |
void * | pUserData |
void(* | xFinalize )(sqlite3_context *) |
void(* | xFunc )(sqlite3_context *, int, sqlite3_value **) |
void(* | xStep )(sqlite3_context *, int, sqlite3_value **) |
char * | zName |
FuncDestructor* FuncDef::pDestructor |
void(* FuncDef::xFinalize) (sqlite3_context *) |
void(* FuncDef::xFunc) (sqlite3_context *, int, sqlite3_value **) |
void(* FuncDef::xStep) (sqlite3_context *, int, sqlite3_value **) |