Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
f28845d3
提交
f28845d3
authored
10 年前
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
License change to MPL 2.0 / EPL 1.0
上级
08ec66d2
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
170 个修改的文件
包含
321 行增加
和
493 行删除
+321
-493
console.html
h2/src/tools/WEB-INF/console.html
+2
-4
web.xml
h2/src/tools/WEB-INF/web.xml
+2
-4
H2AbortException.java
h2/src/tools/org/h2/android/H2AbortException.java
+2
-3
H2Closable.java
h2/src/tools/org/h2/android/H2Closable.java
+2
-3
H2ConstraintException.java
h2/src/tools/org/h2/android/H2ConstraintException.java
+2
-3
H2Cursor.java
h2/src/tools/org/h2/android/H2Cursor.java
+2
-3
H2CursorDriver.java
h2/src/tools/org/h2/android/H2CursorDriver.java
+2
-3
H2Database.java
h2/src/tools/org/h2/android/H2Database.java
+2
-3
H2DatabaseCorruptException.java
h2/src/tools/org/h2/android/H2DatabaseCorruptException.java
+2
-3
H2DiskIOException.java
h2/src/tools/org/h2/android/H2DiskIOException.java
+2
-3
H2DoneException.java
h2/src/tools/org/h2/android/H2DoneException.java
+2
-3
H2Exception.java
h2/src/tools/org/h2/android/H2Exception.java
+2
-3
H2FullException.java
h2/src/tools/org/h2/android/H2FullException.java
+2
-3
H2MisuseException.java
h2/src/tools/org/h2/android/H2MisuseException.java
+2
-3
H2OpenHelper.java
h2/src/tools/org/h2/android/H2OpenHelper.java
+2
-3
H2Program.java
h2/src/tools/org/h2/android/H2Program.java
+2
-3
H2Query.java
h2/src/tools/org/h2/android/H2Query.java
+2
-3
H2QueryBuilder.java
h2/src/tools/org/h2/android/H2QueryBuilder.java
+2
-3
H2Statement.java
h2/src/tools/org/h2/android/H2Statement.java
+2
-3
H2TransactionListener.java
h2/src/tools/org/h2/android/H2TransactionListener.java
+2
-3
H2Utils.java
h2/src/tools/org/h2/android/H2Utils.java
+2
-3
package.html
h2/src/tools/org/h2/android/package.html
+1
-2
Build.java
h2/src/tools/org/h2/build/Build.java
+2
-3
BuildBase.java
h2/src/tools/org/h2/build/BuildBase.java
+2
-3
AbbaDetect.java
h2/src/tools/org/h2/build/code/AbbaDetect.java
+2
-3
CheckJavadoc.java
h2/src/tools/org/h2/build/code/CheckJavadoc.java
+2
-3
CheckTextFiles.java
h2/src/tools/org/h2/build/code/CheckTextFiles.java
+4
-5
SwitchSource.java
h2/src/tools/org/h2/build/code/SwitchSource.java
+2
-3
package.html
h2/src/tools/org/h2/build/code/package.html
+1
-2
BnfRailroad.java
h2/src/tools/org/h2/build/doc/BnfRailroad.java
+2
-3
BnfSyntax.java
h2/src/tools/org/h2/build/doc/BnfSyntax.java
+2
-3
FileConverter.java
h2/src/tools/org/h2/build/doc/FileConverter.java
+2
-3
GenerateDoc.java
h2/src/tools/org/h2/build/doc/GenerateDoc.java
+2
-3
GenerateHelp.java
h2/src/tools/org/h2/build/doc/GenerateHelp.java
+6
-7
LinkChecker.java
h2/src/tools/org/h2/build/doc/LinkChecker.java
+2
-3
MergeDocs.java
h2/src/tools/org/h2/build/doc/MergeDocs.java
+2
-3
RailroadImages.java
h2/src/tools/org/h2/build/doc/RailroadImages.java
+2
-3
SpellChecker.java
h2/src/tools/org/h2/build/doc/SpellChecker.java
+2
-3
UploadBuild.java
h2/src/tools/org/h2/build/doc/UploadBuild.java
+2
-3
WebSite.java
h2/src/tools/org/h2/build/doc/WebSite.java
+2
-3
XMLChecker.java
h2/src/tools/org/h2/build/doc/XMLChecker.java
+2
-3
XMLParser.java
h2/src/tools/org/h2/build/doc/XMLParser.java
+2
-3
buildNewsfeed.sql
h2/src/tools/org/h2/build/doc/buildNewsfeed.sql
+2
-3
package.html
h2/src/tools/org/h2/build/doc/package.html
+1
-2
Doclet.java
h2/src/tools/org/h2/build/doclet/Doclet.java
+2
-3
ResourceDoclet.java
h2/src/tools/org/h2/build/doclet/ResourceDoclet.java
+2
-3
package.html
h2/src/tools/org/h2/build/doclet/package.html
+1
-2
PrepareTranslation.java
h2/src/tools/org/h2/build/i18n/PrepareTranslation.java
+2
-3
PropertiesToUTF8.java
h2/src/tools/org/h2/build/i18n/PropertiesToUTF8.java
+2
-3
package.html
h2/src/tools/org/h2/build/i18n/package.html
+1
-2
HtmlConverter.java
h2/src/tools/org/h2/build/indexer/HtmlConverter.java
+2
-3
Indexer.java
h2/src/tools/org/h2/build/indexer/Indexer.java
+2
-3
Page.java
h2/src/tools/org/h2/build/indexer/Page.java
+2
-3
Weight.java
h2/src/tools/org/h2/build/indexer/Weight.java
+2
-3
Word.java
h2/src/tools/org/h2/build/indexer/Word.java
+2
-3
package.html
h2/src/tools/org/h2/build/indexer/package.html
+1
-2
package.html
h2/src/tools/org/h2/build/package.html
+1
-2
CacheLIRS.java
h2/src/tools/org/h2/dev/cache/CacheLIRS.java
+2
-3
package.html
h2/src/tools/org/h2/dev/cache/package.html
+1
-2
ShardedMap.java
h2/src/tools/org/h2/dev/cluster/ShardedMap.java
+2
-3
package.html
h2/src/tools/org/h2/dev/cluster/package.html
+1
-2
ArchiveTool.java
h2/src/tools/org/h2/dev/fs/ArchiveTool.java
+2
-3
ArchiveToolStore.java
h2/src/tools/org/h2/dev/fs/ArchiveToolStore.java
+2
-3
FilePathZip2.java
h2/src/tools/org/h2/dev/fs/FilePathZip2.java
+2
-3
FileShell.java
h2/src/tools/org/h2/dev/fs/FileShell.java
+2
-3
package.html
h2/src/tools/org/h2/dev/fs/package.html
+1
-2
FtpClient.java
h2/src/tools/org/h2/dev/ftp/FtpClient.java
+2
-3
package.html
h2/src/tools/org/h2/dev/ftp/package.html
+1
-2
FtpControl.java
h2/src/tools/org/h2/dev/ftp/server/FtpControl.java
+2
-3
FtpData.java
h2/src/tools/org/h2/dev/ftp/server/FtpData.java
+2
-3
FtpEvent.java
h2/src/tools/org/h2/dev/ftp/server/FtpEvent.java
+2
-3
FtpEventListener.java
h2/src/tools/org/h2/dev/ftp/server/FtpEventListener.java
+2
-3
FtpServer.java
h2/src/tools/org/h2/dev/ftp/server/FtpServer.java
+2
-3
package.html
h2/src/tools/org/h2/dev/ftp/server/package.html
+1
-2
SendMail.java.txt
h2/src/tools/org/h2/dev/mail/SendMail.java.txt
+2
-3
PgTcpRedirect.java
h2/src/tools/org/h2/dev/net/PgTcpRedirect.java
+2
-3
package.html
h2/src/tools/org/h2/dev/net/package.html
+1
-2
SecureKeyStoreBuilder.java
h2/src/tools/org/h2/dev/security/SecureKeyStoreBuilder.java
+2
-3
package.html
h2/src/tools/org/h2/dev/security/package.html
+1
-2
InPlaceStableMergeSort.java
h2/src/tools/org/h2/dev/sort/InPlaceStableMergeSort.java
+2
-3
InPlaceStableQuicksort.java
h2/src/tools/org/h2/dev/sort/InPlaceStableQuicksort.java
+2
-3
package.html
h2/src/tools/org/h2/dev/sort/package.html
+1
-2
ArrayUtils.java
h2/src/tools/org/h2/dev/util/ArrayUtils.java
+2
-3
Base64.java
h2/src/tools/org/h2/dev/util/Base64.java
+2
-3
FileContentHash.java
h2/src/tools/org/h2/dev/util/FileContentHash.java
+2
-3
FileViewer.java
h2/src/tools/org/h2/dev/util/FileViewer.java
+2
-3
JavaProcessKiller.java
h2/src/tools/org/h2/dev/util/JavaProcessKiller.java
+2
-3
Migrate.java
h2/src/tools/org/h2/dev/util/Migrate.java
+2
-3
ReaderInputStream.java
h2/src/tools/org/h2/dev/util/ReaderInputStream.java
+2
-3
ThreadDumpFilter.java
h2/src/tools/org/h2/dev/util/ThreadDumpFilter.java
+2
-3
package.html
h2/src/tools/org/h2/dev/util/package.html
+1
-2
CompareType.java
h2/src/tools/org/h2/jaqu/CompareType.java
+2
-3
Condition.java
h2/src/tools/org/h2/jaqu/Condition.java
+2
-3
ConditionAndOr.java
h2/src/tools/org/h2/jaqu/ConditionAndOr.java
+2
-3
Db.java
h2/src/tools/org/h2/jaqu/Db.java
+2
-3
DbInspector.java
h2/src/tools/org/h2/jaqu/DbInspector.java
+2
-3
DbUpgrader.java
h2/src/tools/org/h2/jaqu/DbUpgrader.java
+2
-3
DbVersion.java
h2/src/tools/org/h2/jaqu/DbVersion.java
+2
-3
Define.java
h2/src/tools/org/h2/jaqu/Define.java
+2
-3
Filter.java
h2/src/tools/org/h2/jaqu/Filter.java
+2
-3
Function.java
h2/src/tools/org/h2/jaqu/Function.java
+2
-3
ModelUtils.java
h2/src/tools/org/h2/jaqu/ModelUtils.java
+2
-3
OrderExpression.java
h2/src/tools/org/h2/jaqu/OrderExpression.java
+2
-3
Query.java
h2/src/tools/org/h2/jaqu/Query.java
+2
-3
QueryCondition.java
h2/src/tools/org/h2/jaqu/QueryCondition.java
+2
-3
QueryJoin.java
h2/src/tools/org/h2/jaqu/QueryJoin.java
+2
-3
QueryJoinCondition.java
h2/src/tools/org/h2/jaqu/QueryJoinCondition.java
+2
-3
QueryWhere.java
h2/src/tools/org/h2/jaqu/QueryWhere.java
+2
-3
SQLDialect.java
h2/src/tools/org/h2/jaqu/SQLDialect.java
+2
-3
SQLStatement.java
h2/src/tools/org/h2/jaqu/SQLStatement.java
+2
-3
SelectColumn.java
h2/src/tools/org/h2/jaqu/SelectColumn.java
+2
-3
SelectTable.java
h2/src/tools/org/h2/jaqu/SelectTable.java
+2
-3
Table.java
h2/src/tools/org/h2/jaqu/Table.java
+2
-3
TableDefinition.java
h2/src/tools/org/h2/jaqu/TableDefinition.java
+2
-3
TableInspector.java
h2/src/tools/org/h2/jaqu/TableInspector.java
+2
-3
TestCondition.java
h2/src/tools/org/h2/jaqu/TestCondition.java
+2
-3
Token.java
h2/src/tools/org/h2/jaqu/Token.java
+2
-3
UpdateColumn.java
h2/src/tools/org/h2/jaqu/UpdateColumn.java
+2
-3
UpdateColumnIncrement.java
h2/src/tools/org/h2/jaqu/UpdateColumnIncrement.java
+2
-3
UpdateColumnSet.java
h2/src/tools/org/h2/jaqu/UpdateColumnSet.java
+2
-3
ValidationRemark.java
h2/src/tools/org/h2/jaqu/ValidationRemark.java
+2
-3
And.java
h2/src/tools/org/h2/jaqu/bytecode/And.java
+2
-3
ArrayGet.java
h2/src/tools/org/h2/jaqu/bytecode/ArrayGet.java
+2
-3
CaseWhen.java
h2/src/tools/org/h2/jaqu/bytecode/CaseWhen.java
+2
-3
ClassReader.java
h2/src/tools/org/h2/jaqu/bytecode/ClassReader.java
+2
-3
Constant.java
h2/src/tools/org/h2/jaqu/bytecode/Constant.java
+2
-3
ConstantNumber.java
h2/src/tools/org/h2/jaqu/bytecode/ConstantNumber.java
+2
-3
ConstantString.java
h2/src/tools/org/h2/jaqu/bytecode/ConstantString.java
+2
-3
Function.java
h2/src/tools/org/h2/jaqu/bytecode/Function.java
+2
-3
Not.java
h2/src/tools/org/h2/jaqu/bytecode/Not.java
+2
-3
Null.java
h2/src/tools/org/h2/jaqu/bytecode/Null.java
+2
-3
Operation.java
h2/src/tools/org/h2/jaqu/bytecode/Operation.java
+2
-3
Or.java
h2/src/tools/org/h2/jaqu/bytecode/Or.java
+2
-3
Variable.java
h2/src/tools/org/h2/jaqu/bytecode/Variable.java
+2
-3
package.html
h2/src/tools/org/h2/jaqu/bytecode/package.html
+1
-2
package.html
h2/src/tools/org/h2/jaqu/package.html
+1
-2
ClassUtils.java
h2/src/tools/org/h2/jaqu/util/ClassUtils.java
+2
-3
GenerateModels.java
h2/src/tools/org/h2/jaqu/util/GenerateModels.java
+2
-3
Message.java
h2/src/tools/org/h2/jaqu/util/Message.java
+2
-3
StatementLogger.java
h2/src/tools/org/h2/jaqu/util/StatementLogger.java
+2
-3
WeakIdentityHashMap.java
h2/src/tools/org/h2/jaqu/util/WeakIdentityHashMap.java
+2
-3
package.html
h2/src/tools/org/h2/jaqu/util/package.html
+1
-2
ClassObj.java
h2/src/tools/org/h2/java/ClassObj.java
+2
-3
Expr.java
h2/src/tools/org/h2/java/Expr.java
+2
-3
Ignore.java
h2/src/tools/org/h2/java/Ignore.java
+2
-3
JavaParser.java
h2/src/tools/org/h2/java/JavaParser.java
+2
-3
Local.java
h2/src/tools/org/h2/java/Local.java
+2
-3
Statement.java
h2/src/tools/org/h2/java/Statement.java
+2
-3
Test.java
h2/src/tools/org/h2/java/Test.java
+2
-3
TestApp.java
h2/src/tools/org/h2/java/TestApp.java
+2
-3
PrintStream.java
h2/src/tools/org/h2/java/io/PrintStream.java
+2
-3
package.html
h2/src/tools/org/h2/java/io/package.html
+1
-2
Integer.java
h2/src/tools/org/h2/java/lang/Integer.java
+2
-3
Long.java
h2/src/tools/org/h2/java/lang/Long.java
+2
-3
Math.java
h2/src/tools/org/h2/java/lang/Math.java
+2
-3
Object.java
h2/src/tools/org/h2/java/lang/Object.java
+2
-3
String.java
h2/src/tools/org/h2/java/lang/String.java
+2
-3
StringBuilder.java
h2/src/tools/org/h2/java/lang/StringBuilder.java
+2
-3
System.java
h2/src/tools/org/h2/java/lang/System.java
+2
-3
package.html
h2/src/tools/org/h2/java/lang/package.html
+1
-2
package.html
h2/src/tools/org/h2/java/package.html
+1
-2
Arrays.java
h2/src/tools/org/h2/java/util/Arrays.java
+2
-3
package.html
h2/src/tools/org/h2/java/util/package.html
+1
-2
Railroads.java
h2/src/tools/org/h2/jcr/Railroads.java
+2
-3
help.csv
h2/src/tools/org/h2/jcr/help.csv
+2
-3
jcr-sql2.html
h2/src/tools/org/h2/jcr/jcr-sql2.html
+1
-2
package.html
h2/src/tools/org/h2/jcr/package.html
+1
-2
stylesheet.css
h2/src/tools/org/h2/jcr/stylesheet.css
+3
-4
FunctionsMySQL.java
h2/src/tools/org/h2/mode/FunctionsMySQL.java
+2
-3
package.html
h2/src/tools/org/h2/mode/package.html
+1
-2
没有找到文件。
h2/src/tools/WEB-INF/console.html
浏览文件 @
f28845d3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
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
-->
<html>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/WEB-INF/web.xml
浏览文件 @
f28845d3
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<web-app
xmlns=
"http://java.sun.com/xml/ns/javaee"
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2AbortException.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Closable.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2ConstraintException.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Cursor.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2CursorDriver.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Database.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2DatabaseCorruptException.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2DiskIOException.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2DoneException.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Exception.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2FullException.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2MisuseException.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2OpenHelper.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Program.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Query.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2QueryBuilder.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Statement.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2TransactionListener.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Utils.java
浏览文件 @
f28845d3
/*
* 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
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/Build.java
浏览文件 @
f28845d3
/*
* 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
.
build
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/BuildBase.java
浏览文件 @
f28845d3
/*
* 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
.
build
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/code/AbbaDetect.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
code
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/code/CheckJavadoc.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
code
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/code/CheckTextFiles.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
code
;
...
...
@@ -21,10 +20,10 @@ public class CheckTextFiles {
private
static
final
int
MAX_SOURCE_LINE_SIZE
=
100
;
// must contain "+" otherwise this here counts as well
private
static
final
String
COPYRIGHT
=
"Copyright 2004-201
3
"
+
private
static
final
String
COPYRIGHT
=
"Copyright 2004-201
4
"
+
"H2 Group."
;
private
static
final
String
LICENSE
=
"Multiple-Licensed "
+
"under the
H2 License
"
;
"under the
MPL 2.0
"
;
private
static
final
String
[]
SUFFIX_CHECK
=
{
"html"
,
"jsp"
,
"js"
,
"css"
,
"bat"
,
"nsi"
,
"java"
,
"txt"
,
"properties"
,
"sql"
,
"xml"
,
"csv"
,
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/code/SwitchSource.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
code
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/code/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/BnfRailroad.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/BnfSyntax.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/FileConverter.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/GenerateDoc.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/GenerateHelp.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
@@ -52,10 +51,10 @@ public class GenerateHelp {
rs2
.
addRow
(
row
);
}
BufferedWriter
writer
=
new
BufferedWriter
(
new
FileWriter
(
out
));
writer
.
write
(
"# Copyright 2004-201
3
H2 Group. "
+
"Multiple-Licensed under the
H2 License
,\n"
+
"#
Version 1.0, and under the Eclipse Public License, Version 1.0\n
"
+
"
#
(http://h2database.com/html/license.html).\n"
+
writer
.
write
(
"# Copyright 2004-201
4
H2 Group. "
+
"Multiple-Licensed under the
MPL 2.0
,\n"
+
"#
and the EPL 1.0
"
+
"(http://h2database.com/html/license.html).\n"
+
"# Initial Developer: H2 Group)\n"
);
csv
=
new
Csv
();
csv
.
setLineSeparator
(
"\n"
);
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/LinkChecker.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/MergeDocs.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/RailroadImages.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/SpellChecker.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/UploadBuild.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/WebSite.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/XMLChecker.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/XMLParser.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doc
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/buildNewsfeed.sql
浏览文件 @
f28845d3
/*
* 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
*/
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doclet/Doclet.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doclet
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doclet/ResourceDoclet.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
doclet
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doclet/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/i18n/PrepareTranslation.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
i18n
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/i18n/PropertiesToUTF8.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
i18n
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/i18n/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/indexer/HtmlConverter.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
indexer
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/indexer/Indexer.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
indexer
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/indexer/Page.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
indexer
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/indexer/Weight.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
indexer
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/indexer/Word.java
浏览文件 @
f28845d3
/*
* 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
.
build
.
indexer
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/indexer/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/cache/CacheLIRS.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
cache
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/cache/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/cluster/ShardedMap.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
cluster
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/cluster/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/fs/ArchiveTool.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/fs/ArchiveToolStore.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/fs/FilePathZip2.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/fs/FileShell.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/fs/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/ftp/FtpClient.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
ftp
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/ftp/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/ftp/server/FtpControl.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
ftp
.
server
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/ftp/server/FtpData.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
ftp
.
server
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/ftp/server/FtpEvent.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
ftp
.
server
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/ftp/server/FtpEventListener.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
ftp
.
server
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/ftp/server/FtpServer.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
ftp
.
server
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/ftp/server/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/mail/SendMail.java.txt
浏览文件 @
f28845d3
/*
* 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.dev.mail;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/net/PgTcpRedirect.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
net
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/net/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/security/SecureKeyStoreBuilder.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
security
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/security/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/sort/InPlaceStableMergeSort.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
sort
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/sort/InPlaceStableQuicksort.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
sort
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/sort/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/util/ArrayUtils.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/util/Base64.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/util/FileContentHash.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/util/FileViewer.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/util/JavaProcessKiller.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/util/Migrate.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/util/ReaderInputStream.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/util/ThreadDumpFilter.java
浏览文件 @
f28845d3
/*
* 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
.
dev
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/dev/util/package.html
浏览文件 @
f28845d3
<!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"
>
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/jaqu/CompareType.java
浏览文件 @
f28845d3
/*
* 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
.
jaqu
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/jaqu/Condition.java
浏览文件 @
f28845d3
/*
* 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
.
jaqu
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/jaqu/ConditionAndOr.java
浏览文件 @
f28845d3
/*
* 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
.
jaqu
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/jaqu/Db.java
浏览文件 @
f28845d3
/*
* 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
.
jaqu
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/jaqu/DbInspector.java
浏览文件 @
f28845d3
/*
* 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: James Moger
*/
package
org
.
h2
.
jaqu
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/jaqu/DbUpgrader.java
浏览文件 @
f28845d3
/*
* 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: James Moger
*/
package
org
.
h2
.
jaqu
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/jaqu/DbVersion.java
浏览文件 @
f28845d3
/*
* 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: James Moger
*/
package
org
.
h2
.
jaqu
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/jaqu/Define.java
浏览文件 @
f28845d3
/*
* 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
.
jaqu
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/jaqu/Filter.java
浏览文件 @
f28845d3
/*
* 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
.
jaqu
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/jaqu/Function.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/ModelUtils.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/OrderExpression.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/Query.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/QueryCondition.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/QueryJoin.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/QueryJoinCondition.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/QueryWhere.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/SQLDialect.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/SQLStatement.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/SelectColumn.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/SelectTable.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/Table.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/TableDefinition.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/TableInspector.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/TestCondition.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/Token.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/UpdateColumn.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/UpdateColumnIncrement.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/UpdateColumnSet.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/ValidationRemark.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/And.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/ArrayGet.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/CaseWhen.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/ClassReader.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/Constant.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/ConstantNumber.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/ConstantString.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/Function.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/Not.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/Null.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/Operation.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/Or.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/Variable.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/bytecode/package.html
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/package.html
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/util/ClassUtils.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/util/GenerateModels.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/util/Message.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/util/StatementLogger.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/util/WeakIdentityHashMap.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jaqu/util/package.html
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/ClassObj.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/Expr.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/Ignore.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/JavaParser.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/Local.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/Statement.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/Test.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/TestApp.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/io/PrintStream.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/io/package.html
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/lang/Integer.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/lang/Long.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/lang/Math.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/lang/Object.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/lang/String.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/lang/StringBuilder.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/lang/System.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/lang/package.html
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/package.html
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/util/Arrays.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/java/util/package.html
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jcr/Railroads.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jcr/help.csv
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jcr/jcr-sql2.html
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jcr/package.html
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/jcr/stylesheet.css
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/mode/FunctionsMySQL.java
浏览文件 @
f28845d3
差异被折叠。
点击展开。
h2/src/tools/org/h2/mode/package.html
浏览文件 @
f28845d3
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论