Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
execute
Method · 0.95
Calls
2
getJoinType
Method · 0.95
equals
Method · 0.45
Tested by
no test coverage detected