MySQL 9.1.0
Source Code Documentation
|
#include "sql/gis/st_units_of_measure.h"
#include "mysql/strings/m_ctype.h"
#include "mysqld_error.h"
Namespaces | |
namespace | gis |
Functions | |
collation_unordered_map< std::string, Unit > | gis::units () |
A function to obtaint the supported units for the gis module. More... | |
bool | gis::get_conversion_factor (const std::string &unit, double *conversion_factor) |
Retrieves the length of the unit in meters. More... | |