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

Wrapper for Firebird date values. More...

#include <types.h>

Public Member Functions

bool operator== (const OpaqueDate &) const noexcept=default
 

Public Attributes

ISC_DATE value
 Raw Firebird date representation.
 

Detailed Description

Wrapper for Firebird date values.

Definition at line 220 of file types.h.

Member Data Documentation

◆ value

ISC_DATE fbcpp::OpaqueDate::value

Raw Firebird date representation.

Definition at line 227 of file types.h.


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