MySQL 9.1.0
Source Code Documentation
|
A service to query various properties/capabilities of the implementer of s_mysql_external_program_execution service. More...
#include <language_service.h>
Public Attributes | |
mysql_service_status_t(* | get )(const char *capability, char *property, void *value) |
Retrieve capability information. More... | |
A service to query various properties/capabilities of the implementer of s_mysql_external_program_execution service.
mysql_service_status_t(* s_mysql_external_program_capability_query::get) (const char *capability, char *property, void *value) |
Retrieve capability information.
Supported capabilities and value type
capability: "supports_language" property: "<language>" value: Boolean (true - Supported, false - Not supported)
[in] | capability | Capability name (see description above) |
[in,out] | property | Capability's property (may be null) Must be one of the capability's supported properties. |
[out] | value | Implementation's capability/property information |
false | Success |
true | Error |