type github.com/jackc/pgx/v5/pgtype.PointCodec

9 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype_default.go#L79: 	defaultMap.RegisterType(&Type{Name: "point", OID: PointOID, Codec: PointCodec{}})
		point.go#L94: 	buf, err := PointCodec{}.PlanEncode(nil, 0, TextFormatCode, src).Encode(src, nil)
		point.go#L124: type PointCodec struct{}
		point.go#L126: func (PointCodec) FormatSupported(format int16) bool {
		point.go#L130: func (PointCodec) PreferredFormat() int16 {
		point.go#L134: func (PointCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		point.go#L184: func (PointCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		point.go#L201: func (c PointCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		point.go#L205: func (c PointCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {