Close closes the rows, making the connection ready for use again. It is safe to call Close after rows is already closed.
()
| 28 | // Close closes the rows, making the connection ready for use again. It is safe |
| 29 | // to call Close after rows is already closed. |
| 30 | Close() |
| 31 | |
| 32 | // Err returns any error that occurred while executing a query or reading its results. Err must be called after the |
| 33 | // Rows is closed (either by calling Close or by Next returning false) to check if the query was successful. If it is |
no outgoing calls