()
| 320 | } |
| 321 | |
| 322 | public JoinOperator getJoinOp() { |
| 323 | // if it's not explicitly set, we're doing an inner join |
| 324 | return (joinOp_ == null ? JoinOperator.INNER_JOIN : joinOp_); |
| 325 | } |
| 326 | |
| 327 | public boolean allowEmptyOn() { return allowEmptyOn_ ; } |
| 328 | public void setAllowEmptyOn(boolean v) { allowEmptyOn_ = v; } |
no outgoing calls
no test coverage detected