MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for temptable::Row, including all inherited members.
buf_length() const | temptable::Row | inlineprivate |
cell(const Column &column, size_t i) const | temptable::Row | inline |
cell_in_mysql_memory(const Column &column) const | temptable::Row | inlineprivate |
cell_in_row(size_t i) const | temptable::Row | inlineprivate |
cells() const | temptable::Row | inlineprivate |
compare(const Row &lhs, const Row &rhs, const Columns &columns, Field **mysql_fields) | temptable::Row | static |
copy_to_mysql_row(const Columns &columns, unsigned char *mysql_row, size_t mysql_row_length) const | temptable::Row | |
copy_to_own_memory(const Columns &columns, size_t mysql_row_length) const | temptable::Row | |
m_allocator | temptable::Row | private |
m_data_is_in_mysql_memory | temptable::Row | mutableprivate |
m_ptr | temptable::Row | mutableprivate |
operator=(const Row &)=delete | temptable::Row | |
operator=(Row &&rhs)=delete | temptable::Row | |
Row(const unsigned char *mysql_row, Allocator< uint8_t > *allocator) | temptable::Row | inlineexplicit |
Row(const Row &)=delete | temptable::Row | |
Row(Row &&other)=delete | temptable::Row | |
swap(Row &r1, Row &r2) | temptable::Row | inlinestatic |
~Row() | temptable::Row | inline |