dorm v0.3.0 (2022-12-01T09:41:48Z)
Dub
Repo
SelectOperation.findOptional
dorm
api
db
SelectOperation
Returns the first row of the result data or throws if no data exists.
struct
SelectOperation
(T, TSelect, bool hasWhere = false, bool hasOffset = false, bool hasLimit = false)
@
safe
scope @
trusted
static if
(
!hasLimit
)
Nullable
!
TSelect
findOptional
(
)
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)
Returns the first row of the result data or throws if no data exists.