Class foreign_storage::TimestampBoundsValidator¶
-
template<typename
T>
classTimestampBoundsValidator¶ 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 std::pair<std::string, std::string>getMinMaxBoundsAsStrings(const SQLTypeInfo &column_type)¶
-
template<typename