MySQL 8.4.0
Source Code Documentation
item_xmlfunc.h File Reference
#include <sys/types.h>
#include <vector>
#include "my_inttypes.h"
#include "my_xml.h"
#include "sql/item.h"
#include "sql/item_strfunc.h"
#include "sql/parse_location.h"
#include "sql_string.h"
#include "template_utils.h"

Go to the source code of this file.

Classes

struct  MY_XML_NODE
 
class  Item_xml_str_func
 
class  Item_func_xml_extractvalue
 
class  Item_func_xml_update
 

Typedefs

using ParsedXML = std::vector< MY_XML_NODE >
 

Typedef Documentation

◆ ParsedXML

using ParsedXML = std::vector<MY_XML_NODE>