Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 77710 invoked by uid 500); 17 Apr 2003 13:00:13 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 77686 invoked from network); 17 Apr 2003 13:00:13 -0000 Received: from 66-188-72-184.charterga.net (HELO baloth.bhtek.dyndns.org) (66.188.72.184) by daedalus.apache.org with SMTP; 17 Apr 2003 13:00:13 -0000 Received: from bhtek.dyndns.org (unknown [192.168.1.88]) by baloth.bhtek.dyndns.org (Postfix) with ESMTP id 53AE71A72D2 for ; Thu, 17 Apr 2003 08:59:48 -0400 (EDT) Message-ID: <3E9EA53F.5050405@bhtek.dyndns.org> Date: Thu, 17 Apr 2003 08:59:43 -0400 From: Boon Hian Tek User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cocoon-dev@xml.apache.org Subject: Re: SQL Transformer References: <3E9EA381.5040307@dotech.com> In-Reply-To: <3E9EA381.5040307@dotech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Irving Salisbury wrote: > At our company, we have now had two instances where we would have like > to extend the SQLTransformer. > For one of them, we wanted to do paging utilizing the ResultSet > methods setFetchSize and absolute(). The current PagingTransformer > loads the entire ResultSet in, which wouldn't work for our enromous > ResultSets. We succesfully wrote this, but the way we had to do it was > to take the existing SQLTransformer and "hack" into it. It was not > very easy to get at the very reusable class Query I just realized that too. I almost wanted to go through what you did. Any chance you can share the mods you made and is using? Or is it proprietary code? Boon