MCPcopy 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

getBooleanMethod · 0.45
getBooleanValueMethod · 0.45
extendErrorResultMethod · 0.45
isJSONTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected