MCPcopy
hub / github.com/jOOQ/jOOQ / addOrderBy

Method addOrderBy

jOOQ/src/main/java/org/jooq/DeleteQuery.java:140–140  ·  view source on GitHub ↗

Adds ordering fields. @param fields The ordering fields

(OrderField<?>... fields)

Source from the content-addressed store, hash-verified

138 * @param fields The ordering fields
139 */
140 @Support
141 void addOrderBy(OrderField<?>... fields);
142
143 /**

Callers 4

orderByMethod · 0.65
parseSelectMethod · 0.65
orderByMethod · 0.65
orderByMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected