@title: rightJoin @desc "RIGHT JOIN"符号
(String tableName, EqualsTo on)
| 86 | * @desc "RIGHT JOIN"符号 |
| 87 | */ |
| 88 | public abstract Select rightJoin(String tableName, EqualsTo on); |
| 89 | |
| 90 | public abstract Select rightJoin(Table table, EqualsTo on); |
| 91 |
no outgoing calls