![]() |
MySQL 9.5.0
Source Code Documentation
|
A service to parse library code in either UTF8 or BINARY character set. More...
#include <language_service.h>
Public Attributes | |
| mysql_service_status_t(* | parse )(mysql_cstring_with_length name, mysql_cstring_with_length language, mysql_cstring_with_length body, bool is_binary, bool *result) |
| Parses library code. More... | |
A service to parse library code in either UTF8 or BINARY character set.
| mysql_service_status_t(* s_mysql_external_library_ext::parse) (mysql_cstring_with_length name, mysql_cstring_with_length language, mysql_cstring_with_length body, bool is_binary, bool *result) |
Parses library code.
| [in] | name | Name of the library. |
| [in] | language | Language of the library source code. |
| [in] | body | Library's source code in provided charset. |
| [in] | is_binary | Is the library body stored with a binary character set? |
| [out] | result | True if the parse succeeds. False if the library cannot be parsed. |
| false | success. |
| true | failure. |