toupper
美
英 
例句
The implementation of this interface involves having each of the toUpper and toLower operations delegate to the appropriate command objects.
這個接口的實現分別包括指定到適當的command對象的toUpper和toLower操作。
If there is no index on name, the DBMS does a full table scan and applies the toUpper function on the name column for each tuple.
如果沒有為名稱建立索引,那么DBMS將執行全表掃描并對每個元組(tuple)的name列應用toUpper函數。
Invoking the toUpper function is required in order to determine whether or not the tuple satisfies the query.
要確定元組(tuple)是否滿足查詢,必須調用toUpper函數。
The first statement calls a function (in this case, toUpper, which converts a character to uppercase) on each element of a list.
第一個語句在列表的每個元素上調用函數(本例中為toUpper,用于把字符轉成大寫)。