github.com/jackc/pgx/v5/pgtype.Map.Scan (method)

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1157: func (m *Map) Scan(oid uint32, formatCode int16, src []byte, dst any) error {
		pgtype.go#L1321: 	scanErr := plan.m.Scan(plan.oid, TextFormatCode, []byte(s), &scannedValue)
		pgtype.go#L2016: 	return w.m.Scan(t.OID, TextFormatCode, bufSrc, w.v)

	github.com/jackc/pgx/v5
		rows.go#L380: 		err := typeMap.Scan(fieldDescriptions[i].DataTypeOID, fieldDescriptions[i].Format, values[i], d)
		values.go#L57: 	err := m.Scan(oid, TextFormatCode, []byte(s), &v)