Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.90.0.
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 |
Convenience header <boost/mysql.hpp>