Scan copies the columns in the current row into the values pointed at by dest. The number of values in dest must be the same as the number of columns in Rows.
(dest ...any)
| 233 | // Scan copies the columns in the current row into the values pointed at by dest. |
| 234 | // The number of values in dest must be the same as the number of columns in Rows. |
| 235 | Scan(dest ...any) error |
| 236 | |
| 237 | // Columns returns the column names. |
| 238 | // Columns returns an error if the rows are closed. |
no outgoing calls
no test coverage detected