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

Method getJoinType

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

Source from the content-addressed store, hash-verified

49 }
50
51 public String getJoinType() {
52 return joinType;
53 }
54 public void setJoinType(String joinType) {
55 this.joinType = joinType;
56 }

Callers 15

onJoinParseMethod · 0.95
isAppJoinMethod · 0.95
isLeftJoinMethod · 0.95
isRightJoinMethod · 0.95
isCrossJoinMethod · 0.95
isInnerJoinMethod · 0.95
isFullJoinMethod · 0.95
isOuterJoinMethod · 0.95
isSideJoinMethod · 0.95
isAntiJoinMethod · 0.95
isForeignJoinMethod · 0.95
isAsofJoinMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected