ResultSet中getDate\getTime\getTimestamp区别
ResultSet类的getDate getTime 和getTimestamp方法的区别:
?getDate()????????????? 只取到天
?getTime()?????????? ? 只取时分秒
?getTimestamp()??? 精确到毫秒
发布时间: 2012-08-28 12:37:01 作者: rapoo
ResultSet中getDate\getTime\getTimestamp区别
ResultSet类的getDate getTime 和getTimestamp方法的区别:
?getDate()????????????? 只取到天
?getTime()?????????? ? 只取时分秒
?getTimestamp()??? 精确到毫秒