Lightweight 0.1.0
|
#include <SqlTime.hpp>
Public Types | |
using | native_type = std::chrono::hh_mm_ss< std::chrono::microseconds > |
using | sql_type = SQL_SS_TIME2_STRUCT |
Public Member Functions | |
constexpr | SqlTime (SqlTime &&) noexcept=default |
constexpr SqlTime & | operator= (SqlTime &&) noexcept=default |
constexpr | SqlTime (SqlTime const &) noexcept=default |
constexpr SqlTime & | operator= (SqlTime const &) noexcept=default |
LIGHTWEIGHT_FORCE_INLINE constexpr native_type | value () const noexcept |
LIGHTWEIGHT_FORCE_INLINE constexpr bool | operator== (SqlTime const &other) const noexcept |
LIGHTWEIGHT_FORCE_INLINE constexpr bool | operator!= (SqlTime const &other) const noexcept |
LIGHTWEIGHT_FORCE_INLINE constexpr | SqlTime (native_type value) noexcept |
LIGHTWEIGHT_FORCE_INLINE constexpr | SqlTime (std::chrono::hours hour, std::chrono::minutes minute, std::chrono::seconds second, std::chrono::microseconds micros={}) noexcept |
Static Public Member Functions | |
static LIGHTWEIGHT_FORCE_INLINE constexpr sql_type | ConvertToSqlValue (native_type value) noexcept |
static LIGHTWEIGHT_FORCE_INLINE constexpr native_type | ConvertToNative (sql_type const &value) noexcept |
Public Attributes | |
sql_type | sqlValue {} |
Stores the time (of the day) to efficiently write to or read from a database.
Definition at line 39 of file SqlTime.hpp.
using SqlTime::native_type = std::chrono::hh_mm_ss<std::chrono::microseconds> |
Definition at line 41 of file SqlTime.hpp.
using SqlTime::sql_type = SQL_SS_TIME2_STRUCT |
Definition at line 44 of file SqlTime.hpp.
|
inlineconstexprnoexcept |
Definition at line 73 of file SqlTime.hpp.
|
inlineconstexprnoexcept |
Definition at line 78 of file SqlTime.hpp.
|
inlineconstexprnoexcept |
Definition at line 58 of file SqlTime.hpp.
|
inlineconstexprnoexcept |
Definition at line 63 of file SqlTime.hpp.
|
inlineconstexprnoexcept |
Definition at line 68 of file SqlTime.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 86 of file SqlTime.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 98 of file SqlTime.hpp.
sql_type SqlTime::sqlValue {} |
Definition at line 49 of file SqlTime.hpp.