ScanIndex returns a value usable as a scan target for i. SetLen must be called before ScanIndex.
(i int)
| 36 | |
| 37 | // ScanIndex returns a value usable as a scan target for i. SetLen must be called before ScanIndex. |
| 38 | ScanIndex(i int) any |
| 39 | |
| 40 | // ScanIndexType returns a non-nil scan target of the type ScanIndex will return. This is used by |
| 41 | // MultirangeCodec.PlanScan. |
no outgoing calls
no test coverage detected