![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <cassert>
#include <memory>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
#include "database/column.h"
#include "database/row.h"
#include "mysqlrouter/jit_executor_db_interface.h"
Go to the source code of this file.
Classes | |
class | shcore::polyglot::database::Mem_row |
struct | shcore::polyglot::database::Mem_row::Field_data_ |
struct | shcore::polyglot::database::Mem_row::Field_data< T > |
struct | shcore::polyglot::database::Mem_row::Data |
class | shcore::polyglot::database::Row_copy |
A self-contained Row object that owns its own storage, as opposed to mysql::Row or mysqlx::Row which are references to data owned by the underlying client library. More... | |
class | shcore::polyglot::database::Mutable_row |
A self-contained Row object like Row_copy, but can be created or modified programmatically. More... | |
Namespaces | |
namespace | shcore |
namespace | shcore::polyglot |
namespace | shcore::polyglot::database |