Module mysql.result

Structures for data received: rows and result sets (ie, a range of rows).

Structs

NameDescription
DBValue Deprecated. Replaced by std.variant.Variant.
ResultRange An input range of Row.
ResultSet A random access range of Row.
Row A struct to represent a single row of a result set.

Aliases

NameTypeDescription
ResultSequence ResultRange An input range of Row.