MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
result.cc File Reference
#include "database/result.h"
#include <cstdlib>
#include <string>
#include <utility>
#include "database/row.h"
#include "database/session.h"
#include "utils/utils_string.h"
#include "router/src/router/include/mysqlrouter/mysql_session.h"

Namespaces

namespace  shcore
 
namespace  shcore::polyglot
 
namespace  shcore::polyglot::database
 

Macros

#define ff2s_check_flag(X)
 

Functions

static const char * shcore::polyglot::database::fieldtype2str (enum enum_field_types type)
 
static std::string shcore::polyglot::database::fieldflags2str (unsigned int f)
 

Macro Definition Documentation

◆ ff2s_check_flag

#define ff2s_check_flag (   X)
Value:
if (f & X##_FLAG) { \
s << #X " "; \
f &= ~X##_FLAG; \
}
#define X(b)
Definition: xcom_base.cc:9195