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

Method isAntiJoin

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

Source from the content-addressed store, hash-verified

155 return "^".equals(getJoinType());
156 }
157 public boolean isAntiJoin() {
158 return "(".equals(getJoinType());
159 }
160 public boolean isForeignJoin() {
161 return ")".equals(getJoinType());
162 }

Callers 1

executeMethod · 0.95

Calls 2

getJoinTypeMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected