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


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

Reply via email to