You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Neil Lott <ne...@yahoo.com> on 2007/09/25 06:03:51 UTC

ibatis and bind variables

Hi,

 

I'm using an oracle 9i DB with a Java component using iBATIS.  Will iBATIS
take advantage of bind variables and do a soft parse?

 

Here is the article I read concerning this:

 

http://www.akadia.com/services/ora_bind_variables.html

 

Thanks,

 

Neil

 

 


Re: ibatis and bind variables

Posted by Larry Meadors <lm...@apache.org>.
Depends on how you use it - if you use #variable# names, yes. If you
use $variable$ names, no.

Larry


On 9/24/07, Neil Lott <ne...@yahoo.com> wrote:
>
>
>
>
> Hi,
>
>
>
> I'm using an oracle 9i DB with a Java component using iBATIS.  Will iBATIS
> take advantage of bind variables and do a soft parse?
>
>
>
> Here is the article I read concerning this:
>
>
>
> http://www.akadia.com/services/ora_bind_variables.html
>
>
>
> Thanks,
>
>
>
> Neil
>
>
>
>