Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Appending WITH UR to non-native queries

Thanks, I'm using 1.2 so that exact code doesn't apply to me, but it
put me on the right track.  The following seems to work:

    @Override
    public void printSQLSelectStatement(DatabaseCall call,
ExpressionSQLPrinter printer, SQLSelectStatement statement) {
        super.printSQLSelectStatement(call, printer, statement);
        printer.printString(" WITH UR");
    }

Thanks again.

On Tue, May 18, 2010 at 2:29 PM, James Sutherland <jamesssss@xxxxxxxxx> wrote:
> printSQLSelectStatement



-- 
Zarar Siddiqi
416-737-9024


Back to the top