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
