![]() |
Home | Libraries | People | FAQ | More |
Represents the possible C++ types a field
or field_view
may have.
Defined in header <boost/mysql/field_kind.hpp>
enum class 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>