MySQL 9.0.0
Source Code Documentation
sql_value.cc File Reference
#include "sql_value.h"
#include <iomanip>
#include <sstream>

Namespaces

namespace  anonymous_namespace{sql_value.cc}
 

Functions

constexpr bool anonymous_namespace{sql_value.cc}::is_number (std::string_view s)
 
std::string sql_value_to_string (const std::optional< std::string > &val)
 

Function Documentation

◆ sql_value_to_string()

std::string sql_value_to_string ( const std::optional< std::string > &  val)