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

Method isOuterJoin

APIJSONORM/src/main/java/apijson/orm/Join.java:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 return "".equals(jt) || "|".equals(jt);
150 }
151 public boolean isOuterJoin() {
152 return "!".equals(getJoinType());
153 }
154 public boolean isSideJoin() {
155 return "^".equals(getJoinType());
156 }

Callers 1

executeMethod · 0.95

Calls 2

getJoinTypeMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected