Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
8406dbba
提交
8406dbba
authored
17 年前
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
copyright 2008
上级
add5ed0a
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
181 个修改的文件
包含
227 行增加
和
237 行删除
+227
-237
PgServer.java
h2/src/main/org/h2/server/pg/PgServer.java
+1
-1
PgServerThread.java
h2/src/main/org/h2/server/pg/PgServerThread.java
+16
-11
package.html
h2/src/main/org/h2/server/pg/package.html
+1
-1
pg_catalog.sql
h2/src/main/org/h2/server/pg/pg_catalog.sql
+1
-1
ConnectionInfo.java
h2/src/main/org/h2/server/web/ConnectionInfo.java
+1
-1
DbColumn.java
h2/src/main/org/h2/server/web/DbColumn.java
+1
-1
DbContents.java
h2/src/main/org/h2/server/web/DbContents.java
+1
-1
DbContextRule.java
h2/src/main/org/h2/server/web/DbContextRule.java
+1
-1
DbSchema.java
h2/src/main/org/h2/server/web/DbSchema.java
+1
-1
DbStarter.java
h2/src/main/org/h2/server/web/DbStarter.java
+1
-1
DbTableOrView.java
h2/src/main/org/h2/server/web/DbTableOrView.java
+1
-1
PageParser.java
h2/src/main/org/h2/server/web/PageParser.java
+18
-6
WebServer.java
h2/src/main/org/h2/server/web/WebServer.java
+1
-1
WebServlet.java
h2/src/main/org/h2/server/web/WebServlet.java
+1
-1
WebSession.java
h2/src/main/org/h2/server/web/WebSession.java
+1
-1
WebThread.java
h2/src/main/org/h2/server/web/WebThread.java
+4
-4
package.html
h2/src/main/org/h2/server/web/package.html
+1
-1
admin.jsp
h2/src/main/org/h2/server/web/res/admin.jsp
+1
-1
adminLogin.jsp
h2/src/main/org/h2/server/web/res/adminLogin.jsp
+1
-1
error.jsp
h2/src/main/org/h2/server/web/res/error.jsp
+1
-1
frame.jsp
h2/src/main/org/h2/server/web/res/frame.jsp
+1
-1
header.jsp
h2/src/main/org/h2/server/web/res/header.jsp
+1
-1
help.jsp
h2/src/main/org/h2/server/web/res/help.jsp
+1
-1
index.jsp
h2/src/main/org/h2/server/web/res/index.jsp
+1
-1
login.jsp
h2/src/main/org/h2/server/web/res/login.jsp
+1
-1
main.jsp
h2/src/main/org/h2/server/web/res/main.jsp
+1
-1
notAllowed.jsp
h2/src/main/org/h2/server/web/res/notAllowed.jsp
+1
-1
query.jsp
h2/src/main/org/h2/server/web/res/query.jsp
+1
-1
result.jsp
h2/src/main/org/h2/server/web/res/result.jsp
+1
-1
stylesheet.css
h2/src/main/org/h2/server/web/res/stylesheet.css
+1
-1
table.js
h2/src/main/org/h2/server/web/res/table.js
+1
-1
tables.jsp
h2/src/main/org/h2/server/web/res/tables.jsp
+1
-1
tree.js
h2/src/main/org/h2/server/web/res/tree.js
+1
-1
DataHandler.java
h2/src/main/org/h2/store/DataHandler.java
+1
-1
DataPage.java
h2/src/main/org/h2/store/DataPage.java
+1
-1
DataPageBinary.java
h2/src/main/org/h2/store/DataPageBinary.java
+1
-1
DataPageText.java
h2/src/main/org/h2/store/DataPageText.java
+1
-1
DiskFile.java
h2/src/main/org/h2/store/DiskFile.java
+1
-1
FileLister.java
h2/src/main/org/h2/store/FileLister.java
+1
-1
FileLock.java
h2/src/main/org/h2/store/FileLock.java
+1
-1
FileStore.java
h2/src/main/org/h2/store/FileStore.java
+1
-1
FileStoreInputStream.java
h2/src/main/org/h2/store/FileStoreInputStream.java
+1
-1
FileStoreOutputStream.java
h2/src/main/org/h2/store/FileStoreOutputStream.java
+1
-1
Record.java
h2/src/main/org/h2/store/Record.java
+1
-1
RecordReader.java
h2/src/main/org/h2/store/RecordReader.java
+1
-1
Storage.java
h2/src/main/org/h2/store/Storage.java
+1
-1
WriterThread.java
h2/src/main/org/h2/store/WriterThread.java
+1
-1
FileObject.java
h2/src/main/org/h2/store/fs/FileObject.java
+1
-1
FileObjectDatabase.java
h2/src/main/org/h2/store/fs/FileObjectDatabase.java
+1
-1
FileObjectDisk.java
h2/src/main/org/h2/store/fs/FileObjectDisk.java
+1
-1
FileObjectInputStream.java
h2/src/main/org/h2/store/fs/FileObjectInputStream.java
+1
-1
FileObjectMemory.java
h2/src/main/org/h2/store/fs/FileObjectMemory.java
+1
-1
FileObjectOutputStream.java
h2/src/main/org/h2/store/fs/FileObjectOutputStream.java
+1
-1
FileObjectZip.java
h2/src/main/org/h2/store/fs/FileObjectZip.java
+1
-1
FileSystem.java
h2/src/main/org/h2/store/fs/FileSystem.java
+1
-1
FileSystemDatabase.java
h2/src/main/org/h2/store/fs/FileSystemDatabase.java
+1
-1
FileSystemDisk.java
h2/src/main/org/h2/store/fs/FileSystemDisk.java
+1
-1
FileSystemMemory.java
h2/src/main/org/h2/store/fs/FileSystemMemory.java
+1
-1
FileSystemZip.java
h2/src/main/org/h2/store/fs/FileSystemZip.java
+1
-1
package.html
h2/src/main/org/h2/store/fs/package.html
+1
-1
package.html
h2/src/main/org/h2/store/package.html
+1
-1
Column.java
h2/src/main/org/h2/table/Column.java
+1
-1
ColumnResolver.java
h2/src/main/org/h2/table/ColumnResolver.java
+1
-1
FunctionTable.java
h2/src/main/org/h2/table/FunctionTable.java
+1
-1
IndexColumn.java
h2/src/main/org/h2/table/IndexColumn.java
+1
-1
LinkSchema.java
h2/src/main/org/h2/table/LinkSchema.java
+1
-1
MetaTable.java
h2/src/main/org/h2/table/MetaTable.java
+1
-1
Plan.java
h2/src/main/org/h2/table/Plan.java
+1
-1
PlanItem.java
h2/src/main/org/h2/table/PlanItem.java
+1
-1
RangeTable.java
h2/src/main/org/h2/table/RangeTable.java
+1
-1
SingleColumnResolver.java
h2/src/main/org/h2/table/SingleColumnResolver.java
+1
-1
Table.java
h2/src/main/org/h2/table/Table.java
+1
-1
TableData.java
h2/src/main/org/h2/table/TableData.java
+1
-1
TableFilter.java
h2/src/main/org/h2/table/TableFilter.java
+1
-1
TableLink.java
h2/src/main/org/h2/table/TableLink.java
+1
-1
TableView.java
h2/src/main/org/h2/table/TableView.java
+1
-1
package.html
h2/src/main/org/h2/table/package.html
+1
-1
Backup.java
h2/src/main/org/h2/tools/Backup.java
+1
-1
ChangePassword.java
h2/src/main/org/h2/tools/ChangePassword.java
+1
-1
CompressTool.java
h2/src/main/org/h2/tools/CompressTool.java
+1
-1
Console.java
h2/src/main/org/h2/tools/Console.java
+1
-1
ConvertTraceFile.java
h2/src/main/org/h2/tools/ConvertTraceFile.java
+1
-1
CreateCluster.java
h2/src/main/org/h2/tools/CreateCluster.java
+1
-1
Csv.java
h2/src/main/org/h2/tools/Csv.java
+1
-1
DeleteDbFiles.java
h2/src/main/org/h2/tools/DeleteDbFiles.java
+1
-1
MultiDimension.java
h2/src/main/org/h2/tools/MultiDimension.java
+1
-1
Recover.java
h2/src/main/org/h2/tools/Recover.java
+1
-1
Restore.java
h2/src/main/org/h2/tools/Restore.java
+1
-1
RunScript.java
h2/src/main/org/h2/tools/RunScript.java
+1
-1
Script.java
h2/src/main/org/h2/tools/Script.java
+1
-1
Server.java
h2/src/main/org/h2/tools/Server.java
+1
-1
SimpleResultSet.java
h2/src/main/org/h2/tools/SimpleResultSet.java
+1
-1
SimpleRowSource.java
h2/src/main/org/h2/tools/SimpleRowSource.java
+1
-1
package.html
h2/src/main/org/h2/tools/package.html
+1
-1
AutoCloseInputStream.java
h2/src/main/org/h2/util/AutoCloseInputStream.java
+1
-1
BitField.java
h2/src/main/org/h2/util/BitField.java
+1
-1
ByteUtils.java
h2/src/main/org/h2/util/ByteUtils.java
+1
-1
Cache.java
h2/src/main/org/h2/util/Cache.java
+1
-1
Cache2Q.java
h2/src/main/org/h2/util/Cache2Q.java
+1
-1
CacheHead.java
h2/src/main/org/h2/util/CacheHead.java
+1
-1
CacheLRU.java
h2/src/main/org/h2/util/CacheLRU.java
+1
-1
CacheObject.java
h2/src/main/org/h2/util/CacheObject.java
+1
-1
CacheWriter.java
h2/src/main/org/h2/util/CacheWriter.java
+1
-1
ClassUtils.java
h2/src/main/org/h2/util/ClassUtils.java
+1
-1
DateTimeUtils.java
h2/src/main/org/h2/util/DateTimeUtils.java
+1
-1
ExactUTF8InputStreamReader.java
h2/src/main/org/h2/util/ExactUTF8InputStreamReader.java
+1
-1
FileUtils.java
h2/src/main/org/h2/util/FileUtils.java
+1
-1
HashBase.java
h2/src/main/org/h2/util/HashBase.java
+1
-1
IOUtils.java
h2/src/main/org/h2/util/IOUtils.java
+1
-1
IntArray.java
h2/src/main/org/h2/util/IntArray.java
+1
-1
IntHashMap.java
h2/src/main/org/h2/util/IntHashMap.java
+1
-1
IntIntHashMap.java
h2/src/main/org/h2/util/IntIntHashMap.java
+1
-1
JdbcConnectionListener.java
h2/src/main/org/h2/util/JdbcConnectionListener.java
+1
-1
JdbcUtils.java
h2/src/main/org/h2/util/JdbcUtils.java
+1
-1
MathUtils.java
h2/src/main/org/h2/util/MathUtils.java
+1
-1
MemoryUtils.java
h2/src/main/org/h2/util/MemoryUtils.java
+1
-1
NetUtils.java
h2/src/main/org/h2/util/NetUtils.java
+1
-1
ObjectArray.java
h2/src/main/org/h2/util/ObjectArray.java
+1
-1
ObjectUtils.java
h2/src/main/org/h2/util/ObjectUtils.java
+1
-1
Permutations.java
h2/src/main/org/h2/util/Permutations.java
+1
-1
RandomUtils.java
h2/src/main/org/h2/util/RandomUtils.java
+1
-1
ReaderInputStream.java
h2/src/main/org/h2/util/ReaderInputStream.java
+1
-1
ResourceData.java
h2/src/main/org/h2/util/ResourceData.java
+1
-1
Resources.java
h2/src/main/org/h2/util/Resources.java
+1
-1
ScriptReader.java
h2/src/main/org/h2/util/ScriptReader.java
+1
-1
SmallLRUCache.java
h2/src/main/org/h2/util/SmallLRUCache.java
+1
-1
SmallMap.java
h2/src/main/org/h2/util/SmallMap.java
+1
-1
SortedProperties.java
h2/src/main/org/h2/util/SortedProperties.java
+1
-1
StartBrowser.java
h2/src/main/org/h2/util/StartBrowser.java
+1
-1
StringCache.java
h2/src/main/org/h2/util/StringCache.java
+1
-1
StringUtils.java
h2/src/main/org/h2/util/StringUtils.java
+1
-1
TempFileDeleter.java
h2/src/main/org/h2/util/TempFileDeleter.java
+1
-1
ValueHashMap.java
h2/src/main/org/h2/util/ValueHashMap.java
+1
-1
package.html
h2/src/main/org/h2/util/package.html
+1
-1
CompareMode.java
h2/src/main/org/h2/value/CompareMode.java
+1
-1
DataType.java
h2/src/main/org/h2/value/DataType.java
+1
-1
Transfer.java
h2/src/main/org/h2/value/Transfer.java
+1
-1
Value.java
h2/src/main/org/h2/value/Value.java
+1
-1
ValueArray.java
h2/src/main/org/h2/value/ValueArray.java
+1
-1
ValueBoolean.java
h2/src/main/org/h2/value/ValueBoolean.java
+1
-1
ValueByte.java
h2/src/main/org/h2/value/ValueByte.java
+1
-1
ValueBytes.java
h2/src/main/org/h2/value/ValueBytes.java
+1
-1
ValueBytesBase.java
h2/src/main/org/h2/value/ValueBytesBase.java
+1
-1
ValueDate.java
h2/src/main/org/h2/value/ValueDate.java
+1
-1
ValueDecimal.java
h2/src/main/org/h2/value/ValueDecimal.java
+1
-1
ValueDouble.java
h2/src/main/org/h2/value/ValueDouble.java
+1
-1
ValueFloat.java
h2/src/main/org/h2/value/ValueFloat.java
+1
-1
ValueInt.java
h2/src/main/org/h2/value/ValueInt.java
+1
-1
ValueJavaObject.java
h2/src/main/org/h2/value/ValueJavaObject.java
+1
-1
ValueLob.java
h2/src/main/org/h2/value/ValueLob.java
+1
-1
ValueLong.java
h2/src/main/org/h2/value/ValueLong.java
+1
-1
ValueNull.java
h2/src/main/org/h2/value/ValueNull.java
+1
-1
ValueResultSet.java
h2/src/main/org/h2/value/ValueResultSet.java
+1
-1
ValueShort.java
h2/src/main/org/h2/value/ValueShort.java
+1
-1
ValueString.java
h2/src/main/org/h2/value/ValueString.java
+1
-1
ValueStringBase.java
h2/src/main/org/h2/value/ValueStringBase.java
+1
-1
ValueStringFixed.java
h2/src/main/org/h2/value/ValueStringFixed.java
+1
-1
ValueStringIgnoreCase.java
h2/src/main/org/h2/value/ValueStringIgnoreCase.java
+1
-1
ValueTime.java
h2/src/main/org/h2/value/ValueTime.java
+1
-1
ValueTimestamp.java
h2/src/main/org/h2/value/ValueTimestamp.java
+1
-1
ValueUuid.java
h2/src/main/org/h2/value/ValueUuid.java
+1
-1
package.html
h2/src/main/org/h2/value/package.html
+1
-1
Compact.java
h2/src/test/org/h2/samples/Compact.java
+1
-1
CsvSample.java
h2/src/test/org/h2/samples/CsvSample.java
+1
-1
FileFunctions.java
h2/src/test/org/h2/samples/FileFunctions.java
+1
-1
Function.java
h2/src/test/org/h2/samples/Function.java
+1
-1
FunctionMultiReturn.java
h2/src/test/org/h2/samples/FunctionMultiReturn.java
+1
-1
InitDatabaseFromJar.java
h2/src/test/org/h2/samples/InitDatabaseFromJar.java
+1
-1
MixedMode.java
h2/src/test/org/h2/samples/MixedMode.java
+1
-1
Newsfeed.java
h2/src/test/org/h2/samples/Newsfeed.java
+1
-1
SQLInjection.java
h2/src/test/org/h2/samples/SQLInjection.java
+1
-1
SecurePassword.java
h2/src/test/org/h2/samples/SecurePassword.java
+1
-1
ShowProgress.java
h2/src/test/org/h2/samples/ShowProgress.java
+1
-1
ShutdownServer.java
h2/src/test/org/h2/samples/ShutdownServer.java
+1
-1
TriggerSample.java
h2/src/test/org/h2/samples/TriggerSample.java
+1
-1
fullTextSearch.sql
h2/src/test/org/h2/samples/fullTextSearch.sql
+1
-1
newsfeed.sql
h2/src/test/org/h2/samples/newsfeed.sql
+1
-1
package.html
h2/src/test/org/h2/samples/package.html
+1
-1
TestAll.java
h2/src/test/org/h2/test/TestAll.java
+12
-39
TestBase.java
h2/src/test/org/h2/test/TestBase.java
+1
-1
package.html
h2/src/test/org/h2/test/package.html
+1
-1
没有找到文件。
h2/src/main/org/h2/server/pg/PgServer.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
pg
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/pg/PgServerThread.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
pg
;
...
...
@@ -26,9 +26,10 @@ import java.sql.Statement;
import
java.sql.Types
;
import
java.util.HashMap
;
import
java.util.HashSet
;
import
java.util.Properties
;
import
org.h2.Driver
;
import
org.h2.constant.SysProperties
;
import
org.h2.engine.ConnectionInfo
;
import
org.h2.jdbc.JdbcConnection
;
import
org.h2.util.IOUtils
;
import
org.h2.util.JdbcUtils
;
import
org.h2.util.ObjectUtils
;
...
...
@@ -174,22 +175,26 @@ public class PgServerThread implements Runnable {
server
.
log
(
"PasswordMessage"
);
String
password
=
readString
();
try
{
ConnectionInfo
ci
=
new
ConnectionInfo
(
databaseName
);
String
baseDir
=
server
.
getBaseDir
();
String
db
=
databaseName
;
if
(
baseDir
==
null
)
{
baseDir
=
SysProperties
.
getBaseDir
();
}
if
(
baseDir
!=
null
)
{
db
=
baseDir
+
"/"
+
db
;
ci
.
setBaseDir
(
baseDir
)
;
}
if
(
server
.
getIfExists
())
{
db
+=
";IFEXISTS=TRUE"
;
ci
.
setProperty
(
"IFEXISTS"
,
"TRUE"
)
;
}
String
url
=
"jdbc:h2:"
+
db
+
";MODE=PostgreSQL"
;
ci
.
setProperty
(
"MODE"
,
"PostgreSQL"
);
ci
.
setOriginalURL
(
"jdbc:h2:"
+
databaseName
+
";MODE=PostgreSQL"
);
ci
.
setUserName
(
userName
);
ci
.
setProperty
(
"PASSWORD"
,
password
);
ci
.
readPasswords
();
conn
=
new
JdbcConnection
(
ci
,
false
);
// can not do this because when called inside
// DriverManager.getConnection, a deadlock occurs
// conn = DriverManager.getConnection(url, userName, password);
Properties
prop
=
new
Properties
();
prop
.
setProperty
(
"user"
,
userName
);
prop
.
setProperty
(
"password"
,
password
);
conn
=
Driver
.
load
().
connect
(
url
,
prop
);
initDb
();
sendAuthenticationOk
();
}
catch
(
SQLException
e
)
{
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/pg/package.html
浏览文件 @
8406dbba
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 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/main/org/h2/server/pg/pg_catalog.sql
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/ConnectionInfo.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
web
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/DbColumn.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
web
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/DbContents.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
web
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/DbContextRule.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
web
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/DbSchema.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
web
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/DbStarter.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
web
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/DbTableOrView.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
web
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/PageParser.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
web
;
...
...
@@ -215,19 +215,31 @@ public class PageParser {
return
false
;
}
public
static
String
escapeHtmlNoBreak
(
String
s
)
{
/**
* Convert data to HTML, but don't convert newlines and multiple spaces.
*
* @param s the data
* @return the escaped html text
*/
public
static
String
escapeHtmlData
(
String
s
)
{
return
escapeHtml
(
s
,
false
);
}
/**
* Convert data to HTML, including newlines and multiple spaces.
*
* @param s the data
* @return the escaped html text
*/
public
static
String
escapeHtml
(
String
s
)
{
return
escapeHtml
(
s
,
true
);
}
private
static
String
escapeHtml
(
String
s
,
boolean
convertBreak
)
{
private
static
String
escapeHtml
(
String
s
,
boolean
convertBreak
AndSpace
)
{
if
(
s
==
null
)
{
return
null
;
}
if
(
convertBreak
)
{
if
(
convertBreak
AndSpace
)
{
if
(
s
.
length
()
==
0
)
{
return
" "
;
}
...
...
@@ -237,7 +249,7 @@ public class PageParser {
for
(
int
i
=
0
;
i
<
s
.
length
();
i
++)
{
char
c
=
s
.
charAt
(
i
);
if
(
c
==
' '
)
{
if
(
convertSpace
&&
convertBreak
)
{
if
(
convertSpace
&&
convertBreak
AndSpace
)
{
buff
.
append
(
" "
);
}
else
{
buff
.
append
(
' '
);
...
...
@@ -268,7 +280,7 @@ public class PageParser {
buff
.
append
(
"'"
);
break
;
case
'\n'
:
if
(
convertBreak
)
{
if
(
convertBreak
AndSpace
)
{
buff
.
append
(
"<br />"
);
convertSpace
=
true
;
}
else
{
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/WebServer.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
web
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/WebServlet.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
web
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/WebSession.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
web
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/WebThread.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
server
.
web
;
...
...
@@ -240,7 +240,7 @@ class WebThread extends Thread implements DatabaseEventListener {
for
(
int
i
=
0
;
i
<
elements
.
length
;
i
++)
{
String
value
=
elements
[
i
];
buff
.
append
(
"<option value=\""
);
buff
.
append
(
PageParser
.
escapeHtml
(
value
));
buff
.
append
(
PageParser
.
escapeHtml
Data
(
value
));
buff
.
append
(
"\""
);
if
(
value
.
equals
(
selected
))
{
buff
.
append
(
" selected"
);
...
...
@@ -257,7 +257,7 @@ class WebThread extends Thread implements DatabaseEventListener {
for
(
int
i
=
0
;
i
<
elements
.
length
;
i
++)
{
String
[]
n
=
elements
[
i
];
buff
.
append
(
"<option value=\""
);
buff
.
append
(
PageParser
.
escapeHtml
(
n
[
0
]));
buff
.
append
(
PageParser
.
escapeHtml
Data
(
n
[
0
]));
buff
.
append
(
"\""
);
if
(
n
[
0
].
equals
(
selected
))
{
buff
.
append
(
" selected"
);
...
...
@@ -558,7 +558,7 @@ class WebThread extends Thread implements DatabaseEventListener {
private
String
getHistory
()
{
int
id
=
Integer
.
parseInt
(
attributes
.
getProperty
(
"id"
));
String
sql
=
session
.
getCommand
(
id
);
session
.
put
(
"query"
,
PageParser
.
escapeHtml
NoBreak
(
sql
));
session
.
put
(
"query"
,
PageParser
.
escapeHtml
Data
(
sql
));
return
"query.jsp"
;
}
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/package.html
浏览文件 @
8406dbba
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 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/main/org/h2/server/web/res/admin.jsp
浏览文件 @
8406dbba
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html><head>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/adminLogin.jsp
浏览文件 @
8406dbba
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html><head>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/error.jsp
浏览文件 @
8406dbba
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html><head>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/frame.jsp
浏览文件 @
8406dbba
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/header.jsp
浏览文件 @
8406dbba
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/help.jsp
浏览文件 @
8406dbba
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/index.jsp
浏览文件 @
8406dbba
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html><head>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/login.jsp
浏览文件 @
8406dbba
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html><head>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/main.jsp
浏览文件 @
8406dbba
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html><head>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/notAllowed.jsp
浏览文件 @
8406dbba
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html><head>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/query.jsp
浏览文件 @
8406dbba
<!-- can not use doctype -->
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/result.jsp
浏览文件 @
8406dbba
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/stylesheet.css
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/table.js
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
*/
addEvent
(
window
,
"load"
,
initSort
);
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/tables.jsp
浏览文件 @
8406dbba
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html>
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/server/web/res/tree.js
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
*/
var
nodeList
=
new
Array
();
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/DataHandler.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/DataPage.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/DataPageBinary.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/DataPageText.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/DiskFile.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/FileLister.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/FileLock.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/FileStore.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/FileStoreInputStream.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/FileStoreOutputStream.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/Record.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/RecordReader.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/Storage.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/WriterThread.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/FileObject.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/FileObjectDatabase.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/FileObjectDisk.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/FileObjectInputStream.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/FileObjectMemory.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/FileObjectOutputStream.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/FileObjectZip.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/FileSystem.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/FileSystemDatabase.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/FileSystemDisk.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/FileSystemMemory.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/FileSystemZip.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
store
.
fs
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/store/fs/package.html
浏览文件 @
8406dbba
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 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/main/org/h2/store/package.html
浏览文件 @
8406dbba
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 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/main/org/h2/table/Column.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/ColumnResolver.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/FunctionTable.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/IndexColumn.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/LinkSchema.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/MetaTable.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/Plan.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/PlanItem.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/RangeTable.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/SingleColumnResolver.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/Table.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/TableData.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/TableFilter.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/TableLink.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/TableView.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
table
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/table/package.html
浏览文件 @
8406dbba
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 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/main/org/h2/tools/Backup.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/ChangePassword.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/CompressTool.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/Console.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/ConvertTraceFile.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/CreateCluster.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/Csv.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/DeleteDbFiles.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/MultiDimension.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/Recover.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/Restore.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/RunScript.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/Script.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/Server.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/SimpleResultSet.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/SimpleRowSource.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
tools
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/tools/package.html
浏览文件 @
8406dbba
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
Copyright 2004-200
8
H2 Group. Licensed under the H2 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/main/org/h2/util/AutoCloseInputStream.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/util/BitField.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/util/ByteUtils.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/util/Cache.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/util/Cache2Q.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/util/CacheHead.java
浏览文件 @
8406dbba
/*
* Copyright 2004-200
7
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Copyright 2004-200
8
H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
util
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/main/org/h2/util/CacheLRU.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/CacheObject.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/CacheWriter.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/ClassUtils.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/DateTimeUtils.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/ExactUTF8InputStreamReader.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/FileUtils.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/HashBase.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/IOUtils.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/IntArray.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/IntHashMap.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/IntIntHashMap.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/JdbcConnectionListener.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/JdbcUtils.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/MathUtils.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/MemoryUtils.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/NetUtils.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/ObjectArray.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/ObjectUtils.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/Permutations.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/RandomUtils.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/ReaderInputStream.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/ResourceData.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/Resources.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/ScriptReader.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/SmallLRUCache.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/SmallMap.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/SortedProperties.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/StartBrowser.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/StringCache.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/StringUtils.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/TempFileDeleter.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/ValueHashMap.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/util/package.html
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/CompareMode.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/DataType.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/Transfer.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/Value.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueArray.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueBoolean.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueByte.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueBytes.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueBytesBase.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueDate.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueDecimal.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueDouble.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueFloat.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueInt.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueJavaObject.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueLob.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueLong.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueNull.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueResultSet.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueShort.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueString.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueStringBase.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueStringFixed.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueStringIgnoreCase.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueTime.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueTimestamp.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/ValueUuid.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/main/org/h2/value/package.html
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/Compact.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/CsvSample.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/FileFunctions.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/Function.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/FunctionMultiReturn.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/InitDatabaseFromJar.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/MixedMode.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/Newsfeed.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/SQLInjection.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/SecurePassword.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/ShowProgress.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/ShutdownServer.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/TriggerSample.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/fullTextSearch.sql
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/newsfeed.sql
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/samples/package.html
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/test/TestAll.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/test/TestBase.java
浏览文件 @
8406dbba
差异被折叠。
点击展开。
h2/src/test/org/h2/test/package.html
浏览文件 @
8406dbba
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论