提交 b58e9d40 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Fix type name

上级 8d3ce6f8
......@@ -2441,7 +2441,7 @@ The time data type. The format is hh:mm:ss[.nnnnnnnnn].
Mapped to ""java.sql.Time"". When converted to a ""java.sql.Date"", the date is set to ""1970-01-01"".
""java.time.LocalTime"" is also supported on Java 8 and later versions.
Resolution of ""java.sql.Time"" is limited to milliseconds, use ""String"" or ""java.sql.Time"" if you need nanosecond resolution.
Resolution of ""java.sql.Time"" is limited to milliseconds, use ""String"" or ""java.time.LocalTime"" if you need nanosecond resolution.
","
TIME
"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论