toupper

toupper

 英

  • 網絡大寫;方法--轉換為大寫;全部大寫化的串

例句

The implementation of this interface involves having each of the toUpper and toLower operations delegate to the appropriate command objects.

這個接口實現分別包括指定適當command對象toUppertoLower操作

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執行掃描每個元組tuplename應用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用于字符大寫)。