Next returns true if there is another row and makes the next row data available to Values(). When there are no more rows available or an error has occurred it returns false.
()
| 97 | // available to Values(). When there are no more rows available or an error |
| 98 | // has occurred it returns false. |
| 99 | Next() bool |
| 100 | |
| 101 | // Values returns the values for the current row. |
| 102 | Values() ([]any, error) |
no outgoing calls
no test coverage detected