[−][src]Module diesel::query_dsl::methods
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
BoxedDsl | The |
DistinctDsl | The |
ExecuteDsl | The |
FilterDsl | The |
FindDsl | The |
ForUpdateDsl | Deprecated The |
LimitDsl | The |
LoadQuery | The |
LockingDsl | Methods related to locking select statements |
ModifyLockDsl | Methods related to modifiers on locking select statements |
OffsetDsl | The |
OrFilterDsl | The |
OrderDsl | The |
SelectDsl | The |
SelectNullableDsl | The |
SingleValueDsl | The |
ThenOrderDsl | The |