> -----Original Message-----
> From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-
>
> How did you get OTHER to work?  Did you define your own TypeHandler?

That's the only change we had to make.  The Java code works as is.  We only 
changed the jdbcType from "ORACLECURSOR" TO "OTHER"

        <parameterMap id="getUsersParam" class="Map">
                <parameter property="results" jdbcType="OTHER" 
javaType="java.sql.ResultSet" mode="OUT" resultMap="allUsersResult"/>
                <parameter property="errors" jdbcType="VARCHAR" 
javaType="java.lang.String" mode="OUT"/>
        </parameterMap>

Thanks,


Zeeshan
This e-mail is confidential and should not be used by anyone who is not the 
original intended recipient. Global DataPoint Limited does not accept liability 
for any statements made which are clearly the sender's own and not expressly 
made on behalf of Global DataPoint Limited. No contracts may be concluded on 
behalf of Global DataPoint Limited by means of e-mail communication. Global 
DataPoint Limited Registered in England and Wales with registered number 
3739752 Registered Office Middlesex House, 34-42 Cleveland Street, London W1T 
4LB

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to