Java数据类型与SQL数据类型的映射

时间:2014-03-05 03:43:10   收藏:0   阅读:494

Java数据类型与SQL数据类型的映射

SQL Data Type

Java Data Type

char/varchar/longvarchar

String

numeric/decimal

java.math.BigDecimal

bit

boolean

tinyint

byte

smallint

short

integer

int

bigint

long

real

float

float/double

double

binary/varbinary/longvarbinary

byte[]

date

java.sql.Date

time

java.sql.Time

timestamp

java.sql.Timestamp

 

 

Java数据类型与SQL数据类型的映射,布布扣,bubuko.com

原文:http://www.cnblogs.com/XiaoyangBoke/p/3580440.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!