type github.com/jackc/pgx/v5/pgtype.Uint32Codec
10 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype_default.go#L57: defaultMap.RegisterType(&Type{Name: "cid", OID: CIDOID, Codec: Uint32Codec{}})
pgtype_default.go#L77: defaultMap.RegisterType(&Type{Name: "oid", OID: OIDOID, Codec: Uint32Codec{}})
pgtype_default.go#L92: defaultMap.RegisterType(&Type{Name: "xid", OID: XIDOID, Codec: Uint32Codec{}})
uint32.go#L106: type Uint32Codec struct{}
uint32.go#L108: func (Uint32Codec) FormatSupported(format int16) bool {
uint32.go#L112: func (Uint32Codec) PreferredFormat() int16 {
uint32.go#L116: func (Uint32Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
uint32.go#L227: func (Uint32Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
uint32.go#L250: func (c Uint32Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
uint32.go#L263: func (c Uint32Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {