dev@glassfish.java.net

Re: How to make TopLink use SQL range constraints like SELECT TOP START AT ?

From: Markus KARG <markus.karg_at_gmx.net>
Date: Fri, 05 Jan 2007 16:50:07 +0100

Tom,

I have filed feature request #1917 covering this issue.

Thanks
Markus


Tom Ware schrieb:
> The code that implements setFirstResult and setMaxResults makes use of
> JDBC constructs rather than SQL constructs.
>
> I suggest entering an Enhancement request for this.
>
> -Tom
>
> Markus KARG wrote:
>
>> I am implementing SQLAnywherePlatform and want to make TopLink use
>> that DBMS's "SELECT TOP x START AT y" range constraints feature when
>> setFirstResult and setMaxResults is used. How can I do that? I did
>> not find something like "supportRangeConstraints" in DatabasePlatform.
>>
>> Thanks
>> Markus
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>