MySQL 9.3.0
Source Code Documentation
shcore::polyglot::database::Row Member List

This is the complete list of members for shcore::polyglot::database::Row, including all inherited members.

_lengthsshcore::polyglot::database::Rowprivate
_resultshcore::polyglot::database::Rowprivate
_rowshcore::polyglot::database::Rowprivate
DbResultshcore::polyglot::database::Rowfriend
get_as_string(uint32_t index) const overrideshcore::polyglot::database::Rowvirtual
jit_executor::db::IRow::get_as_string(uint32_t index, const std::string &default_if_null) constjit_executor::db::IRowinline
get_bit(uint32_t index) const overrideshcore::polyglot::database::Rowvirtual
get_double(uint32_t index) const overrideshcore::polyglot::database::Rowvirtual
jit_executor::db::IRow::get_double(uint32_t index, double default_if_null) constjit_executor::db::IRowinline
get_float(uint32_t index) const overrideshcore::polyglot::database::Rowvirtual
get_int(uint32_t index) const overrideshcore::polyglot::database::Rowvirtual
jit_executor::db::IRow::get_int(uint32_t index, int64_t default_if_null) constjit_executor::db::IRowinline
get_raw_data(uint32_t index, const char **out_data, size_t *out_size) const overrideshcore::polyglot::database::Rowvirtual
get_string(uint32_t index) const overrideshcore::polyglot::database::Rowvirtual
jit_executor::db::IRow::get_string(uint32_t index, const std::string &default_if_null) constjit_executor::db::IRowinline
get_string_data(uint32_t index) const overrideshcore::polyglot::database::Rowvirtual
get_type(uint32_t index) const overrideshcore::polyglot::database::Rowvirtual
get_uint(uint32_t index) const overrideshcore::polyglot::database::Rowvirtual
jit_executor::db::IRow::get_uint(uint32_t index, uint64_t default_if_null) constjit_executor::db::IRowinline
get_wstring(uint32_t index) const overrideshcore::polyglot::database::Rowvirtual
jit_executor::db::IRow::get_wstring(uint32_t index, const std::wstring &default_if_null) constjit_executor::db::IRowinline
IRow()=defaultjit_executor::db::IRow
IRow(const IRow &other)=deletejit_executor::db::IRow
IRow(IRow &&other)=defaultjit_executor::db::IRow
is_null(uint32_t index) const overrideshcore::polyglot::database::Rowvirtual
m_num_fieldsshcore::polyglot::database::Rowprivate
num_fields() const overrideshcore::polyglot::database::Rowvirtual
operator=(const Row &)=deleteshcore::polyglot::database::Row
jit_executor::db::IRow::operator=(const IRow &other)=deletejit_executor::db::IRow
jit_executor::db::IRow::operator=(IRow &&other)=defaultjit_executor::db::IRow
reset(MYSQL_ROW row, const unsigned long *lengths)shcore::polyglot::database::Rowinline
Row(const Row &)=deleteshcore::polyglot::database::Row
Row(DbResult *result)shcore::polyglot::database::Rowexplicitprivate
Row(DbResult *result, MYSQL_ROW row, const unsigned long *lengths)shcore::polyglot::database::Rowprivate
~IRow()=defaultjit_executor::db::IRowvirtual