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

Represents a Firebird array identifier. More...

#include <Array.h>

Public Member Functions

bool isEmpty () const noexcept
 Returns whether this array identifier is empty.
 

Public Attributes

ISC_QUAD id {0, 0}
 Stores the raw Firebird array identifier value.
 

Detailed Description

Represents a Firebird array identifier.

Definition at line 50 of file Array.h.

Member Function Documentation

◆ isEmpty()

bool fbcpp::ArrayId::isEmpty ( ) const
inlinenoexcept

Returns whether this array identifier is empty.

Definition at line 54 of file Array.h.

Member Data Documentation

◆ id

ISC_QUAD fbcpp::ArrayId::id {0, 0}

Stores the raw Firebird array identifier value.

Definition at line 61 of file Array.h.


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