}
protected final Rows populate(ResultSet rs) throws SQLException {
Rows result = RowsUtils.create(this);
result.populate(rs, getPage().getStartLoc(), getPage().getListNum());
return result;
}
public IParameterQueryable addParam(boolean param) {
addParam(idx++, param);