Where BETWEEN(Object minValue, Object maxValue) { Where w = Where(this); w << "BETWEEN" << minValue << "AND" << maxValue; return w; }