Tds v2.1.1 Tds.Result View Source
Result struct returned from any successful query.
Fields
columns
: The column names.rows
: The result set as a list of tuples. Each tuple corresponds to arow, while each element in the tuple corresponds to a column.
num_rows
: The number of fetched or affected rows.
Link to this section Summary
Link to this section Types
The result of a database query.