According to
http://www.sqlite.org/c3ref/create_function.html

`sqlite3_create_function` accepts a callback parameter `void
(*xFunc)(sqlite_func*,int,const char**)`

However, I can't find the documentation which explains what the parameters
to `xFunc` mean.
http://www.sqlite.org/search?q=xfunc
http://www.sqlite.org/capi3.html
http://www.sqlite.org/c_interface.html#cfunc
http://www.sqlite.org/c3ref/value_blob.html
(I've also googled about outside of sqlite.org)

If the documentation is available, please link me to it.

If not, please explain what these 3 parameters are and how they should be
used.

AJ ONeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to