Re: [castor-dev] Paging result set with OQL

2002-03-15 Thread 원 태웅
Title: 메시지 Thanks for your timely answer! It was very helpful to us. -Original Message-From: lars.gersmann [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 6:03 PMTo: [EMAIL PROTECTED]Subject: Re: [castor-dev] Paging result set with OQL hi

Re: [castor-dev] Paging result set with OQL

2002-03-15 Thread 원 태웅
Title: 메시지 Thanks for your timely answer! -Original Message-From: Matthew Baird [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 16, 2002 1:30 AMTo: [EMAIL PROTECTED]Subject: RE: [castor-dev] Paging result set with OQL I wrote the .size and .absolute methods

Re: [castor-dev] Paging result set with OQL

2002-03-15 Thread Matthew Baird
] Cc: Subject: Re: [castor-dev] Paging result set with OQL hi, download the cvs version of castor. you will find 2 new methods absolute() and size() in class QueryResults which can be used to match your needs

Re: [castor-dev] Paging result set with OQL

2002-03-15 Thread lars.gersmann
06:00An: [EMAIL PROTECTED]Betreff: [castor-dev] Paging result set with OQL Hi,   I am new to Castor JDO and OQL and trying to build some pilot application. The application displays 10 query result in one page. If I use JDBC directly, I would use absolute() to directly

Re: [castor-dev] Paging result set with OQL

2002-03-14 Thread Bruce Snyder
This one time, at band camp, ¿ø Å¿õ said: >I am new to Castor JDO and OQL and trying to build some pilot >application. The application displays 10 query result in one >page. If I use JDBC directly, I would use absolute() to directly >move cursor to the position I want, or, use sub query. > >How