Public Attributes | |
| i16 | nArg |
| u8 | iPrefEnc |
| u8 | needCollSeq |
| u8 | flags |
| void * | pUserData |
| FuncDef * | pNext |
| void(* | xFunc )(sqlite3_context *, int, sqlite3_value **) |
| void(* | xStep )(sqlite3_context *, int, sqlite3_value **) |
| void(* | xFinalize )(sqlite3_context *) |
| char | zName [1] |
| void * FuncDef::pUserData |
| void(* FuncDef::xFunc)(sqlite3_context *, int, sqlite3_value **) | ( | sqlite3_context * | , | |
| int | , | |||
| sqlite3_value ** | ||||
| ) |
| void(* FuncDef::xStep)(sqlite3_context *, int, sqlite3_value **) | ( | sqlite3_context * | , | |
| int | , | |||
| sqlite3_value ** | ||||
| ) |
| void(* FuncDef::xFinalize)(sqlite3_context *) | ( | sqlite3_context * | ) |
1.5.6