457458459460461462463464465466467
dialect, settings.getDefaultCatalogName(), settings.getDefaultSchemaName() ) ); buf.append(" union "); if ( dialect.supportsUnionAll() ) { buf.append("all "); } } }
465466467468469470471472473474475
} } if ( buf.length() > 2 ) { //chop the last union (all) buf.setLength( buf.length() - ( dialect.supportsUnionAll() ? 11 : 7 ) ); } return buf.append(" )").toString(); }
462463464465466467468469470471472
470471472473474475476477478479480
433434435436437438439440441442443
441442443444445446447448449450451
431432433434435436437438439440441
439440441442443444445446447448449