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

Method innerJoin

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

@title: innerJoin @desc "INNER JOIN"符号

(String tableName, EqualsTo on)

Source from the content-addressed store, hash-verified

94 * @desc "INNER JOIN"符号
95 */
96 public abstract Select innerJoin(String tableName, EqualsTo on);
97
98 public abstract Select innerJoin(Table table, EqualsTo on);
99

Callers 3

Calls

no outgoing calls

Tested by 3