开发者

jdbc datatype API/Reference

开发者 https://www.devze.com 2023-01-20 17:17 出处:网络
I am getting an exception: 开发者_如何学JAVAorg.hibernate.MappingException: No Dialect mapping for JDBC type: -9

I am getting an exception:

开发者_如何学JAVA

org.hibernate.MappingException: No Dialect mapping for JDBC type: -9

I found a list of JDBC Data type here Apache DB Project . How do I find out "-9" maps to one of the data types listed? From googling, people seem to say -9 represents nvarchar, but is there an authoritative source?


http://download.oracle.com/javase/6/docs/api/constant-values.html#java.sql.Types.REAL

from the javadocs themselves

0

精彩评论

暂无评论...
验证码 换一张
取 消