|
void *sqlite3_user_data(sqlite3_context*);
The pUserData parameter to the sqlite3_create_function() and sqlite3_create_function16() routines used to register user functions is available to the implementation of the function using this call.
This routine must be called from the same thread in which the SQL function is running.
See also lists of Objects, Constants, and Functions.