Class foreign_storage::FloatPointValidator¶
-
template<typename
T>
classFloatPointValidator¶ Public Static Functions
-
template<typename
D>
static voidvalidateValue(const D &data_value, const SQLTypeInfo &column_type)¶
Private Static Functions
-
static bool
valueWithinBounds(const T &value, const SQLTypeInfo &column_type)¶
-
static std::pair<std::string, std::string>
getMinMaxBoundsAsStrings(const SQLTypeInfo &column_type)¶
-
template<typename
D>
static boolcheckBounds(const T &value)¶
-
template<typename
D>
static std::pair<std::string, std::string>getMinMaxBoundsAsStrings()¶
-
template<typename