SliceScan using this Rows.
()
| 586 | |
| 587 | // SliceScan using this Rows. |
| 588 | func (r *Rows) SliceScan() ([]interface{}, error) { |
| 589 | return SliceScan(r) |
| 590 | } |
| 591 | |
| 592 | // MapScan using this Rows. |
| 593 | func (r *Rows) MapScan(dest map[string]interface{}) error { |
nothing calls this directly
no test coverage detected