Scan dumps the current result into the given pointer variable pointers.
(dest ...interface{})
| 28 | |
| 29 | // Scan dumps the current result into the given pointer variable pointers. |
| 30 | Scan(dest ...interface{}) error |
| 31 | |
| 32 | // NextScan advances the iterator and performs Scan. |
| 33 | NextScan(dest ...interface{}) error |
no outgoing calls