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#L59: buf, err := PolygonCodec{}.PlanEncode(nil, 0, TextFormatCode, p).Encode(p, nil)
polygon.go#L67: type PolygonCodec struct{}
polygon.go#L69: func (PolygonCodec) FormatSupported(format int16) bool {
polygon.go#L73: func (PolygonCodec) PreferredFormat() int16 {
polygon.go#L77: func (PolygonCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
polygon.go#L143: func (PolygonCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
polygon.go#L239: func (c PolygonCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
polygon.go#L243: func (c PolygonCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {