fb-cpp 0.0.1
A modern C++ wrapper for the Firebird database API
Loading...
Searching...
No Matches
fbcpp::OpaqueTimestampTz Struct Referencefinal

Wrapper for Firebird timestamp-with-time-zone values. More...

#include <types.h>

Public Member Functions

bool operator== (const OpaqueTimestampTz &o) const noexcept
 

Public Attributes

ISC_TIMESTAMP_TZ value
 Raw Firebird timestamp-with-time-zone representation.
 

Detailed Description

Wrapper for Firebird timestamp-with-time-zone values.

Definition at line 278 of file types.h.

Member Function Documentation

◆ operator==()

bool fbcpp::OpaqueTimestampTz::operator== ( const OpaqueTimestampTz o) const
inlinenoexcept

Definition at line 280 of file types.h.

Member Data Documentation

◆ value

ISC_TIMESTAMP_TZ fbcpp::OpaqueTimestampTz::value

Raw Firebird timestamp-with-time-zone representation.

Definition at line 290 of file types.h.


The documentation for this struct was generated from the following file: