fb-cpp 0.0.2
A modern C++ wrapper for the Firebird database API
Loading...
Searching...
No Matches
fbcpp::request::Request::MessageEntry Struct Referencefinal

Associates a message number declared in the BLR with its format. More...

#include <Request.h>

Collaboration diagram for fbcpp::request::Request::MessageEntry:

Public Attributes

unsigned messageNumber
 The message number, between 0 and 255.
 
RequestMessageFormat format
 The message format.
 

Detailed Description

Associates a message number declared in the BLR with its format.

Definition at line 73 of file Request.h.

Member Data Documentation

◆ format

RequestMessageFormat fbcpp::request::Request::MessageEntry::format

The message format.

Definition at line 83 of file Request.h.

◆ messageNumber

unsigned fbcpp::request::Request::MessageEntry::messageNumber

The message number, between 0 and 255.

Definition at line 78 of file Request.h.


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