![]() |
MySQL 9.4.0
Source Code Documentation
|
#include "utils.h"
#include "sql/auth/auth_common.h"
#include "sql/sql_const.h"
#include "sql_string.h"
Namespaces | |
namespace | jdv |
Functions | |
void | jdv::append_identifier (std::string *sbuf, std::string_view id, String *bufp) |
Append an identifier to a string using backtick quotes. More... | |
void | jdv::append_identifier (std::string *sbuf, std::string_view id) |
Append an identifier to a string using backtick quotes using a String on the stack as buffer. More... | |