Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSelectWithOrderBy
Method · 0.95
testSelectWithOrderByDesc
Method · 0.95
testSelectWithOrderBy
Method · 0.95
testSelectWithOrderByDesc
Method · 0.95
testSelectWithOrderBy
Method · 0.95
testSelectWithOrderByDesc
Method · 0.95
Calls
no outgoing calls
Tested by
6
testSelectWithOrderBy
Method · 0.76
testSelectWithOrderByDesc
Method · 0.76
testSelectWithOrderBy
Method · 0.76
testSelectWithOrderByDesc
Method · 0.76
testSelectWithOrderBy
Method · 0.76
testSelectWithOrderByDesc
Method · 0.76