databaseFuncStru Struct Reference

Data structure of database supporting functions. More...

#include <Unihan.h>


Data Fields

const char * funcName
 Name to be referred in SQL.
int argc
 Number of arguments.
void(* func )(sqlite3_context *context, int argc, sqlite3_value **argv)
 Scalar function. Can be NULL.
void(* stepFunc )(sqlite3_context *context, int argc, sqlite3_value **argv)
 Aggregation step function. Can be NULL.
void(* finalizeFunc )(sqlite3_context *context)
 Aggregation finalize function. Can be NULL.


Detailed Description

Data structure of database supporting functions.
The documentation for this struct was generated from the following file:

Generated on Thu Sep 25 22:27:00 2008 for libUnihan by  doxygen 1.5.6