multiple return的意思
multiple return中文翻譯:
多次返回
multiple───n.倍數;[電]并聯;adj.多重的;多樣的;許多的
return───n.返回;恢復;歸還;(網球等)回擊球;被退回的東西;回路導線;v.返回;(尤指感覺)恢復;把……退回;以……相報;(網球等)回擊(球);adj.來回的;巡回的;報答的;回程的;返回的
multiple sclerosis───[內科]多發性硬化;n.[醫]多發性硬化
multiple system───多系統;[電]多路系統;多機系統,多路系統,并聯式
multiple alleles───復等位基因(multipleallele的復數);復等位基因; 多等位基因
multiple birth───多生;多胎生產
multiple personality───[心理]多重人格
multiple myeloma───[腫瘤]多發性骨髓瘤
get multiple───獲取多個
With multiple return values, it is good to have the code document which is which - go allows you to give the return values names, just like parameters.───有了多個返回值,有良好的代碼文檔會更好——而Go允許你給返回值命名,就像參數一樣。
Stored procedures have a nature of their own when it comes to database objects having multiple return values.───有多個返回值的數據庫對象,存儲過程有其天然的優勢。
This rule set contains some of the more questionable checks, including assigning null to a variable, multiple return points from a method, and importing from the sun packages.───這個規則集包含一些更有問題的檢驗,其中包括把null賦值給變量、方法中有多個返回點,以及從sun包導入等。
Stored procedures have a nature of their own when it comes to database objects having multiple return values.───對于有多個返回值的數據庫對象,存儲過程有其天然的優勢。
Normal C coding does not allow returning multiple return values of arbitrary type, but our EXEC SQL FETCH line does precisely that.───正常的C編碼不允許返回多個任意類型的值,但是EXECSQLFETCH卻可以返回多行結果。
An event handler can invoke multiple methods but there is no way to receive multiple return values from an event handler.───事件處理程序可以調用多個方法,但不能從一個事件處理程序接收多個返回值。
Normal C coding does not allow returning multiple return values of arbitrary type, but our EXEC SQL FETCH line does precisely that.