![]() |
MySQL 9.4.0
Source Code Documentation
|
This is the complete list of members for helper::MySQLRow, including all inherited members.
convert(unsigned field_index, T *out_value, const char *in_value) | helper::MySQLRow | inlineprivate |
convert(unsigned field_index, bool *out_value, const char *in_value) | helper::MySQLRow | inlineprivate |
convert(unsigned field_index, std::string *out_value, const char *in_value) | helper::MySQLRow | inlineprivate |
convert(unsigned field_index, uint32_t *out_value, const char *in_value) | helper::MySQLRow | inlineprivate |
convert(unsigned field_index, int32_t *out_value, const char *in_value) | helper::MySQLRow | inlineprivate |
convert(unsigned field_index, uint64_t *out_value, const char *in_value) | helper::MySQLRow | inlineprivate |
convert(unsigned field_index, std::vector< uint64_t > *out_value, const char *v) | helper::MySQLRow | inlineprivate |
convert(unsigned field_index, helper::DateTime *out_value, const char *in_value) | helper::MySQLRow | inlineprivate |
end() | helper::MySQLRow | inline |
field_index_ | helper::MySQLRow | |
fields_ | helper::MySQLRow | |
kCheckAtDestructor enum value | helper::MySQLRow | |
kEndCallRequired enum value | helper::MySQLRow | |
MySQLRow(const ResultRow &row, MYSQL_FIELD *fields, unsigned number, Verification must_call_end=kCheckAtDestructor) | helper::MySQLRow | inline |
no_of_fields_ | helper::MySQLRow | |
ResultRow typedef | helper::MySQLRow | |
row_ | helper::MySQLRow | |
set_from_string(std::set< std::string > *out, const char *in) | helper::MySQLRow | inlinestatic |
skip(uint32_t to_skip=1) | helper::MySQLRow | inline |
unserialize(FieldType *out_field) | helper::MySQLRow | inline |
unserialize(FieldType *out_field, FieldType value_default) | helper::MySQLRow | inline |
unserialize(std::optional< FieldType > *out_field) | helper::MySQLRow | inline |
unserialize(helper::Optional< FieldType > *out_field) | helper::MySQLRow | inline |
unserialize_ended_ | helper::MySQLRow | |
unserialize_with_converter(FieldType *out_field, const Converter &converter) | helper::MySQLRow | inline |
unserialize_with_converter(std::optional< FieldType > *out_field, const Converter &converter) | helper::MySQLRow | inline |
unserialize_with_converter(helper::Optional< FieldType > *out_field, const Converter &converter) | helper::MySQLRow | inline |
Verification enum name | helper::MySQLRow | |
~MySQLRow() | helper::MySQLRow | inline |