github.com/jackc/pgx/v5/pgtype.Codec.DecodeValue (method)

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L179: 	DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error)
		pgtype.go#L895: 	value, err := plan.codec.DecodeValue(plan.m, plan.oid, plan.formatCode, src)
		pgtype.go#L1184: 		value, err := codec.DecodeValue(m, oid, format, src)

	github.com/jackc/pgx/v5
		rows.go#L309: 			value, err := dt.Codec.DecodeValue(rows.typeMap, fd.DataTypeOID, fd.Format, buf)