409410411412413414415416417418419
dialect, settings.getDefaultCatalogName(), settings.getDefaultSchemaName() ) ); buf.append(" union "); if ( dialect.supportsUnionAll() ) { buf.append("all "); } } }
417418419420421422423424425426427
} } if ( buf.length() > 2 ) { //chop the last union (all) buf.setLength( buf.length() - ( dialect.supportsUnionAll() ? 11 : 7 ) ); } return buf.append(" )").toString(); }
433434435436437438439440441442443
441442443444445446447448449450451
469470471472473474475476477478479
477478479480481482483484485486487
432433434435436437438439440441442
440441442443444445446447448449450
410411412413414415416417418419420
418419420421422423424425426427428