Java 6 - Mapping java.sql.Types to Java types

后端 未结 4 1428
走了就别回头了
走了就别回头了 2021-01-01 06:15

I\'m looking for a link to a table with the mappings between SQL types (java.sql.Types) to Java types.

Do you know where I can find one ?

4条回答
  •  悲&欢浪女
    2021-01-01 06:27

    here is a document for Java 6. http://download.oracle.com/javase/6/docs/technotes/guides/jdbc/getstart/mapping.html#996857

提交回复
热议问题