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

Method join

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

@title: join @desc "JOIN"符号

(String tableName, EqualsTo on)

Source from the content-addressed store, hash-verified

70 * @desc "JOIN"符号
71 */
72 public abstract Select join(String tableName, EqualsTo on);
73
74 public abstract Select join(Table table, EqualsTo on);
75

Calls

no outgoing calls

Tested by 6

testSelectWithJoinMethod · 0.76
testSelectWithJoinMethod · 0.76
testSelectWithJoinMethod · 0.76