mysql.result

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

Members

Aliases

ResultSequence
deprecated alias ResultSequence = ResultRange

An input range of Row.

Structs

DBValue
deprecated struct DBValue

Deprecated. Replaced by std.variant.Variant.

ResultRange
struct ResultRange

An input range of Row.

ResultSet
struct ResultSet

A random access range of Row.

Row
struct Row

A struct to represent a single row of a result set.

Meta