SelectOperation.array

Fetches all result data into one array. Uses the GC to allocate the data, so it's not needed to keep track of how long objects live by the user.

struct SelectOperation(T, TSelect, bool hasWhere = false, bool hasOffset = false, bool hasLimit = false)
@safe @trusted
static if(hasLimit || !hasOffset)
TSelect[]
array
()

Meta