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

8 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype_default.go#L93: 	defaultMap.RegisterType(&Type{Name: "xid8", OID: XID8OID, Codec: Uint64Codec{}})
		uint64.go#L83: type Uint64Codec struct{}
		uint64.go#L85: func (Uint64Codec) FormatSupported(format int16) bool {
		uint64.go#L89: func (Uint64Codec) PreferredFormat() int16 {
		uint64.go#L93: func (Uint64Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		uint64.go#L198: func (Uint64Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		uint64.go#L221: func (c Uint64Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		uint64.go#L234: func (c Uint64Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {