You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Clinton Begin (JIRA)" <ib...@incubator.apache.org> on 2005/02/13 00:32:12 UTC

[jira] Closed: (IBATIS-68) Add PrameterSetter's interface ( getPreparedStatement() )

     [ http://issues.apache.org/jira/browse/IBATIS-68?page=history ]
     
Clinton Begin closed IBATIS-68:
-------------------------------

     Assign To: Clinton Begin
    Resolution: Fixed

Added accessors for underlying PreparedStatement and ResultSet instances from ParameterSetter and ResultGetter for CTH implementation. Be careful with it!

> Add PrameterSetter's interface ( getPreparedStatement() )
> ---------------------------------------------------------
>
>          Key: IBATIS-68
>          URL: http://issues.apache.org/jira/browse/IBATIS-68
>      Project: iBatis for Java
>         Type: Wish
>   Components: SQL Maps
>  Environment: Oracle Database 9i
>     Reporter: kevin chae
>     Assignee: Clinton Begin

>
> Hi Clinton and team. 
> Default Clob Hander setString() method. 
> It works find but if data lager than 32K it doesn't work. 
> I hope to chage setClob() instead of setString() 
> As you know, to solve this problem we can extend TypeHandler Class 
> and override setParameter method. 
> So I need current Connection to Create CLOB objct and to use setClob method. 
> I guess, I Can get current Connection from ParameterSetter's preparedStatement 
> Unfortunately, ParameteSetter doesn't have getPreparedStatement() interface 
> I wish to add getPreparedStatement() interface to your ParametterSetter 
> Cheers !

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira