type github.com/jackc/pgx/v5/pgtype.Uint64
15 uses
github.com/jackc/pgx/v5/pgtype (current package)
uint64.go#L14: ScanUint64(v Uint64) error
uint64.go#L18: Uint64Value() (Uint64, error)
uint64.go#L22: type Uint64 struct {
uint64.go#L28: func (n *Uint64) ScanUint64(v Uint64) error {
uint64.go#L34: func (n Uint64) Uint64Value() (Uint64, error) {
uint64.go#L39: func (dst *Uint64) Scan(src any) error {
uint64.go#L41: *dst = Uint64{}
uint64.go#L63: *dst = Uint64{Uint64: n, Valid: true}
uint64.go#L69: func (src Uint64) Value() (driver.Value, error) {
uint64.go#L273: return s.ScanUint64(Uint64{})
uint64.go#L282: return s.ScanUint64(Uint64{Uint64: n, Valid: true})
uint64.go#L314: return s.ScanUint64(Uint64{})
uint64.go#L322: return s.ScanUint64(Uint64{Uint64: n, Valid: true})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)