eqJoin method
Implementation
EqJoin eqJoin(leftAttr, [otherTable, options]) =>
EqJoin(this, _funcWrap(leftAttr, 1), otherTable, options);
EqJoin eqJoin(leftAttr, [otherTable, options]) =>
EqJoin(this, _funcWrap(leftAttr, 1), otherTable, options);