Re: Retrieve the SQL statement being executed

2008-03-11 Thread Christopher Lamey
On 3/10/08 8:25 PM, "" <> wrote: > Thank you all again for your suggestions. > > One of the use cases of mine is to create an XML in the end. I don't have an > object serve as a middle stage to use with Rowhandler (in RowHandler's term, I > need to map the valueObject to something, right?). No -

Re: Retrieve the SQL statement being executed

2008-03-10 Thread Larry Meadors
k > > > ________ > > > Date: Mon, 10 Mar 2008 06:23:24 -0600 > > From: [EMAIL PROTECTED] > > > > To: user-java@ibatis.apache.org > > Subject: Re: Retrieve the SQL statement being executed > > > > Depending on your iBATIS

RE: Retrieve the SQL statement being executed

2008-03-10 Thread Ricky Murphy
middle layer object/list (rowHandler might be helpful in that case, but I have to evaluate further...)Thank you -Rick > Date: Mon, 10 Mar 2008 06:23:24 -0600> From: [EMAIL PROTECTED]> To: > user-java@ibatis.apache.org> Subject: Re: Retrieve the SQL statement being > execut

Re: Retrieve the SQL statement being executed

2008-03-10 Thread Larry Meadors
e OK to > get the SQL statement. however, they are protect method and not open to > public. Therefore, I am trying to see if there is any way to get that SQL > before it is executed. > > -Rick > > ________ > From: [EMAIL PROTECTED] > To: user-java@i

Re: Retrieve the SQL statement being executed

2008-03-09 Thread Christopher Lamey
get that SQL before it is > executed. > > -Rick > > From: [EMAIL PROTECTED] > To: user-java@ibatis.apache.org > Subject: Re: Retrieve the SQL statement being executed > Date: Sat, 8 Mar 2008 07:33:38 -0700 > > Please take a look at the logging section in one of th

RE: Retrieve the SQL statement being executed

2008-03-09 Thread Ricky Murphy
y are protect method and not open to public. Therefore, I am trying to see if there is any way to get that SQL before it is executed. -Rick From: [EMAIL PROTECTED] To: user-java@ibatis.apache.org Subject: Re: Retrieve the SQL statement being executed Date: Sat, 8 Mar 2008 07:33:38 -0700 Please

Re: Retrieve the SQL statement being executed

2008-03-08 Thread Nathan Maves
Please take a look at the logging section in one of the following 3 places... The website The developers guide The book Sent from my iPhone On Mar 8, 2008, at 5:55 AM, Ricky Murphy <[EMAIL PROTECTED]> wrote: Hello: I am using Spring 2 together with iBatis 2.2. I need in my program to