Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
08ec66d2
提交
08ec66d2
authored
6月 22, 2014
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
License change to MPL 2.0 / EPL 1.0
上级
a2f52638
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
78 个修改的文件
包含
947 行增加
和
1013 行删除
+947
-1013
help.csv
h2/src/docsrc/help/help.csv
+2
-3
advanced.html
h2/src/docsrc/html/advanced.html
+1
-2
architecture.html
h2/src/docsrc/html/architecture.html
+1
-2
build.html
h2/src/docsrc/html/build.html
+3
-4
changelog.html
h2/src/docsrc/html/changelog.html
+3
-3
cheatSheet.html
h2/src/docsrc/html/cheatSheet.html
+1
-2
datatypes.html
h2/src/docsrc/html/datatypes.html
+1
-2
download.html
h2/src/docsrc/html/download.html
+1
-2
faq.html
h2/src/docsrc/html/faq.html
+1
-2
features.html
h2/src/docsrc/html/features.html
+1
-2
fragments.html
h2/src/docsrc/html/fragments.html
+1
-2
frame.html
h2/src/docsrc/html/frame.html
+1
-2
functions.html
h2/src/docsrc/html/functions.html
+1
-2
grammar.html
h2/src/docsrc/html/grammar.html
+1
-2
history.html
h2/src/docsrc/html/history.html
+1
-2
installation.html
h2/src/docsrc/html/installation.html
+1
-2
jaqu.html
h2/src/docsrc/html/jaqu.html
+1
-2
license.html
h2/src/docsrc/html/license.html
+1
-2
links.html
h2/src/docsrc/html/links.html
+1
-2
main.html
h2/src/docsrc/html/main.html
+1
-2
mainWeb.html
h2/src/docsrc/html/mainWeb.html
+1
-2
mvstore.html
h2/src/docsrc/html/mvstore.html
+1
-2
navigation.js
h2/src/docsrc/html/navigation.js
+3
-4
performance.html
h2/src/docsrc/html/performance.html
+1
-2
quickstart.html
h2/src/docsrc/html/quickstart.html
+1
-2
roadmap.html
h2/src/docsrc/html/roadmap.html
+1
-2
search.js
h2/src/docsrc/html/search.js
+3
-4
source.html
h2/src/docsrc/html/source.html
+1
-2
sourceError.html
h2/src/docsrc/html/sourceError.html
+1
-2
stylesheet.css
h2/src/docsrc/html/stylesheet.css
+3
-4
stylesheetPdf.css
h2/src/docsrc/html/stylesheetPdf.css
+3
-4
tutorial.html
h2/src/docsrc/html/tutorial.html
+1
-2
index.html
h2/src/docsrc/index.html
+1
-2
animate.js
h2/src/docsrc/javadoc/animate.js
+3
-4
classes.html
h2/src/docsrc/javadoc/classes.html
+1
-2
index.html
h2/src/docsrc/javadoc/index.html
+1
-2
overview.html
h2/src/docsrc/javadoc/overview.html
+1
-2
stylesheet.css
h2/src/docsrc/javadoc/stylesheet.css
+3
-4
_docs_en.utf8.txt
h2/src/docsrc/text/_docs_en.utf8.txt
+275
-272
_docs_ja.utf8.txt
h2/src/docsrc/text/_docs_ja.utf8.txt
+275
-272
_docs_en.properties
h2/src/docsrc/textbase/_docs_en.properties
+274
-273
pom-template.xml
h2/src/installer/pom-template.xml
+1
-1
Driver.java
h2/src/main/org/h2/Driver.java
+2
-3
Aggregate.java
h2/src/main/org/h2/api/Aggregate.java
+2
-3
AggregateFunction.java
h2/src/main/org/h2/api/AggregateFunction.java
+2
-3
DatabaseEventListener.java
h2/src/main/org/h2/api/DatabaseEventListener.java
+2
-3
ErrorCode.java
h2/src/main/org/h2/api/ErrorCode.java
+2
-3
JavaObjectSerializer.java
h2/src/main/org/h2/api/JavaObjectSerializer.java
+2
-3
TableEngine.java
h2/src/main/org/h2/api/TableEngine.java
+2
-3
Trigger.java
h2/src/main/org/h2/api/Trigger.java
+2
-3
package.html
h2/src/main/org/h2/api/package.html
+1
-2
Bnf.java
h2/src/main/org/h2/bnf/Bnf.java
+2
-3
BnfVisitor.java
h2/src/main/org/h2/bnf/BnfVisitor.java
+2
-3
Rule.java
h2/src/main/org/h2/bnf/Rule.java
+2
-3
RuleElement.java
h2/src/main/org/h2/bnf/RuleElement.java
+2
-3
RuleFixed.java
h2/src/main/org/h2/bnf/RuleFixed.java
+2
-3
RuleHead.java
h2/src/main/org/h2/bnf/RuleHead.java
+2
-3
RuleList.java
h2/src/main/org/h2/bnf/RuleList.java
+2
-3
RuleOptional.java
h2/src/main/org/h2/bnf/RuleOptional.java
+2
-3
RuleRepeat.java
h2/src/main/org/h2/bnf/RuleRepeat.java
+2
-3
Sentence.java
h2/src/main/org/h2/bnf/Sentence.java
+2
-3
DbColumn.java
h2/src/main/org/h2/bnf/context/DbColumn.java
+2
-3
DbContents.java
h2/src/main/org/h2/bnf/context/DbContents.java
+2
-3
DbContextRule.java
h2/src/main/org/h2/bnf/context/DbContextRule.java
+2
-3
DbProcedure.java
h2/src/main/org/h2/bnf/context/DbProcedure.java
+2
-3
DbSchema.java
h2/src/main/org/h2/bnf/context/DbSchema.java
+2
-3
DbTableOrView.java
h2/src/main/org/h2/bnf/context/DbTableOrView.java
+2
-3
package.html
h2/src/main/org/h2/bnf/context/package.html
+1
-2
package.html
h2/src/main/org/h2/bnf/package.html
+1
-2
Command.java
h2/src/main/org/h2/command/Command.java
+2
-3
CommandContainer.java
h2/src/main/org/h2/command/CommandContainer.java
+2
-3
CommandInterface.java
h2/src/main/org/h2/command/CommandInterface.java
+2
-3
CommandList.java
h2/src/main/org/h2/command/CommandList.java
+2
-3
CommandRemote.java
h2/src/main/org/h2/command/CommandRemote.java
+2
-3
Parser.java
h2/src/main/org/h2/command/Parser.java
+2
-3
Prepared.java
h2/src/main/org/h2/command/Prepared.java
+2
-3
package.html
h2/src/main/org/h2/command/package.html
+1
-2
package.html
h2/src/main/org/h2/package.html
+1
-2
没有找到文件。
h2/src/docsrc/help/help.csv
浏览文件 @
08ec66d2
# Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
# Version 1.0, and under the Eclipse Public License, Version 1.0
# (http://h2database.com/html/license.html).
# Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
# and the EPL 1.0 (http://h2database.com/html/license.html).
# Initial Developer: H2 Group
"SECTION","TOPIC","SYNTAX","TEXT","EXAMPLE"
"Commands (DML)","SELECT","
...
...
h2/src/docsrc/html/advanced.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/architecture.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/build.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
@@ -253,8 +252,8 @@ Significant contributions need to include the following statement:
</p>
<p>
"I wrote the code, it's mine, and I'm contributing it to H2 for distribution
multiple-licensed under the
H2 License, version 1.0, and under the
Eclipse Public License, version 1.0
(http://h2database.com/html/license.html)."
multiple-licensed under the
MPL 2.0, and the EPL 1.0
(http://h2database.com/html/license.html)."
</p>
<h2
id=
"support"
>
Reporting Problems or Requests
</h2>
...
...
h2/src/docsrc/html/changelog.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
@@ -18,7 +17,8 @@ Change Log
<h1>
Change Log
</h1>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
Issue 565: MVStore: concurrently adding LOB objects
<ul><li>
The license was changed to MPL 2.0 (from 1.0) and EPL 1.0.
</li><li>
Issue 565: MVStore: concurrently adding LOB objects
(with MULTI_THREADED option) resulted in a NullPointerException.
</li><li>
MVStore: reduced dependencies to other H2 classes.
</li><li>
There was a way to prevent a database from being re-opened,
...
...
h2/src/docsrc/html/cheatSheet.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/datatypes.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/download.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/faq.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/features.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/fragments.html
浏览文件 @
08ec66d2
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html><head>
...
...
h2/src/docsrc/html/frame.html
浏览文件 @
08ec66d2
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html><head>
...
...
h2/src/docsrc/html/functions.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/grammar.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/history.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/installation.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/jaqu.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/license.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/links.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/main.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/mainWeb.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/mvstore.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/navigation.js
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* * Initial Developer: H2 Group
*/
function
scroll
()
{
...
...
h2/src/docsrc/html/performance.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/quickstart.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/html/search.js
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* * Initial Developer: H2 Group
*/
var
pages
=
new
Array
();
...
...
h2/src/docsrc/html/source.html
浏览文件 @
08ec66d2
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html><head>
...
...
h2/src/docsrc/html/sourceError.html
浏览文件 @
08ec66d2
<!-- can not use doctype -->
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html><head>
...
...
h2/src/docsrc/html/stylesheet.css
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* * Initial Developer: H2 Group
*/
td
,
input
,
select
,
textarea
,
body
,
code
,
pre
,
td
,
th
{
...
...
h2/src/docsrc/html/stylesheetPdf.css
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* * Initial Developer: H2 Group
*/
td
,
input
,
select
,
textarea
,
body
,
code
,
pre
,
td
,
th
{
...
...
h2/src/docsrc/html/tutorial.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/index.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/docsrc/javadoc/animate.js
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* * Initial Developer: H2 Group
*/
function
on
(
id
)
{
...
...
h2/src/docsrc/javadoc/classes.html
浏览文件 @
08ec66d2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html>
...
...
h2/src/docsrc/javadoc/index.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html>
...
...
h2/src/docsrc/javadoc/overview.html
浏览文件 @
08ec66d2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html>
...
...
h2/src/docsrc/javadoc/stylesheet.css
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* * Initial Developer: H2 Group
*/
td
,
input
,
select
,
textarea
,
body
,
code
,
pre
,
td
,
th
{
...
...
h2/src/docsrc/text/_docs_en.utf8.txt
浏览文件 @
08ec66d2
差异被折叠。
点击展开。
h2/src/docsrc/text/_docs_ja.utf8.txt
浏览文件 @
08ec66d2
差异被折叠。
点击展开。
h2/src/docsrc/textbase/_docs_en.properties
浏览文件 @
08ec66d2
差异被折叠。
点击展开。
h2/src/installer/pom-template.xml
浏览文件 @
08ec66d2
...
...
@@ -9,7 +9,7 @@
<description>
H2 Database Engine
</description>
<licenses>
<license>
<name>
The H2 License, Version
1.0
</name>
<name>
MPL 2.0, and EPL
1.0
</name>
<url>
http://h2database.com/html/license.html
</url>
<distribution>
repo
</distribution>
</license>
...
...
h2/src/main/org/h2/Driver.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
;
...
...
h2/src/main/org/h2/api/Aggregate.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
api
;
...
...
h2/src/main/org/h2/api/AggregateFunction.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
api
;
...
...
h2/src/main/org/h2/api/DatabaseEventListener.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
api
;
...
...
h2/src/main/org/h2/api/ErrorCode.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
api
;
...
...
h2/src/main/org/h2/api/JavaObjectSerializer.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
api
;
...
...
h2/src/main/org/h2/api/TableEngine.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
api
;
...
...
h2/src/main/org/h2/api/Trigger.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
api
;
...
...
h2/src/main/org/h2/api/package.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/main/org/h2/bnf/Bnf.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
;
...
...
h2/src/main/org/h2/bnf/BnfVisitor.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
;
...
...
h2/src/main/org/h2/bnf/Rule.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
;
...
...
h2/src/main/org/h2/bnf/RuleElement.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
;
...
...
h2/src/main/org/h2/bnf/RuleFixed.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
;
...
...
h2/src/main/org/h2/bnf/RuleHead.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
;
...
...
h2/src/main/org/h2/bnf/RuleList.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
;
...
...
h2/src/main/org/h2/bnf/RuleOptional.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
;
...
...
h2/src/main/org/h2/bnf/RuleRepeat.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
;
...
...
h2/src/main/org/h2/bnf/Sentence.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
;
...
...
h2/src/main/org/h2/bnf/context/DbColumn.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
.
context
;
...
...
h2/src/main/org/h2/bnf/context/DbContents.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
.
context
;
...
...
h2/src/main/org/h2/bnf/context/DbContextRule.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
.
context
;
...
...
h2/src/main/org/h2/bnf/context/DbProcedure.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
.
context
;
...
...
h2/src/main/org/h2/bnf/context/DbSchema.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
.
context
;
...
...
h2/src/main/org/h2/bnf/context/DbTableOrView.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
bnf
.
context
;
...
...
h2/src/main/org/h2/bnf/context/package.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/main/org/h2/bnf/package.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/main/org/h2/command/Command.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
;
...
...
h2/src/main/org/h2/command/CommandContainer.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
;
...
...
h2/src/main/org/h2/command/CommandInterface.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
;
...
...
h2/src/main/org/h2/command/CommandList.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
;
...
...
h2/src/main/org/h2/command/CommandRemote.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
;
...
...
h2/src/main/org/h2/command/Parser.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*
* Nicolas Fortin, Atelier SIG, IRSTV FR CNRS 24888
...
...
h2/src/main/org/h2/command/Prepared.java
浏览文件 @
08ec66d2
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
;
...
...
h2/src/main/org/h2/command/package.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/main/org/h2/package.html
浏览文件 @
08ec66d2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论