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#L138: type UUIDCodec struct{}
uuid.go#L140: func (UUIDCodec) FormatSupported(format int16) bool {
uuid.go#L144: func (UUIDCodec) PreferredFormat() int16 {
uuid.go#L148: func (UUIDCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
uuid.go#L193: func (UUIDCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
uuid.go#L266: func (c UUIDCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
uuid.go#L280: func (c UUIDCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {