github.com/jackc/pgx/v5/pgtype.TextCodec.DecodeValue (method, view implemented interface methods)

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		ltree.go#L121: 	return (TextCodec)(l).DecodeValue(m, oid, format, src)
		text.go#L171: 	return c.DecodeValue(m, oid, format, src)
		text.go#L174: func (c TextCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {