![]() |
MySQL 9.5.0
Source Code Documentation
|
#include "database/row.h"#include <cerrno>#include <climits>#include <cmath>#include <limits>#include <string>#include <utility>#include "database/result.h"#include "utils/utils_string.h"Namespaces | |
| namespace | shcore |
| namespace | shcore::polyglot |
| namespace | shcore::polyglot::database |
Macros | |
| #define | bit_uint1korr(A) (*(((uint8_t *)(A)))) |
| #define | bit_uint2korr(A) |
| #define | bit_uint3korr(A) |
| #define | bit_uint4korr(A) |
| #define | bit_uint5korr(A) |
| #define | bit_uint6korr(A) |
| #define | bit_uint7korr(A) |
| #define | bit_uint8korr(A) |
| #define | FIELD_ERROR(index, msg) |
| #define | FIELD_ERROR1(index, msg, arg) |
| #define | VALIDATE_INDEX(index) |
| #define | VALIDATE_TYPE(index, TYPE_CHECK) |
| #define bit_uint1korr | ( | A | ) | (*(((uint8_t *)(A)))) |
| #define bit_uint2korr | ( | A | ) |
| #define bit_uint3korr | ( | A | ) |
| #define bit_uint4korr | ( | A | ) |
| #define bit_uint5korr | ( | A | ) |
| #define bit_uint6korr | ( | A | ) |
| #define bit_uint7korr | ( | A | ) |
| #define bit_uint8korr | ( | A | ) |
| #define FIELD_ERROR | ( | index, | |
| msg | |||
| ) |
| #define FIELD_ERROR1 | ( | index, | |
| msg, | |||
| arg | |||
| ) |
| #define VALIDATE_INDEX | ( | index | ) |