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

Describes a parameter or column. More...

#include <Descriptor.h>

Public Attributes

DescriptorOriginalType originalType
 
DescriptorAdjustedType adjustedType
 
int scale
 
unsigned length
 
unsigned offset
 
unsigned nullOffset
 
bool isNullable
 

Detailed Description

Describes a parameter or column.

Definition at line 92 of file Descriptor.h.

Member Data Documentation

◆ adjustedType

DescriptorAdjustedType fbcpp::Descriptor::adjustedType

Definition at line 95 of file Descriptor.h.

◆ isNullable

bool fbcpp::Descriptor::isNullable

Definition at line 100 of file Descriptor.h.

◆ length

unsigned fbcpp::Descriptor::length

Definition at line 97 of file Descriptor.h.

◆ nullOffset

unsigned fbcpp::Descriptor::nullOffset

Definition at line 99 of file Descriptor.h.

◆ offset

unsigned fbcpp::Descriptor::offset

Definition at line 98 of file Descriptor.h.

◆ originalType

DescriptorOriginalType fbcpp::Descriptor::originalType

Definition at line 94 of file Descriptor.h.

◆ scale

int fbcpp::Descriptor::scale

Definition at line 96 of file Descriptor.h.


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