View Source Adbc.Result (adbc v0.5.0)
A struct returned as result from queries.
It has two fields:
:data
- a list ofAdbc.Column
:num_rows
- the number of rows returned, if returned by the database
Summary
Functions
Convert any list view in the result set to normal lists.
Returns a map of columns as a result.