MCPcopy Create free account
hub / github.com/Nemo1870/sql-parse / rightJoin

Method rightJoin

src/main/java/com/sql/parse/statement/Select.java:88–88  ·  view source on GitHub ↗

@title: rightJoin @desc "RIGHT JOIN"符号

(String tableName, EqualsTo on)

Source from the content-addressed store, hash-verified

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

Callers 3

Calls

no outgoing calls

Tested by 3