RIGHT_JOIN method

JoinExpress RIGHT_JOIN(
  1. Object other
)

Implementation

JoinExpress RIGHT_JOIN(Object other) {
  return JoinExpress(this, "RIGHT JOIN", other);
}