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

Method orderBy

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

@title: orderBy @desc "ORDER BY"符号

(String... columnNames)

Source from the content-addressed store, hash-verified

102 * @desc "ORDER BY"符号
103 */
104 public abstract Select orderBy(String... columnNames);
105
106 public abstract Select orderBy(OrderByItem... orderByItems);
107

Callers 6

testSelectWithOrderByMethod · 0.95
testSelectWithOrderByMethod · 0.95
testSelectWithOrderByMethod · 0.95

Calls

no outgoing calls

Tested by 6

testSelectWithOrderByMethod · 0.76
testSelectWithOrderByMethod · 0.76
testSelectWithOrderByMethod · 0.76