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
m to retrieve the SQL statement being executed from the SqlMap. Spring's SqlMapClientDaoSupport class has getSqlMapClient() ,which gives com.ibatis.sqlmap.client.SqlMapClient as a result object, from there on, I started searching thru all related the iBatis classes, haven't found

Retrieve the SQL statement being executed

2008-03-08 Thread Ricky Murphy
Hello: I am using Spring 2 together with iBatis 2.2. I need in my program to retrieve the SQL statement being executed from the SqlMap. Spring's SqlMapClientDaoSupport class has getSqlMapClient() ,which gives com.ibatis.sqlmap.client.SqlMapClient as a result object, from there on, I st