|
fb-cpp 0.0.1
A modern C++ wrapper for the Firebird database API
|
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 |
Describes a parameter or column.
Definition at line 92 of file Descriptor.h.
| DescriptorAdjustedType fbcpp::Descriptor::adjustedType |
Definition at line 95 of file Descriptor.h.
| bool fbcpp::Descriptor::isNullable |
Definition at line 100 of file Descriptor.h.
| unsigned fbcpp::Descriptor::length |
Definition at line 97 of file Descriptor.h.
| unsigned fbcpp::Descriptor::nullOffset |
Definition at line 99 of file Descriptor.h.
| unsigned fbcpp::Descriptor::offset |
Definition at line 98 of file Descriptor.h.
| DescriptorOriginalType fbcpp::Descriptor::originalType |
Definition at line 94 of file Descriptor.h.
| int fbcpp::Descriptor::scale |
Definition at line 96 of file Descriptor.h.