mysql中datetime类型字段为默认值0000-00-00 00:00:00怎么取出来

 我来答
话说有一宝子RO
推荐于2016-01-01 · 超过76用户采纳过TA的回答
知道答主
回答量:143
采纳率:100%
帮助的人:69.1万
展开全部
今天遇到了这个问题, rs.getString(4)是datetime类型,而且是默认值报错: 然后网上搜素了一下解决方案如下: 原来是jdbc连接的问题 改成这样jdbc:mysql://localhost:3306/brilliant?user=conglin&password=conglin&useUnicode=true&characterEncoding=gbk& zeroDateTimeBehavior=convertToNull reliably in Java. Connector/J 3.0.x always converted them to NULL when being read from a ResultSet. 当这些值正在从ResultSet容器中读取时候,Connector/J 3.0.x 一直把他们转换为NULL值。 Connector/J 3.1 throws an exception by default when these values are encountered as this is the most correct behavior according to the JDBC and SQL standards. 依照JDBC和SQL的标准这些值碰到的最正确的处理方式就是在缺省情况下产生异常 This behavior can be modified using the zeroDateTimeBehavior configuration property. The allowable values are: JDBC允许用下列的值对zeroDateTimeBehavior 属性来设置这些处理方式, exception (the default), which throws an SQLException with an SQLState of S1009. 设置为exception 异常(缺省)用一个SQLState的s1009错误号来抛出一个异常 convertToNull, which returns NULL instead of the date. 设置为convertToNull,用NULL值来代替这个日期类型
linfeng1207
推荐于2018-03-19
知道答主
回答量:20
采纳率:100%
帮助的人:4万
展开全部
当你插入一条数据时,如果不填这个字段的值,该列自己会填写默认值。数据库存储的是数据,你应该取出来的是数据,而不是类型吧
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式