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

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

#include <types.h>

Public Member Functions

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

Public Attributes

ISC_TIME_TZ value
 Raw Firebird time-with-time-zone representation.
 

Detailed Description

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

Definition at line 262 of file types.h.

Member Function Documentation

◆ operator==()

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

Definition at line 264 of file types.h.

Member Data Documentation

◆ value

ISC_TIME_TZ fbcpp::OpaqueTimeTz::value

Raw Firebird time-with-time-zone representation.

Definition at line 272 of file types.h.


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