INNER_JOIN method

JoinExpress INNER_JOIN(
  1. Object other
)

Implementation

JoinExpress INNER_JOIN(Object other) {
  return JoinExpress(this, "INNER JOIN", other);
}