The Pedigree Project  0.1
Public Attributes | List of all members
FuncDef Struct Reference
+ Collaboration diagram for FuncDef:

Public Attributes

i8 nArg
 
u16 funcFlags
 
void * pUserData
 
FuncDefpNext
 
void(* xSFunc )(sqlite3_context *, int, sqlite3_value **)
 
void(* xFinalize )(sqlite3_context *)
 
const char * zName
 
union {
   FuncDef *   pHash
 
   FuncDestructor *   pDestructor
 
u
 

Detailed Description

Definition at line 14155 of file sqlite3.c.


The documentation for this struct was generated from the following file: