Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vincit/objection.js
/ orderBy
Method
orderBy
lib/queryBuilder/QueryBuilderBase.js:328–330 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
326
}
327
328
orderBy(...args) {
329
return
this.addOperation(
new
KnexOperation(
'orderBy'
), args);
330
}
331
332
orderByRaw(...args) {
333
return
this.addOperation(
new
KnexOperation(
'orderByRaw'
), args);
Callers
15
unrelate.js
File · 0.80
withGraph.js
File · 0.80
onlyFirst
Function · 0.80
onBuild
Function · 0.80
relationModify.js
File · 0.80
transactions.js
File · 0.80
find.js
File · 0.80
jsonQueries.js
File · 0.80
queryContext.js
File · 0.80
compositeKeys.js
File · 0.80
delete.js
File · 0.80
knexSnakeCase.js
File · 0.80
Calls
1
addOperation
Method · 0.80
Tested by
no test coverage detected