Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Tencent/APIJSON
/ toLowerCase
Method
toLowerCase
APIJSONORM/src/main/java/apijson/SQL.java:231–233 ·
view source on GitHub ↗
@param s @return "lower(" + s + ")"
(String s)
Source
from the content-addressed store, hash-verified
229
* @
return
"lower("
+ s +
")"
230
*/
231
public
static
String toLowerCase(String s) {
232
return
"lower("
+ s +
")"
;
233
}
234
235
236
Callers
4
getBoolean
Method · 0.45
getBooleanValue
Method · 0.45
extendErrorResult
Method · 0.45
isJSONType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected