Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
f174f5b9
提交
f174f5b9
authored
7月 02, 2011
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
bbd5fa8b
全部展开
显示空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
1579 行增加
和
1553 行删除
+1579
-1553
help.csv
h2/src/docsrc/help/help.csv
+4
-2
cheatSheet.html
h2/src/docsrc/html/cheatSheet.html
+5
-6
fragments.html
h2/src/docsrc/html/fragments.html
+4
-3
navigation.js
h2/src/docsrc/html/navigation.js
+10
-0
stylesheet.css
h2/src/docsrc/javadoc/stylesheet.css
+5
-5
_docs_en.utf8.txt
h2/src/docsrc/text/_docs_en.utf8.txt
+466
-460
_docs_ja.utf8.txt
h2/src/docsrc/text/_docs_ja.utf8.txt
+466
-460
_docs_en.properties
h2/src/docsrc/textbase/_docs_en.properties
+463
-461
help.csv
h2/src/main/org/h2/res/help.csv
+1
-1
TestAll.java
h2/src/test/org/h2/test/TestAll.java
+154
-154
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+1
-1
没有找到文件。
h2/src/docsrc/help/help.csv
浏览文件 @
f174f5b9
...
...
@@ -1028,7 +1028,9 @@ SET [ DATABASE ] COLLATION
","
Sets the collation used for comparing strings.
This command can only be executed if there are no tables defined.
See ""java.text.Collator"" for details about the supported collations and the STRENGTH.
See ""java.text.Collator"" for details about the supported collations and the STRENGTH
(PRIMARY is usually case- and umlaut-insensitive; SECONDARY is case-insensitive but umlaut-sensitive;
TERTIARY is both case- and umlaut-sensitive; IDENTICAL is sensitive to all differences and only affects ordering).
The ICU4J collator is used if it is in the classpath.
It is also used if the collation name starts with ICU4J_
...
...
@@ -3317,7 +3319,7 @@ CALL ARRAY_GET(('Hello', 'World'), 2)
"
"Functions (System)","ARRAY_LENGTH","
ARRAY_
GET
(arrayExpression)
ARRAY_
LENGTH
(arrayExpression)
","
Returns the length of an array.
","
...
...
h2/src/docsrc/html/cheatSheet.html
浏览文件 @
f174f5b9
...
...
@@ -11,11 +11,10 @@ H2 Database Engine
</title>
<style
type=
"text/css"
>
td
,
input
,
select
,
textarea
,
body
,
td
,
th
{
font
:
10pt
Tahoma
,
Arial
,
Helvetica
,
sans-serif
;
font-weight
:
normal
;
font
:
13px
Arial
,
sans-serif
;
}
h1
,
h2
,
h3
,
h4
,
h5
{
font
:
1
0pt
Tahoma
,
Arial
,
Helvetica
,
sans-serif
;
font
:
1
3px
Arial
,
sans-serif
;
font-weight
:
bold
;
}
h1
{
...
...
@@ -23,11 +22,11 @@ h1 {
padding
:
2px
4px
2px
4px
;
margin-bottom
:
0px
;
color
:
#fff
;
font-size
:
19p
t
;
font-size
:
19p
x
;
line-height
:
normal
;
}
h2
{
font-size
:
1
3pt
;
font-size
:
1
6px
;
}
a
.link
{
text-decoration
:
underline
;
...
...
@@ -46,7 +45,7 @@ a:hover {
color
:
blue
;
}
td
,
input
,
select
,
textarea
,
body
,
code
,
pre
{
font
-size
:
10pt
;
font
:
13px
Arial
,
sans-serif
;
}
pre
{
background-color
:
#ece9d8
;
...
...
h2/src/docsrc/html/fragments.html
浏览文件 @
f174f5b9
...
...
@@ -10,12 +10,13 @@ Initial Developer: H2 Group
<!-- [search] { -->
<script
type=
"text/javascript"
src=
"navigation.js"
></script>
</head><body
onload=
"highlight()
;
"
>
</head><body
onload=
"highlight()
"
onscroll=
"scroll()
"
>
<table
class=
"nav"
onmousemove=
"return mouseMove(event)"
><tr
class=
"nav"
><td
class=
"nav"
valign=
"top"
>
<div
id =
"searchMenu"
style=
"width: 180px; overflow: hidden;"
>
<div
class=
"menu"
>
<div
class=
"menu"
style=
"white-space:nowrap;"
>
<img
src=
"images/h2-logo.png"
alt=
"H2 database logo"
onclick=
"document.location='main.html'"
width=
"136"
height=
"74"
/>
<span
id =
"goTop"
onclick=
"window.scrollTo(0,0)"
style=
"color: #fff; position:fixed; font-size: 20px"
>
▲
</span>
</div>
<form
action=
"submit"
onsubmit=
"return goFirst();"
>
...
...
@@ -36,7 +37,7 @@ translate -->
</tr>
<tr
class=
"search"
>
<td
class=
"search"
colspan=
"2"
>
<input
id =
"search"
name=
"search"
type=
"text"
size=
"
21
"
maxlength=
"100"
onkeyup=
"listWords(this.value, '')"
/><br
/>
<input
id =
"search"
name=
"search"
type=
"text"
size=
"
16
"
maxlength=
"100"
onkeyup=
"listWords(this.value, '')"
/><br
/>
<input
type=
"reset"
id =
"clear"
style=
"display:none;"
value=
"Clear"
onclick=
"listWords('', '');"
/>
</td>
</tr>
...
...
h2/src/docsrc/html/navigation.js
浏览文件 @
f174f5b9
...
...
@@ -5,6 +5,16 @@
* Initial Developer: H2 Group
*/
function
scroll
()
{
var
scroll
=
document
.
documentElement
.
scrollTop
;
if
(
!
scroll
)
{
scroll
=
document
.
body
.
scrollTop
;
}
var
c
=
255
-
Math
.
min
(
scroll
/
4
,
64
);
var
goTop
=
document
.
getElementById
(
'goTop'
);
goTop
.
style
.
color
=
'rgb('
+
c
+
','
+
c
+
','
+
c
+
')'
;
}
function
loadFrameset
()
{
var
a
=
location
.
search
.
split
(
'&'
);
var
page
=
decodeURIComponent
(
a
[
0
].
substr
(
1
));
...
...
h2/src/docsrc/javadoc/stylesheet.css
浏览文件 @
f174f5b9
...
...
@@ -6,7 +6,7 @@
*/
td
,
input
,
select
,
textarea
,
body
,
code
,
pre
,
td
,
th
{
font
:
1
0pt
/
130%
Tahoma
,
Arial
,
Helvetica
,
sans-serif
;
font
:
1
3px
/
1.4
Arial
,
sans-serif
;
font-weight
:
normal
;
}
...
...
@@ -26,20 +26,20 @@ h1 {
padding
:
2px
4px
2px
4px
;
margin-top
:
11px
;
color
:
#fff
;
font-size
:
19pt
;
font-size
:
22px
;
line-height
:
normal
;
}
h2
{
font-size
:
1
6pt
;
font-size
:
1
9px
;
}
h3
{
font-size
:
1
3pt
;
font-size
:
1
6px
;
}
h4
{
font-size
:
1
0pt
;
font-size
:
1
3px
;
}
hr
{
...
...
h2/src/docsrc/text/_docs_en.utf8.txt
浏览文件 @
f174f5b9
差异被折叠。
点击展开。
h2/src/docsrc/text/_docs_ja.utf8.txt
浏览文件 @
f174f5b9
差异被折叠。
点击展开。
h2/src/docsrc/textbase/_docs_en.properties
浏览文件 @
f174f5b9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
h2/src/main/org/h2/res/help.csv
浏览文件 @
f174f5b9
...
...
@@ -1229,7 +1229,7 @@ ARRAY_GET(arrayExpression, indexExpression)
","
Returns one element of an array."
"Functions (System)","ARRAY_LENGTH","
ARRAY_
GET
(arrayExpression)
ARRAY_
LENGTH
(arrayExpression)
","
Returns the length of an array."
"Functions (System)","AUTOCOMMIT","
...
...
h2/src/test/org/h2/test/TestAll.java
浏览文件 @
f174f5b9
差异被折叠。
点击展开。
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
f174f5b9
...
...
@@ -685,5 +685,5 @@ litailang springsource eccn springframework spr growth teams gigabytes europe
mcleod decade experience travel willing scjp himself routinely tsi retrieving
multiplied ross judson closeable watcher enqueued referent refs watch tracked
preserving disallowed restrictive dst regions kiritimati flow wider nanosecond
march april cutover julian transitions enderbury kwajalein viewport
march april cutover julian transitions enderbury kwajalein viewport
onscroll
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论