Lightweight 0.1.0
Loading...
Searching...
No Matches
SqlDateTime Member List

This is the complete list of members for SqlDateTime, including all inherited members.

ConvertToNative(SQL_TIMESTAMP_STRUCT const &time) noexcept (defined in SqlDateTime)SqlDateTimeinlinestatic
ConvertToSqlValue(native_type value) noexcept (defined in SqlDateTime)SqlDateTimeinlinestatic
ConvertToSqlValue(std::chrono::year_month_day ymd, std::chrono::hh_mm_ss< duration_type > hms) noexcept (defined in SqlDateTime)SqlDateTimeinlinestatic
duration_type typedef (defined in SqlDateTime)SqlDateTime
native_type typedef (defined in SqlDateTime)SqlDateTime
Now() noexceptSqlDateTimeinlinestatic
operator native_type() const noexcept (defined in SqlDateTime)SqlDateTimeinline
operator!=(SqlDateTime const &other) const noexcept (defined in SqlDateTime)SqlDateTimeinline
operator+ (defined in SqlDateTime)SqlDateTimefriend
operator+=(duration_type duration) noexcept (defined in SqlDateTime)SqlDateTimeinline
operator- (defined in SqlDateTime)SqlDateTimefriend
operator-=(duration_type duration) noexcept (defined in SqlDateTime)SqlDateTimeinline
operator=(SqlDateTime &&) noexcept=default (defined in SqlDateTime)SqlDateTime
operator=(SqlDateTime const &other) noexcept=default (defined in SqlDateTime)SqlDateTime
operator==(SqlDateTime const &other) const noexcept (defined in SqlDateTime)SqlDateTimeinline
SqlDateTime() noexcept=default (defined in SqlDateTime)SqlDateTime
SqlDateTime(SqlDateTime &&) noexcept=default (defined in SqlDateTime)SqlDateTime
SqlDateTime(SqlDateTime const &) noexcept=default (defined in SqlDateTime)SqlDateTime
SqlDateTime(std::chrono::year_month_day ymd, std::chrono::hh_mm_ss< duration_type > time) noexceptSqlDateTimeinline
SqlDateTime(std::chrono::year year, std::chrono::month month, std::chrono::day day, std::chrono::hours hour, std::chrono::minutes minute, std::chrono::seconds second, std::chrono::nanoseconds nanosecond=std::chrono::nanoseconds(0)) noexceptSqlDateTimeinline
SqlDateTime(std::chrono::system_clock::time_point value) noexceptSqlDateTimeinline
sqlValue (defined in SqlDateTime)SqlDateTime
value() const noexceptSqlDateTimeinline
~SqlDateTime() noexcept=default (defined in SqlDateTime)SqlDateTime