Mssqlex v2.0.0-beta.0 Mssqlex.Result View Source
Result struct returned from any successful query. Its fields are:
columns
- The names of each column in the result set;rows
- The result set. A list of tuples, each tuple corresponding to arow, each element in the tuple corresponds to a column;
num_rows
- The number of fetched or affected rows;