type github.com/jackc/pgx/v5/pgtype.XMLCodec
8 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype_default.go#L94: defaultMap.RegisterType(&Type{Name: "xml", OID: XMLOID, Codec: &XMLCodec{
xml.go#L11: type XMLCodec struct {
xml.go#L16: func (*XMLCodec) FormatSupported(format int16) bool {
xml.go#L20: func (*XMLCodec) PreferredFormat() int16 {
xml.go#L24: func (c *XMLCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
xml.go#L103: func (c *XMLCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
xml.go#L180: func (c *XMLCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
xml.go#L190: func (c *XMLCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {