MySQL 9.1.0
Source Code Documentation
|
Service to query specified metadata key directly for the specified Component by iterator to it. More...
#include <dynamic_loader.h>
Public Attributes | |
mysql_service_status_t(* | get_value )(my_h_component_iterator iterator, const char *name, const char **value) |
Gets the key and value of the metadata pointed to by the specified object iterator. More... | |
Service to query specified metadata key directly for the specified Component by iterator to it.
mysql_service_status_t(* s_mysql_dynamic_loader_metadata_query::get_value) (my_h_component_iterator iterator, const char *name, const char **value) |
Gets the key and value of the metadata pointed to by the specified object iterator.
iterator | A iterator that points to object to get the metadata iterator for. | |
name | A pointer to the string with the key to set the result pointer to. | |
[out] | out_value | A pointer to the string with the metadata value to set the result pointer to. |
false | success |
true | Failure, may be caused when called on the iterator that went through all values already. |