![]() |
MySQL 9.5.0
Source Code Documentation
|
#include "objects/polyglot_result.h"#include <iostream>#include <string>#include <vector>#include "database/column.h"#include "mysqlrouter/jit_executor_db_interface.h"#include "objects/polyglot_column.h"Namespaces | |
| namespace | shcore |
| namespace | shcore::polyglot |
| namespace | shcore::polyglot::anonymous_namespace{polyglot_result.cc} |
Variables | |
| constexpr const char * | shcore::polyglot::anonymous_namespace{polyglot_result.cc}::k_fetch_one = "fetchOne" |
| constexpr const char * | shcore::polyglot::anonymous_namespace{polyglot_result.cc}::k_fetch_all = "fetchAll" |
| constexpr const char * | shcore::polyglot::anonymous_namespace{polyglot_result.cc}::k_fetch_one_object = "fetchOneObject" |
| constexpr const char * | shcore::polyglot::anonymous_namespace{polyglot_result.cc}::k_next_result = "nextResult" |