#include <SqlDate.hpp>
|
constexpr | SqlDate (SqlDate &&) noexcept=default |
|
constexpr SqlDate & | operator= (SqlDate &&) noexcept=default |
|
constexpr | SqlDate (SqlDate const &) noexcept=default |
|
constexpr SqlDate & | operator= (SqlDate const &) noexcept=default |
|
LIGHTWEIGHT_FORCE_INLINE constexpr std::chrono::year_month_day | value () const noexcept |
| Returns the current date.
|
|
LIGHTWEIGHT_FORCE_INLINE constexpr bool | operator== (SqlDate const &other) const noexcept |
|
LIGHTWEIGHT_FORCE_INLINE constexpr bool | operator!= (SqlDate const &other) const noexcept |
|
constexpr | SqlDate (std::chrono::year_month_day value) noexcept |
| Constructs a date from individual std::chrono::year_month_day.
|
|
constexpr | SqlDate (std::chrono::year year, std::chrono::month month, std::chrono::day day) noexcept |
| Constructs a date from individual components.
|
|
|
static LIGHTWEIGHT_FORCE_INLINE SqlDate | Today () noexcept |
| Returns the current date.
|
|
static LIGHTWEIGHT_FORCE_INLINE constexpr SQL_DATE_STRUCT | ConvertToSqlValue (std::chrono::year_month_day value) noexcept |
|
static LIGHTWEIGHT_FORCE_INLINE constexpr std::chrono::year_month_day | ConvertToNative (SQL_DATE_STRUCT const &value) noexcept |
|
Represents a date to efficiently write to or read from a database.
Definition at line 14 of file SqlDate.hpp.
◆ SqlDate() [1/2]
constexpr SqlDate::SqlDate |
( |
std::chrono::year_month_day |
value | ) |
|
|
inlineconstexprnoexcept |
Constructs a date from individual std::chrono::year_month_day.
Definition at line 43 of file SqlDate.hpp.
References value().
◆ SqlDate() [2/2]
constexpr SqlDate::SqlDate |
( |
std::chrono::year |
year, |
|
|
std::chrono::month |
month, |
|
|
std::chrono::day |
day |
|
) |
| |
|
inlineconstexprnoexcept |
Constructs a date from individual components.
Definition at line 49 of file SqlDate.hpp.
◆ value()
LIGHTWEIGHT_FORCE_INLINE constexpr std::chrono::year_month_day SqlDate::value |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ operator==()
LIGHTWEIGHT_FORCE_INLINE constexpr bool SqlDate::operator== |
( |
SqlDate const & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ operator!=()
LIGHTWEIGHT_FORCE_INLINE constexpr bool SqlDate::operator!= |
( |
SqlDate const & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ Today()
static LIGHTWEIGHT_FORCE_INLINE SqlDate SqlDate::Today |
( |
| ) |
|
|
inlinestaticnoexcept |
Returns the current date.
Definition at line 55 of file SqlDate.hpp.
◆ ConvertToSqlValue()
static LIGHTWEIGHT_FORCE_INLINE constexpr SQL_DATE_STRUCT SqlDate::ConvertToSqlValue |
( |
std::chrono::year_month_day |
value | ) |
|
|
inlinestaticconstexprnoexcept |
◆ ConvertToNative()
static LIGHTWEIGHT_FORCE_INLINE constexpr std::chrono::year_month_day SqlDate::ConvertToNative |
( |
SQL_DATE_STRUCT const & |
value | ) |
|
|
inlinestaticconstexprnoexcept |
◆ sqlValue
SQL_DATE_STRUCT SqlDate::sqlValue {} |
The documentation for this struct was generated from the following file: