mars ~master (2017-12-20T10:48:32Z)
Dub
Repo
ServerSideTable.selectRows
mars
sync
ServerSideTable
returns 'limit' rows starting from 'offset'.
auto
selectRows
(size_t offset, size_t limit)
auto
selectRows
(Database db, size_t offset, size_t limit)
class
ServerSideTable
(ClientT, immutable(Table) table)
const
auto
selectRows
(
Database
db
,
size_t
offset
= 0
,
size_t
limit
= long.
max
)
Meta
Source
See Implementation
mars
sync
ServerSideTable
aliases
ColumnsStruct
ColumnsType
KeysStruct
constructors
this
functions
count
countRowsToDelete
countRowsToInsert
countRowsToUpdate
deleteRecord
index
insertRecord
insertRow
loadFixture
packRows
packRowsToDelete
packRowsToInsert
packRowsToUpdate
selectRows
unsafeReset
updateRecord
updateRow
manifest constants
Columns
Definition
variables
fixtures
toDelete
toInsert
toUpdate
returns 'limit' rows starting from 'offset'.