Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
473fcb41
提交
473fcb41
authored
7月 10, 2013
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
ddafc6b4
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
11 行增加
和
3 行删除
+11
-3
help.csv
h2/src/docsrc/help/help.csv
+5
-0
mvstore.html
h2/src/docsrc/html/mvstore.html
+2
-2
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+4
-1
没有找到文件。
h2/src/docsrc/help/help.csv
浏览文件 @
473fcb41
...
@@ -1913,6 +1913,7 @@ SELECT -1.4e-10
...
@@ -1913,6 +1913,7 @@ SELECT -1.4e-10
summand [ { || summand } [...] ]
summand [ { || summand } [...] ]
","
","
A value or a concatenation of values.
A value or a concatenation of values.
In the default mode, the result is NULL if either parameter is NULL.
","
","
'Hi' || ' Eva'
'Hi' || ' Eva'
"
"
...
@@ -2929,6 +2930,8 @@ CHAR(65)
...
@@ -2929,6 +2930,8 @@ CHAR(65)
CONCAT(string, string [,...])
CONCAT(string, string [,...])
","
","
Combines strings.
Combines strings.
Unlike with the operator ""||"", NULL parameters are ignored,
and do not cause the result to become NULL.
This method returns a string.
This method returns a string.
","
","
CONCAT(NAME, '!')
CONCAT(NAME, '!')
...
@@ -2938,6 +2941,8 @@ CONCAT(NAME, '!')
...
@@ -2938,6 +2941,8 @@ CONCAT(NAME, '!')
CONCAT_WS(separatorString, string, string [,...])
CONCAT_WS(separatorString, string, string [,...])
","
","
Combines strings with separator.
Combines strings with separator.
Unlike with the operator ""||"", NULL parameters are ignored,
and do not cause the result to become NULL.
This method returns a string.
This method returns a string.
","
","
CONCAT_WS(',', NAME, '!')
CONCAT_WS(',', NAME, '!')
...
...
h2/src/docsrc/html/mvstore.html
浏览文件 @
473fcb41
...
@@ -435,12 +435,12 @@ The following exceptions can occur:
...
@@ -435,12 +435,12 @@ The following exceptions can occur:
The plan is to use the MVStore as the default storage engine for the H2 database
The plan is to use the MVStore as the default storage engine for the H2 database
in the future (supporting SQL, JDBC, transactions, MVCC, and so on).
in the future (supporting SQL, JDBC, transactions, MVCC, and so on).
This is work in progress. To try it out, append
This is work in progress. To try it out, append
<code>
;
DEFAULT_TABLE_ENGINE=org.h2.mvstore.db.MVTableEngine
</code>
<code>
;
MV_STORE=TRUE
</code>
to the database URL. In general, functionality and performance should be
to the database URL. In general, functionality and performance should be
similar than the current default storage engine (the page store).
similar than the current default storage engine (the page store).
There are a few features that have not been implemented yet or are not complete:
There are a few features that have not been implemented yet or are not complete:
</p>
</p>
<ul><li>
The
database metadata is still stored in a
<code>
.h2.db
</code>
file
,
<ul><li>
The
re is still a file
<code>
.h2.db
</code>
,
and the
<code>
.lock.db
</code>
file is still used to lock a database
and the
<code>
.lock.db
</code>
file is still used to lock a database
(long term, the plan is to no longer use those files).
(long term, the plan is to no longer use those files).
</li><li>
The database file(s) sometimes do not shrink as expected.
</li><li>
The database file(s) sometimes do not shrink as expected.
...
...
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
473fcb41
...
@@ -730,4 +730,7 @@ customizers retains scalability assuming gili cancelled departments juerg
...
@@ -730,4 +730,7 @@ customizers retains scalability assuming gili cancelled departments juerg
franklin indicated offending unimplemented executors dumping variants
franklin indicated offending unimplemented executors dumping variants
presence spiess azeckoski aaron cowwoc decompiles canceling vividsolutions
presence spiess azeckoski aaron cowwoc decompiles canceling vividsolutions
quadtree envelope geometry polygon typname intersects wkt intersects wkb
quadtree envelope geometry polygon typname intersects wkt intersects wkb
coordinate geometric rates cope attempting sphere
coordinate geometric rates cope attempting sphere hyde clinton
computation varies
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论