mysqlx.RowΒΆ
- class mysqlx.Row(resultset: BufferingResult | RowResult, fields: Sequence[int | float | str | bytes | Decimal | datetime | timedelta | None])ΒΆ
Bases:
object
Represents a row element returned from a SELECT query.
- Parameters:
resultset (mysqlx.SqlResult or mysqlx.RowResult) β The result set.
fields (list) β The list of fields.
- get_string(str_index: str) str ΒΆ
Returns the value using the column name.
- Parameters:
str_index (str) β The column name.
Deprecated since version 8.0.12.