Class foreign_storage::BaseDateBoundsValidator¶
-
template<typename
T
, boolis_in_seconds
= true>
classBaseDateBoundsValidator
¶ 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
(const SQLTypeInfo &column_type)¶
-
template<typename