MCPcopy
hub / github.com/jackc/pgx / ScanIndex

Method ScanIndex

pgtype/multirange.go:38–38  ·  view source on GitHub ↗

ScanIndex returns a value usable as a scan target for i. SetLen must be called before ScanIndex.

(i int)

Source from the content-addressed store, hash-verified

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.

Callers 2

decodeBinaryMethod · 0.65
decodeTextMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected