| _lengths | shcore::polyglot::database::Row | private |
| _result | shcore::polyglot::database::Row | private |
| _row | shcore::polyglot::database::Row | private |
| DbResult | shcore::polyglot::database::Row | friend |
| get_as_string(uint32_t index) const override | shcore::polyglot::database::Row | virtual |
| jit_executor::db::IRow::get_as_string(uint32_t index, const std::string &default_if_null) const | jit_executor::db::IRow | inline |
| get_bit(uint32_t index) const override | shcore::polyglot::database::Row | virtual |
| get_double(uint32_t index) const override | shcore::polyglot::database::Row | virtual |
| jit_executor::db::IRow::get_double(uint32_t index, double default_if_null) const | jit_executor::db::IRow | inline |
| get_float(uint32_t index) const override | shcore::polyglot::database::Row | virtual |
| get_int(uint32_t index) const override | shcore::polyglot::database::Row | virtual |
| jit_executor::db::IRow::get_int(uint32_t index, int64_t default_if_null) const | jit_executor::db::IRow | inline |
| get_raw_data(uint32_t index, const char **out_data, size_t *out_size) const override | shcore::polyglot::database::Row | virtual |
| get_string(uint32_t index) const override | shcore::polyglot::database::Row | virtual |
| jit_executor::db::IRow::get_string(uint32_t index, const std::string &default_if_null) const | jit_executor::db::IRow | inline |
| get_string_data(uint32_t index) const override | shcore::polyglot::database::Row | virtual |
| get_type(uint32_t index) const override | shcore::polyglot::database::Row | virtual |
| get_uint(uint32_t index) const override | shcore::polyglot::database::Row | virtual |
| jit_executor::db::IRow::get_uint(uint32_t index, uint64_t default_if_null) const | jit_executor::db::IRow | inline |
| get_wstring(uint32_t index) const override | shcore::polyglot::database::Row | virtual |
| jit_executor::db::IRow::get_wstring(uint32_t index, const std::wstring &default_if_null) const | jit_executor::db::IRow | inline |
| IRow()=default | jit_executor::db::IRow | |
| IRow(const IRow &other)=delete | jit_executor::db::IRow | |
| IRow(IRow &&other)=default | jit_executor::db::IRow | |
| is_null(uint32_t index) const override | shcore::polyglot::database::Row | virtual |
| m_num_fields | shcore::polyglot::database::Row | private |
| num_fields() const override | shcore::polyglot::database::Row | virtual |
| operator=(const Row &)=delete | shcore::polyglot::database::Row | |
| jit_executor::db::IRow::operator=(const IRow &other)=delete | jit_executor::db::IRow | |
| jit_executor::db::IRow::operator=(IRow &&other)=default | jit_executor::db::IRow | |
| reset(MYSQL_ROW row, const unsigned long *lengths) | shcore::polyglot::database::Row | inline |
| Row(const Row &)=delete | shcore::polyglot::database::Row | |
| Row(DbResult *result) | shcore::polyglot::database::Row | explicitprivate |
| Row(DbResult *result, MYSQL_ROW row, const unsigned long *lengths) | shcore::polyglot::database::Row | private |
| ~IRow()=default | jit_executor::db::IRow | virtual |