select

range for select query

struct select (
T
fieldList...
) if (
__traits(isPOD, T)
) {
T entity;
static immutable
auto selectSQL;
string whereCondSQL;
string orderBySQL;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Meta