Scan works the same as Rows. with the following exceptions. If no rows were found it returns ErrNoRows. If multiple rows are returned it ignores all but the first.
(dest ...any)
| 81 | // rows were found it returns ErrNoRows. If multiple rows are returned it |
| 82 | // ignores all but the first. |
| 83 | Scan(dest ...any) error |
| 84 | } |
| 85 | |
| 86 | // RowScanner scans an entire row at a time into the RowScanner. |
no outgoing calls