Value? UserFunc (Context ctx, ValueArray args) throws Error
This function is called as SQLite is stepping through the data. It is analogous to SQLite's xStep and xFunc callback.
| ctx | execution context |
| args | arguments passed to the function |
| value to return from the function |