Module mysql.result
Structures for data received: rows and result sets (ie, a range of rows).
Structs
Name | Description |
---|---|
DBValue
|
Deprecated. Replaced by |
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
Name | Type | Description |
---|---|---|
ResultSequence
|
ResultRange
|
An input range of Row. |