Class SelectOrder
-
- All Implemented Interfaces:
public class SelectOrder- Since:
2024-05-31
trydofor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSelectOrder.Parts
-
Constructor Summary
Constructors Constructor Description SelectOrder()
-
Method Summary
Modifier and Type Method Description SelectOrderquery(Array<QueryPart> part)t.Id, t.CommitId, t.Id. SelectOrderquery(Collection<out QueryPart> part)t.Id, t.CommitId, t.Id. List<QueryPart>queries()SelectOrder.Partsparts()-
-
Method Detail
-
query
@Contract(value = "_ -> this") SelectOrder query(Array<QueryPart> part)
t.Id, t.CommitId, t.Id.desc()
- Parameters:
part- fields to select and order by- Returns:
this
-
query
@Contract(value = "_ -> this") SelectOrder query(Collection<out QueryPart> part)
t.Id, t.CommitId, t.Id.desc()
- Parameters:
part- fields to select and order by- Returns:
this
-
parts
@NotNull() SelectOrder.Parts parts()
-
-
-
-