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

Method isLeftJoin

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

Source from the content-addressed store, hash-verified

133 return "@".equals(getJoinType());
134 }
135 public boolean isLeftJoin() {
136 return "<".equals(getJoinType());
137 }
138 public boolean isRightJoin() {
139 return ">".equals(getJoinType());
140 }

Callers

nothing calls this directly

Calls 2

getJoinTypeMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected