type github.com/jackc/pgx/v5/pgtype.UUIDCodec
8 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype_default.go#L89: defaultMap.RegisterType(&Type{Name: "uuid", OID: UUIDOID, Codec: UUIDCodec{}})
uuid.go#L139: type UUIDCodec struct{}
uuid.go#L141: func (UUIDCodec) FormatSupported(format int16) bool {
uuid.go#L145: func (UUIDCodec) PreferredFormat() int16 {
uuid.go#L149: func (UUIDCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
uuid.go#L194: func (UUIDCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
uuid.go#L268: func (c UUIDCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
uuid.go#L282: func (c UUIDCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {