DatabaseFuncStru Struct Reference

Data structure of database supporting functions.

#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.


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

Generated on Tue Jan 13 10:49:25 2009 for libUnihan by  doxygen 1.5.7.1