Andre du Plessis <[EMAIL PROTECTED]> wrote:
Is there any way to get the list of registered user defined functions from code or SQL, and their parameters?
None that I know of. Note that you don't specify the number of parameters when registering a custom function, so SQLite doesn't know it either (some functions are actually designed to work with variable number of parameters).
Igor Tandetnik
----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------