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

Method isRightJoin

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

Source from the content-addressed store, hash-verified

136 return "<".equals(getJoinType());
137 }
138 public boolean isRightJoin() {
139 return ">".equals(getJoinType());
140 }
141 public boolean isCrossJoin() {
142 return "*".equals(getJoinType());
143 }

Callers

nothing calls this directly

Calls 2

getJoinTypeMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected