Expand description
The traits used by QueryDsl
.
Each trait in this module represents exactly one method from QueryDsl
.
Apps should general rely on QueryDsl
directly, rather than these traits.
However, generic code may need to include a where clause that references
these traits.
Traitsยง
- Boxed
Dsl - The
into_boxed
method - Distinct
Dsl - The
distinct
method - Distinct
OnDsl postgres_backend
- The
distinct_on
method - Execute
Dsl - The
execute
method - Filter
Dsl - The
filter
method - FindDsl
- The
find
method - Group
ByDsl - The
group_by
method - Having
Dsl - The
having
method - Limit
Dsl - The
limit
method - Load
Query - The
load
method - Locking
Dsl - Methods related to locking select statements
- Modify
Lock Dsl - Methods related to modifiers on locking select statements
- Offset
Dsl - The
offset
method - OrFilter
Dsl - The
or_filter
method - Order
Dsl - The
order
method - Select
Dsl - The
select
method - Select
Nullable Dsl - The
nullable
method - Single
Value Dsl - The
single_value
method - Then
Order Dsl - The
then_order_by
method