![]() |
MySQL 9.3.0
Source Code Documentation
|
#include "database/row_copy.h"
#include <bitset>
#include <cassert>
#include <climits>
#include <cmath>
#include <limits>
#include <memory>
#include <stdexcept>
#include <utility>
#include "utils/utils_string.h"
Namespaces | |
namespace | shcore |
namespace | shcore::polyglot |
namespace | shcore::polyglot::database |
Macros | |
#define | FIELD_ERROR(index, msg) |
#define | FIELD_ERROR1(index, msg, arg) |
#define | VALIDATE_INDEX(index) |
#define | GET_VALIDATE_TYPE(index, TYPE_CHECK) |
#define FIELD_ERROR | ( | index, | |
msg | |||
) |
#define FIELD_ERROR1 | ( | index, | |
msg, | |||
arg | |||
) |
#define GET_VALIDATE_TYPE | ( | index, | |
TYPE_CHECK | |||
) |
#define VALIDATE_INDEX | ( | index | ) |