Set LIMIT and OFFSET
DBHelper limit(int count, [int offset = 0]) { _limit = count; _offset = offset; return this; }