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

Represents a Firebird blob identifier. More...

#include <Blob.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Represents a Firebird blob identifier.

Definition at line 51 of file Blob.h.

Member Function Documentation

◆ isEmpty()

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

Returns whether this blob identifier is empty.

Definition at line 55 of file Blob.h.

Member Data Documentation

◆ id

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

Stores the raw Firebird blob identifier value.

Definition at line 64 of file Blob.h.


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