oceandrift-database ~master (2023-09-07T00:06:24.9694039)
Dub
Repo
PreCollection.limit
oceandrift
db
orm
PreCollection
LIMITs the number of entities to retrieve
PreCollection
!(
TEntity
,
DatabaseDriver
)
limit
(ulong limit)
struct
PreCollection
(TEntity, DatabaseDriver)
@
safe
PreCollection
!(
TEntity
,
DatabaseDriver
)
limit
(
ulong
limit
)
if
(
isEntityType
!
TEntity
&&
isORMCompatible
!
DatabaseDriver
)
PreCollection
!(
TEntity
,
DatabaseDriver
)
limit
(ulong limit, int offset)
BuiltPreCollection
!
TEntity
select
()
EntityCollection
!
TEntity
selectVia
(DatabaseDriver db)
Meta
Source
See Implementation
oceandrift
db
orm
PreCollection
functions
aggregate
aggregateVia
count
countVia
deleteVia
delete_
limit
orderBy
select
selectVia
where
whereParentheses
LIMITs the number of entities to retrieve