github.com/jackc/pgx/v5/pgtype.Interval.Valid (field)

8 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		builtin_wrappers.go#L503: 	if !v.Valid {
		builtin_wrappers.go#L513: 	return Interval{Microseconds: int64(w) / 1000, Valid: true}, nil
		interval.go#L33: 	Valid        bool
		interval.go#L64: 	if !interval.Valid {
		interval.go#L108: 	if !interval.Valid {
		interval.go#L126: 	if !interval.Valid {
		interval.go#L195: 	return scanner.ScanInterval(Interval{Microseconds: microseconds, Days: days, Months: months, Valid: true})
		interval.go#L282: 	return scanner.ScanInterval(Interval{Months: months, Days: days, Microseconds: microseconds, Valid: true})