github.com/jackc/pgx/v5/pgtype.TimeScanner.ScanTime (method)

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		time.go#L13: 	ScanTime(v Time) error
		time.go#L166: 		return scanner.ScanTime(Time{})
		time.go#L175: 	return scanner.ScanTime(Time{Microseconds: usec, Valid: true})
		time.go#L212: 		return scanner.ScanTime(Time{})
		time.go#L257: 	return scanner.ScanTime(Time{Microseconds: usec, Valid: true})