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 dario <da...@yahoo.com> on 2005/08/05 13:33:51 UTC

resultMap: jdbcType or dbType?

i am trying to set up result map for my queries, and i am not sure how to
use "jdbcType" attribute. am i supposed to use type names from
java.sql.Types or database-specific type names? for example, "int" type from
sql server is called "INTEGER" in java.sql. what do i use?

i'd also like to know what's "jdbcType" attribute used for?


thank you

dario