257258259260261262263264265266267
expr, predicate, column.getDatatype(), innerSqlQuery); if (!where.equals("true")) { innerSqlQuery.addWhere(where); } if (countOnly) { continue; } final String alias = "d" + i;
299300301302303304305306307308309
expr, predicate, column.getDatatype(), innerSqlQuery); if (!where.equals("true")) { innerSqlQuery.addWhere(where); } if (countOnly) { continue; } String alias = "d" + i;