-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Roland edited this page Sep 21, 2013
·
20 revisions
Welcome to the mysqlv8udfs wiki!
This wiki forms the offical documentation of the mysqlv8udfs project. Here's the table of contents:
- About the mysqlv8udfs project
- Components of the mysqlv8udfs project
-
How the MySQL's native UDF interface is mapped to javascript
- The UDF calling sequence
- Processing arguments (
UDF_ARGS
) - Manipulating the return value (
UDF_INIT
) - Argument data type mappings
- The JavaScript runtime environment