MCPcopy Index your code
hub / github.com/Tencent/APIJSON / isNull

Method isNull

APIJSONORM/src/main/java/apijson/SQL.java:36–38  ·  view source on GitHub ↗

isNull = true @return #isNull(boolean)

()

Source from the content-addressed store, hash-verified

34 * @return {@link #isNull(boolean)}
35 */
36 public static String isNull() {
37 return isNull(true);
38 }
39 /**
40 * @param isNull
41 * @return {@link #IS} + (isNull ? "" : {@link #NOT}) + {@link #NULL};

Callers 4

isEmptyMethod · 0.95
gainRangeStringMethod · 0.95
gainContainStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected