Mariaex v0.9.1 Mariaex.Result View Source
Result struct returned from any successful query. Its fields are:
columns
- The column names;rows
- The result set. A list of lists, each list corresponding to a row, each element of the inner list corresponds to a column value;num_rows
- The number of fetched or affected rows;