18631864186518661867186818691870187118721873
// UNION to other query statements Iterator iterator = union.iterator(); while (iterator.hasNext()) { if (!rdbmsAdapter.supportsUnionSyntax()) { throw new JPOXException(LOCALISER.msg("052504", "UNION")).setFatal(); } if (rdbmsAdapter.useUnionAll())