26#ifndef ROUTING_SQL_VALUE_INCLUDED
27#define ROUTING_SQL_VALUE_INCLUDED
a nullable SQL value.
Definition: sql_value.h:40
std::optional< std::string > value_type
Definition: sql_value.h:42
value_type value() const
Definition: sql_value.h:46
Value(value_type v)
Definition: sql_value.h:44
std::string to_string() const
"NULL" or the quoted string.
Definition: sql_value.cc:93
value_type value_
Definition: sql_value.h:54
Definition: gcs_xcom_synode.h:64
bool operator!=(const Value &a, const Value &b)
Definition: sql_value.h:61
bool operator==(const Value &a, const Value &b)
Definition: sql_value.h:57