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

Struct positionalStructRowScanner

rows.go:581–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581type positionalStructRowScanner struct {
582 ptrToStruct any
583}
584
585func (rs *positionalStructRowScanner) ScanRow(rows CollectableRow) error {
586 typ := reflect.TypeOf(rs.ptrToStruct).Elem()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected