LEFT_JOIN method

JoinExpress LEFT_JOIN(
  1. Object other
)

Implementation

JoinExpress LEFT_JOIN(Object other) {
  return JoinExpress(this, "LEFT JOIN", other);
}