Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
2161dad7
提交
2161dad7
authored
14 年前
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix license formatting.
上级
3a257a31
master
noel-pr1
plus33-master
pr/267
stumc-Issue#576
version-1.4.198
version-1.4.197
version-1.4.196
version-1.4.195
version-1.4.194
version-1.4.193
version-1.4.192
version-1.4.191
version-1.4.190
version-1.4.188
version-1.4.187
version-1.4.186
version-1.4.185
version-1.4.184
version-1.4.183
version-1.4.182
version-1.4.181
version-1.4.178
version-1.4.177
version-1.3
version-1.2
version-1.1
version-1.0
无相关合并请求
显示空白字符变更
内嵌
并排
正在显示
35 个修改的文件
包含
176 行增加
和
127 行删除
+176
-127
Activity.java
h2/src/tools/android/app/Activity.java
+4
-3
ContentResolver.java
h2/src/tools/android/content/ContentResolver.java
+4
-3
ContentValues.java
h2/src/tools/android/content/ContentValues.java
+4
-3
Context.java
h2/src/tools/android/content/Context.java
+6
-4
AbstractCursor.java
h2/src/tools/android/database/AbstractCursor.java
+4
-3
AbstractWindowedCursor.java
h2/src/tools/android/database/AbstractWindowedCursor.java
+4
-3
CharArrayBuffer.java
h2/src/tools/android/database/CharArrayBuffer.java
+4
-3
ContentObserver.java
h2/src/tools/android/database/ContentObserver.java
+4
-3
Cursor.java
h2/src/tools/android/database/Cursor.java
+4
-3
CursorWindow.java
h2/src/tools/android/database/CursorWindow.java
+4
-3
DataSetObserver.java
h2/src/tools/android/database/DataSetObserver.java
+4
-3
SQLException.java
h2/src/tools/android/database/SQLException.java
+4
-3
SQLiteClosable.java
h2/src/tools/android/database/sqlite/SQLiteClosable.java
+4
-3
Uri.java
h2/src/tools/android/net/Uri.java
+4
-3
Bundle.java
h2/src/tools/android/os/Bundle.java
+4
-3
Test.java
h2/src/tools/android/test/Test.java
+4
-3
H2AbortException.java
h2/src/tools/org/h2/android/H2AbortException.java
+4
-3
H2Closable.java
h2/src/tools/org/h2/android/H2Closable.java
+4
-3
H2ConstraintException.java
h2/src/tools/org/h2/android/H2ConstraintException.java
+4
-3
H2Cursor.java
h2/src/tools/org/h2/android/H2Cursor.java
+4
-3
H2CursorDriver.java
h2/src/tools/org/h2/android/H2CursorDriver.java
+7
-6
H2Database.java
h2/src/tools/org/h2/android/H2Database.java
+4
-3
H2DatabaseCorruptException.java
h2/src/tools/org/h2/android/H2DatabaseCorruptException.java
+6
-0
H2DiskIOException.java
h2/src/tools/org/h2/android/H2DiskIOException.java
+6
-0
H2DoneException.java
h2/src/tools/org/h2/android/H2DoneException.java
+6
-0
H2Exception.java
h2/src/tools/org/h2/android/H2Exception.java
+4
-3
H2FullException.java
h2/src/tools/org/h2/android/H2FullException.java
+4
-3
H2MisuseException.java
h2/src/tools/org/h2/android/H2MisuseException.java
+4
-3
H2OpenHelper.java
h2/src/tools/org/h2/android/H2OpenHelper.java
+10
-9
H2Program.java
h2/src/tools/org/h2/android/H2Program.java
+10
-9
H2Query.java
h2/src/tools/org/h2/android/H2Query.java
+8
-7
H2QueryBuilder.java
h2/src/tools/org/h2/android/H2QueryBuilder.java
+14
-14
H2Statement.java
h2/src/tools/org/h2/android/H2Statement.java
+3
-3
H2TransactionListener.java
h2/src/tools/org/h2/android/H2TransactionListener.java
+4
-3
H2Utils.java
h2/src/tools/org/h2/android/H2Utils.java
+4
-3
没有找到文件。
h2/src/tools/android/app/Activity.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
app
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/content/ContentResolver.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
content
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/content/ContentValues.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
content
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/content/Context.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
content
;
...
...
@@ -11,7 +12,8 @@ package android.content;
public
class
Context
{
/**
* The file may only be accessed by this application, or by application with the same user ID.
* The file may only be accessed by this application, or by application with
* the same user ID.
*/
public
static
final
int
MODE_PRIVATE
=
0
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/database/AbstractCursor.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
database
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/database/AbstractWindowedCursor.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
database
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/database/CharArrayBuffer.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
database
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/database/ContentObserver.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
database
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/database/Cursor.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
database
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/database/CursorWindow.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
database
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/database/DataSetObserver.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
database
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/database/SQLException.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
database
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/database/sqlite/SQLiteClosable.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
database
.
sqlite
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/net/Uri.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
net
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/os/Bundle.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
os
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/android/test/Test.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
android
.
test
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2AbortException.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Closable.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2ConstraintException.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Cursor.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2CursorDriver.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Database.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2DatabaseCorruptException.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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
*/
package
org
.
h2
.
android
;
/**
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2DiskIOException.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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
*/
package
org
.
h2
.
android
;
/**
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2DoneException.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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
*/
package
org
.
h2
.
android
;
/**
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Exception.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2FullException.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2MisuseException.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2OpenHelper.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Program.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Query.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2QueryBuilder.java
浏览文件 @
2161dad7
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Statement.java
浏览文件 @
2161dad7
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2TransactionListener.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/android/H2Utils.java
浏览文件 @
2161dad7
/*
* Copyright 2004-2010 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-2010 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
*/
package
org
.
h2
.
android
;
...
...
This diff is collapsed.
Click to expand it.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论