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

Wrapper for Firebird time values. More...

#include <types.h>

Public Member Functions

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

Public Attributes

ISC_TIME value
 Raw Firebird time representation.
 

Detailed Description

Wrapper for Firebird time values.

Definition at line 233 of file types.h.

Member Data Documentation

◆ value

ISC_TIME fbcpp::OpaqueTime::value

Raw Firebird time representation.

Definition at line 240 of file types.h.


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