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