dorm v0.3.0 (2022-12-01T09:41:48Z)
Dub
Repo
SelectOperation.offset
dorm
api
db
SelectOperation
Sets the offset. (number of rows after which to return from the database)
struct
SelectOperation
(T, TSelect, bool hasWhere = false, bool hasOffset = false, bool hasLimit = false)
@
safe
return scope @
trusted
static if
(
!hasOffset
)
SelectOperation
!(
T
,
TSelect
,
hasWhere
, true,
hasLimit
)
offset
(
ulong
offset
)
Meta
Source
See Implementation
dorm
api
db
SelectOperation
aliases
ConditionBuilderCallback
OrderBuilderCallback
PopulateBuilderCallback
functions
array
condition
findOne
findOptional
limit
offset
opIndex
opSlice
orderBy
populate
range
stream
postblits
this(this)
Sets the offset. (number of rows after which to return from the database)