Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
67c38904
提交
67c38904
authored
8月 15, 2018
作者:
Evgenij Ryazanov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Do not use scale term in INTERVAL documentation
上级
c15e7443
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
15 行增加
和
15 行删除
+15
-15
help.csv
h2/src/docsrc/help/help.csv
+15
-15
没有找到文件。
h2/src/docsrc/help/help.csv
浏览文件 @
67c38904
...
@@ -3107,11 +3107,11 @@ INTERVAL MINUTE
...
@@ -3107,11 +3107,11 @@ INTERVAL MINUTE
"
"
"Data Types","INTERVAL SECOND Type","
"Data Types","INTERVAL SECOND Type","
INTERVAL SECOND [ ( precisionInt [
, scale
Int ] ) ]
INTERVAL SECOND [ ( precisionInt [
, fractionalPrecision
Int ] ) ]
","
","
Interval data type.
Interval data type.
If precision is specified it should be from 1 to 18, 2 is default.
If precision is specified it should be from 1 to 18, 2 is default.
If fractional seconds precision
(scale)
is specified it should be from 0 to 9, 6 is default.
If fractional seconds precision is specified it should be from 0 to 9, 6 is default.
Mapped to ""org.h2.api.Interval"".
Mapped to ""org.h2.api.Interval"".
""java.time.Duration"" is also supported on Java 8 and later versions.
""java.time.Duration"" is also supported on Java 8 and later versions.
...
@@ -3123,7 +3123,7 @@ INTERVAL SECOND
...
@@ -3123,7 +3123,7 @@ INTERVAL SECOND
INTERVAL YEAR [ ( precisionInt ) ] TO MONTH
INTERVAL YEAR [ ( precisionInt ) ] TO MONTH
","
","
Interval data type.
Interval data type.
If precision is specified it should be from 1 to 18, 2 is default.
If
leading field
precision is specified it should be from 1 to 18, 2 is default.
Mapped to ""org.h2.api.Interval"".
Mapped to ""org.h2.api.Interval"".
","
","
...
@@ -3134,7 +3134,7 @@ INTERVAL YEAR TO MONTH
...
@@ -3134,7 +3134,7 @@ INTERVAL YEAR TO MONTH
INTERVAL DAY [ ( precisionInt ) ] TO HOUR
INTERVAL DAY [ ( precisionInt ) ] TO HOUR
","
","
Interval data type.
Interval data type.
If precision is specified it should be from 1 to 18, 2 is default.
If
leading field
precision is specified it should be from 1 to 18, 2 is default.
Mapped to ""org.h2.api.Interval"".
Mapped to ""org.h2.api.Interval"".
""java.time.Duration"" is also supported on Java 8 and later versions.
""java.time.Duration"" is also supported on Java 8 and later versions.
...
@@ -3146,7 +3146,7 @@ INTERVAL DAY TO HOUR
...
@@ -3146,7 +3146,7 @@ INTERVAL DAY TO HOUR
INTERVAL DAY [ ( precisionInt ) ] TO MINUTE
INTERVAL DAY [ ( precisionInt ) ] TO MINUTE
","
","
Interval data type.
Interval data type.
If precision is specified it should be from 1 to 18, 2 is default.
If
leading field
precision is specified it should be from 1 to 18, 2 is default.
Mapped to ""org.h2.api.Interval"".
Mapped to ""org.h2.api.Interval"".
""java.time.Duration"" is also supported on Java 8 and later versions.
""java.time.Duration"" is also supported on Java 8 and later versions.
...
@@ -3155,11 +3155,11 @@ INTERVAL DAY TO MINUTE
...
@@ -3155,11 +3155,11 @@ INTERVAL DAY TO MINUTE
"
"
"Data Types","INTERVAL DAY TO SECOND Type","
"Data Types","INTERVAL DAY TO SECOND Type","
INTERVAL DAY [ ( precisionInt ) ] TO SECOND [ (
scale
Int ) ]
INTERVAL DAY [ ( precisionInt ) ] TO SECOND [ (
fractionalPrecision
Int ) ]
","
","
Interval data type.
Interval data type.
If precision is specified it should be from 1 to 18, 2 is default.
If
leading field
precision is specified it should be from 1 to 18, 2 is default.
If fractional seconds precision
(scale)
is specified it should be from 0 to 9, 6 is default.
If fractional seconds precision is specified it should be from 0 to 9, 6 is default.
Mapped to ""org.h2.api.Interval"".
Mapped to ""org.h2.api.Interval"".
""java.time.Duration"" is also supported on Java 8 and later versions.
""java.time.Duration"" is also supported on Java 8 and later versions.
...
@@ -3171,7 +3171,7 @@ INTERVAL DAY TO SECOND
...
@@ -3171,7 +3171,7 @@ INTERVAL DAY TO SECOND
INTERVAL HOUR [ ( precisionInt ) ] TO MINUTE
INTERVAL HOUR [ ( precisionInt ) ] TO MINUTE
","
","
Interval data type.
Interval data type.
If precision is specified it should be from 1 to 18, 2 is default.
If
leading field
precision is specified it should be from 1 to 18, 2 is default.
Mapped to ""org.h2.api.Interval"".
Mapped to ""org.h2.api.Interval"".
""java.time.Duration"" is also supported on Java 8 and later versions.
""java.time.Duration"" is also supported on Java 8 and later versions.
...
@@ -3180,11 +3180,11 @@ INTERVAL HOUR TO MINUTE
...
@@ -3180,11 +3180,11 @@ INTERVAL HOUR TO MINUTE
"
"
"Data Types","INTERVAL HOUR TO SECOND Type","
"Data Types","INTERVAL HOUR TO SECOND Type","
INTERVAL HOUR [ ( precisionInt ) ] TO SECOND [ (
scale
Int ) ]
INTERVAL HOUR [ ( precisionInt ) ] TO SECOND [ (
fractionalPrecision
Int ) ]
","
","
Interval data type.
Interval data type.
If precision is specified it should be from 1 to 18, 2 is default.
If
leading field
precision is specified it should be from 1 to 18, 2 is default.
If fractional seconds precision
(scale)
is specified it should be from 0 to 9, 6 is default.
If fractional seconds precision is specified it should be from 0 to 9, 6 is default.
Mapped to ""org.h2.api.Interval"".
Mapped to ""org.h2.api.Interval"".
""java.time.Duration"" is also supported on Java 8 and later versions.
""java.time.Duration"" is also supported on Java 8 and later versions.
...
@@ -3193,11 +3193,11 @@ INTERVAL HOUR TO SECOND
...
@@ -3193,11 +3193,11 @@ INTERVAL HOUR TO SECOND
"
"
"Data Types","INTERVAL MINUTE TO SECOND Type","
"Data Types","INTERVAL MINUTE TO SECOND Type","
INTERVAL * [ ( precisionInt ) ] TO SECOND [ (
scale
Int ) ]
INTERVAL * [ ( precisionInt ) ] TO SECOND [ (
fractionalPrecision
Int ) ]
","
","
Interval data type.
Interval data type.
If precision is specified it should be from 1 to 18, 2 is default.
If
leading field
precision is specified it should be from 1 to 18, 2 is default.
If fractional seconds precision
(scale)
is specified it should be from 0 to 9, 6 is default.
If fractional seconds precision is specified it should be from 0 to 9, 6 is default.
Mapped to ""org.h2.api.Interval"".
Mapped to ""org.h2.api.Interval"".
""java.time.Duration"" is also supported on Java 8 and later versions.
""java.time.Duration"" is also supported on Java 8 and later versions.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论