gpt4 book ai didi

java - Linux 和 Windows JDBC 时间戳精度的差异?

转载 作者:可可西里 更新时间:2023-11-01 10:12:17 25 4
gpt4 key购买 nike

当通过 windows jdbc 或 linux jdbc 从 oracle timestamp(9) 加载时,java.sql.Timestamp 的实际精度是否存在差异。不同的驱动程序是否有不同的行为/精度?

最佳答案

A java.sql.Timestamp具有纳秒精度:

A thin wrapper around java.util.Date that allows the JDBC API to identify this as an SQL TIMESTAMP value. It adds the ability to hold the SQL TIMESTAMP fractional seconds value, by allowing the specification of fractional seconds to a precision of nanoseconds.

鉴于 Java 是独立于平台的,这种精度在 Windows 或 Linux 上是相同的。但是,不同的平台可能具有不同的分辨率计时器,因此在这些平台上创建的值对于生成的实际值可能具有较低的精度(有时取决于 BIOS 和/或操作系统设置)。

由于数据库系统对其时间戳类型有不同的解析(有时有多种具有不同精度的类似时间戳的类型),实际可用的精度将取决于所使用的数据库系统和类型(有时取决于特定的 JDBC 驱动程序实现)。不过,它过于广泛,无法涵盖此处的所有选项。

关于java - Linux 和 Windows JDBC 时间戳精度的差异?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53501695/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com