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

Wrapper for Firebird timestamp values. More...

#include <types.h>

Public Member Functions

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

Public Attributes

ISC_TIMESTAMP value
 Raw Firebird timestamp representation.
 

Detailed Description

Wrapper for Firebird timestamp values.

Definition at line 246 of file types.h.

Member Function Documentation

◆ operator==()

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

Definition at line 248 of file types.h.

Member Data Documentation

◆ value

ISC_TIMESTAMP fbcpp::OpaqueTimestamp::value

Raw Firebird timestamp representation.

Definition at line 256 of file types.h.


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