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

Defines one dimension of a Firebird array. More...

#include <Array.h>

Public Attributes

short lower
 Inclusive lower bound.
 
short upper
 Inclusive upper bound.
 

Detailed Description

Defines one dimension of a Firebird array.

Definition at line 67 of file Array.h.

Member Data Documentation

◆ lower

short fbcpp::ArrayBound::lower

Inclusive lower bound.

Definition at line 70 of file Array.h.

◆ upper

short fbcpp::ArrayBound::upper

Inclusive upper bound.

Definition at line 73 of file Array.h.


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