![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
#include "sql/dd/impl/system_views/st_units_of_measure.h"#include <m_string.h>#include <algorithm>#include <iomanip>#include <string>#include "mysql/strings/dtoa.h"#include "sql/gis/st_units_of_measure.h"Namespaces | |
| namespace | dd | 
| The version of the current data dictionary table definitions.  | |
| namespace | dd::system_views | 
Functions | |
| static std::string | dd::system_views::escape (const std::string &str) | 
| Escapes (only) apostrophes.  More... | |
| static std::string | dd::system_views::to_string (const gis::Unit_Type unit_type) | 
| Returns a string represention of the Unit_type As there is currently only one Unit_Type it will return "Linear".  More... | |