...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Represents the possible C++ types a field
or field_view
may have.
Defined in header <boost/mysql/field_kind.hpp>
enum field_kind
Name |
Description |
---|---|
|
Any of the below when the value is NULL. |
|
The field contains a |
|
The field contains a |
|
The field contains a string ( |
|
The field contains a binary string ( |
|
The field contains a |
|
The field contains a |
|
The field contains a |
|
The field contains a |
|
The field contains a |