Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
11095888
提交
11095888
authored
10月 17, 2009
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
HTML railroad diagrams
上级
135c9b5b
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
600 行增加
和
572 行删除
+600
-572
help.csv
h2/src/docsrc/help/help.csv
+397
-292
datatypes.html
h2/src/docsrc/html/datatypes.html
+1
-1
functions.html
h2/src/docsrc/html/functions.html
+1
-1
grammar.html
h2/src/docsrc/html/grammar.html
+5
-3
main.html
h2/src/docsrc/html/main.html
+0
-1
mainWeb.html
h2/src/docsrc/html/mainWeb.html
+5
-5
stylesheet.css
h2/src/docsrc/html/stylesheet.css
+12
-1
stylesheetPdf.css
h2/src/docsrc/html/stylesheetPdf.css
+4
-87
Bnf.java
h2/src/main/org/h2/bnf/Bnf.java
+0
-4
RuleFixed.java
h2/src/main/org/h2/bnf/RuleFixed.java
+2
-2
help.csv
h2/src/main/org/h2/res/help.csv
+172
-174
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+1
-1
没有找到文件。
h2/src/docsrc/help/help.csv
浏览文件 @
11095888
差异被折叠。
点击展开。
h2/src/docsrc/html/datatypes.html
浏览文件 @
11095888
...
...
@@ -33,7 +33,7 @@ ${item.syntax}
</pre>
syntax-end -->
<p>
${item.text}
</p>
<
b>
Example:
</b
>
<
p>
Example:
</p
>
<p
class=
"notranslate"
>
${item.example}
</p>
</c:forEach>
...
...
h2/src/docsrc/html/functions.html
浏览文件 @
11095888
...
...
@@ -63,7 +63,7 @@ ${item.syntax}
</pre>
syntax-end -->
<p>
${item.text}
</p>
<
b>
Example:
</b
>
<
p>
Example:
</p
>
<p
class=
"notranslate"
>
${item.example}
</p>
</c:forEach>
...
...
h2/src/docsrc/html/grammar.html
浏览文件 @
11095888
...
...
@@ -61,8 +61,9 @@ ${item.syntax}
</pre>
syntax-end -->
<p>
${item.text}
</p>
<b>
Example:
</b>
<p
class=
"notranslate"
>
${item.example}
</p>
<p>
Example:
</p>
<p
class=
"notranslate"
>
${item.example}
</p>
</c:forEach>
<c:forEach
var=
"item"
items=
"otherGrammar"
>
...
...
@@ -76,7 +77,7 @@ ${item.syntax}
</pre>
syntax-end -->
<p>
${item.text}
</p>
<
b>
Example:
</b
>
<
p>
Example:
</p
>
<p
class=
"notranslate"
>
${item.example}
</p>
</c:forEach>
...
...
@@ -100,6 +101,7 @@ The range table is a dynamic system table that contains all values from a start
The table contains one column called X. Both the start and end values are included in the result.
The table is used as follows:
</p>
<p>
Example:
</p>
<pre>
SELECT X FROM SYSTEM_RANGE(1, 10);
</pre>
...
...
h2/src/docsrc/html/main.html
浏览文件 @
11095888
...
...
@@ -20,7 +20,6 @@ H2 Database Engine
Welcome to H2, the free Java SQL database engine.
</p>
<br
/>
<p>
<a
href=
"quickstart.html"
style=
"font-size: 16px; font-weight: bold"
>
Quickstart
</a>
<br
/>
...
...
h2/src/docsrc/html/mainWeb.html
浏览文件 @
11095888
...
...
@@ -32,7 +32,7 @@ Welcome to H2, the Java SQL database. The main features of H2 are:
<tr><td
style=
"border: 0px; background-color: #eee;"
>
<table
style=
"border: 0px; margin: 0px 7px 12px 7px;"
>
<tr><td
style=
"border: 0px; background-color: #eee;"
colspan=
"2"
>
<h3>
Download Beta
</h3>
<h3
style=
"margin-top: 1em;"
>
Download Beta
</h3>
Version ${version} (${versionDate}):
</td></tr>
<tr><td
style=
"border: 0px; background-color: #eee;"
>
...
...
@@ -54,7 +54,7 @@ Welcome to H2, the Java SQL database. The main features of H2 are:
<td
style=
"border: 0px; background-color: #eee;"
>
<table
style=
"border: 0px; margin: 0px 7px 12px 7px;"
>
<tr><td
style=
"border: 0px; background-color: #eee;"
>
<h3>
Support
</h3>
<h3
style=
"margin-top: 1em;"
>
Support
</h3>
<p>
<a
href=
"http://groups.google.com/group/h2-database"
>
English Google Group
</a><br
/>
<a
href=
"http://groups.google.co.jp/group/h2-database-jp"
>
Japanese Google Group
</a><br
/><br
/>
...
...
@@ -78,7 +78,7 @@ Welcome to H2, the Java SQL database. The main features of H2 are:
</td></tr>
<tr><td
colspan=
"3"
style=
"border: 0px; padding: 5px 0px 15px 0px;"
>
<h3>
Features
</h3>
<h3
style=
"margin-top: 1em;"
>
Features
</h3>
<table
style=
"width: 425px;"
><tr
class=
"notranslate"
>
<th></th>
<th>
H2
</th>
...
...
@@ -159,7 +159,7 @@ Welcome to H2, the Java SQL database. The main features of H2 are:
<tr><td
colspan=
"3"
style=
"border: 0px; background-color: #eee;"
>
<table
style=
"border: 0px; margin: 0px 7px 0px 7px;"
>
<tr><td
style=
"border: 0px; background-color: #eee;"
>
<h3>
News
</h3>
<h3
style=
"margin-top: 1em;"
>
News
</h3>
<p>
<b>
Newsfeeds:
</b>
<a
href=
"http://www.h2database.com/html/newsfeed-atom.xml"
>
Full text (Atom)
</a>
...
...
@@ -180,7 +180,7 @@ Welcome to H2, the Java SQL database. The main features of H2 are:
<tr><td
colspan=
"3"
style=
"border: 0px; background-color: #eee;"
>
<table
style=
"border: 0px; margin: 0px 7px 5px 7px;"
>
<tr><td
style=
"border: 0px; background-color: #eee;"
>
<h3>
Contribute
</h3>
<h3
style=
"margin-top: 1em;"
>
Contribute
</h3>
<p>
You can contribute to the development of H2 by sending feedback and bug
reports, or translate the H2 Console application (for details, start the H2 Console
...
...
h2/src/docsrc/html/stylesheet.css
浏览文件 @
11095888
...
...
@@ -49,14 +49,17 @@ h1 {
h2
{
font-size
:
13pt
;
margin-top
:
1.5em
;
}
h3
{
font-size
:
10pt
;
font-size
:
11pt
;
margin-top
:
1.5em
;
}
h4
{
font-size
:
9pt
;
margin-top
:
1.5em
;
}
hr
{
...
...
@@ -218,6 +221,7 @@ td.content {
border-collapse
:
collapse
;
vertical-align
:
top
;
}
.c
{
padding
:
1px
3px
;
margin
:
0px
0px
;
...
...
@@ -226,6 +230,7 @@ td.content {
border-radius
:
0.4em
;
background-color
:
#fff
;
}
.ts
{
border
:
0px
;
padding
:
0px
;
...
...
@@ -236,6 +241,7 @@ td.content {
background-image
:
url(images/div-ts.png)
;
width
:
16px
;
}
.ls
{
border
:
0px
;
padding
:
0px
;
...
...
@@ -246,6 +252,7 @@ td.content {
background-image
:
url(images/div-ls.png)
;
width
:
16px
;
}
.ks
{
border
:
0px
;
padding
:
0px
;
...
...
@@ -256,6 +263,7 @@ td.content {
background-image
:
url(images/div-ks.png)
;
width
:
16px
;
}
.te
{
border
:
0px
;
padding
:
0px
;
...
...
@@ -266,6 +274,7 @@ td.content {
background-image
:
url(images/div-te.png)
;
width
:
16px
;
}
.le
{
border
:
0px
;
padding
:
0px
;
...
...
@@ -276,6 +285,7 @@ td.content {
background-image
:
url(images/div-le.png)
;
width
:
16px
;
}
.ke
{
border
:
0px
;
padding
:
0px
;
...
...
@@ -286,6 +296,7 @@ td.content {
background-image
:
url(images/div-ke.png)
;
width
:
16px
;
}
.d
{
border
:
0px
;
padding
:
0px
;
...
...
h2/src/docsrc/html/stylesheetPdf.css
浏览文件 @
11095888
...
...
@@ -43,14 +43,17 @@ h1 {
h2
{
font-size
:
13pt
;
margin-top
:
1.5em
;
}
h3
{
font-size
:
10pt
;
font-size
:
11pt
;
margin-top
:
1.5em
;
}
h4
{
font-size
:
9pt
;
margin-top
:
1.5em
;
}
hr
{
...
...
@@ -128,89 +131,3 @@ em.u {
color
:
#800
;
}
.railroad
{
border
:
0px
;
padding
:
0px
;
margin
:
0px
;
border-collapse
:
collapse
;
vertical-align
:
top
;
}
.c
{
padding
:
1px
3px
;
margin
:
0px
0px
;
border
:
2px
solid
;
-moz-border-radius
:
0.4em
;
border-radius
:
0.4em
;
background-color
:
#fff
;
}
.ts
{
border
:
0px
;
padding
:
0px
;
margin
:
0px
;
border-collapse
:
collapse
;
vertical-align
:
top
;
height
:
24px
;
background-image
:
url(images/div-ts.png)
;
width
:
16px
;
}
.ls
{
border
:
0px
;
padding
:
0px
;
margin
:
0px
;
border-collapse
:
collapse
;
vertical-align
:
top
;
height
:
24px
;
background-image
:
url(images/div-ls.png)
;
width
:
16px
;
}
.ks
{
border
:
0px
;
padding
:
0px
;
margin
:
0px
;
border-collapse
:
collapse
;
vertical-align
:
top
;
height
:
24px
;
background-image
:
url(images/div-ks.png)
;
width
:
16px
;
}
.te
{
border
:
0px
;
padding
:
0px
;
margin
:
0px
;
border-collapse
:
collapse
;
vertical-align
:
top
;
height
:
24px
;
background-image
:
url(images/div-te.png)
;
width
:
16px
;
}
.le
{
border
:
0px
;
padding
:
0px
;
margin
:
0px
;
border-collapse
:
collapse
;
vertical-align
:
top
;
height
:
24px
;
background-image
:
url(images/div-le.png)
;
width
:
16px
;
}
.ke
{
border
:
0px
;
padding
:
0px
;
margin
:
0px
;
border-collapse
:
collapse
;
vertical-align
:
top
;
height
:
24px
;
background-image
:
url(images/div-ke.png)
;
width
:
16px
;
}
.d
{
border
:
0px
;
padding
:
0px
;
margin
:
0px
;
border-collapse
:
collapse
;
vertical-align
:
top
;
height
:
24px
;
background-image
:
url(images/div-d.png)
;
background-repeat
:
repeat-x
;
min-width
:
16px
;
}
h2/src/main/org/h2/bnf/Bnf.java
浏览文件 @
11095888
...
...
@@ -97,10 +97,6 @@ public class Bnf {
String
topic
=
rs
.
getString
(
"TOPIC"
);
syntax
=
rs
.
getString
(
"SYNTAX"
).
trim
();
currentTopic
=
section
;
if
(
section
.
startsWith
(
"Function"
))
{
int
end
=
syntax
.
indexOf
(
':'
);
syntax
=
syntax
.
substring
(
0
,
end
);
}
tokens
=
tokenize
();
index
=
0
;
Rule
rule
=
parseRule
();
...
...
h2/src/main/org/h2/bnf/RuleFixed.java
浏览文件 @
11095888
...
...
@@ -68,9 +68,9 @@ public class RuleFixed implements Rule {
case
YMD:
return
"2000-01-01"
;
case
HMS:
return
"12:00"
;
return
"12:00
:00
"
;
case
NANOS:
return
"0"
;
return
"0
00000000
"
;
case
ANY_UNTIL_EOL:
case
ANY_EXCEPT_SINGLE_QUOTE:
case
ANY_EXCEPT_DOUBLE_QUOTE:
...
...
h2/src/main/org/h2/res/help.csv
浏览文件 @
11095888
差异被折叠。
点击展开。
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
11095888
...
...
@@ -617,4 +617,4 @@ scrambling distinguish official unofficial distinguishable overwrites lastval
notranslate vince bonfanti alphabetically sysdummy sysibm activation
deactivation concatenating reproducing black railroads railroad radius moz
imageio argb bilinear rendering stroke interpolation flip diagrams draw
delim overlap subselect
delim overlap subselect
bitwise
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论