type github.com/jackc/pgx/v5/pgtype.PolygonCodec
9 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype_default.go#L80: defaultMap.RegisterType(&Type{Name: "polygon", OID: PolygonOID, Codec: PolygonCodec{}})
polygon.go#L58: buf, err := PolygonCodec{}.PlanEncode(nil, 0, TextFormatCode, p).Encode(p, nil)
polygon.go#L66: type PolygonCodec struct{}
polygon.go#L68: func (PolygonCodec) FormatSupported(format int16) bool {
polygon.go#L72: func (PolygonCodec) PreferredFormat() int16 {
polygon.go#L76: func (PolygonCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
polygon.go#L142: func (PolygonCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
polygon.go#L246: func (c PolygonCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
polygon.go#L250: func (c PolygonCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {