Re: Limiting a number of rows returned

2003-02-28 Thread Jakob Braeuchi
: Scott Howlett [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 10:30 PM To: OJB Users List Subject: RE: Limiting a number of rows returned I implemented this functionality for PostgreSQL. I subclassed SqlGeneratorDefaultImpl to provide the functionality and then pointed to my subclass

RE: Limiting a number of rows returned

2003-02-27 Thread Max Vesely
, 2003 10:30 PM To: OJB Users List Subject: RE: Limiting a number of rows returned I implemented this functionality for PostgreSQL. I subclassed SqlGeneratorDefaultImpl to provide the functionality and then pointed to my subclass in OJB.properties. My OJB.properties entry is: SqlGeneratorClass

RE: Limiting a number of rows returned

2003-02-26 Thread Scott Howlett
I implemented this functionality for PostgreSQL. I subclassed SqlGeneratorDefaultImpl to provide the functionality and then pointed to my subclass in OJB.properties. My OJB.properties entry is: SqlGeneratorClass=PostgreSqlStatementGenerator My subclass code is: import org.apache.ojb.broker.ac