Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
1d89a041
提交
1d89a041
authored
10 年前
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
License change to MPL 2.0 / EPL 1.0
上级
18a7bb01
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
151 个修改的文件
包含
294 行增加
和
445 行删除
+294
-445
CachedPreparedStatements.java
h2/src/test/org/h2/samples/CachedPreparedStatements.java
+2
-3
Compact.java
h2/src/test/org/h2/samples/Compact.java
+2
-3
CreateScriptFile.java
h2/src/test/org/h2/samples/CreateScriptFile.java
+2
-3
CsvSample.java
h2/src/test/org/h2/samples/CsvSample.java
+2
-3
DirectInsert.java
h2/src/test/org/h2/samples/DirectInsert.java
+2
-3
FileFunctions.java
h2/src/test/org/h2/samples/FileFunctions.java
+2
-3
Function.java
h2/src/test/org/h2/samples/Function.java
+2
-3
FunctionMultiReturn.java
h2/src/test/org/h2/samples/FunctionMultiReturn.java
+2
-3
HelloWorld.java
h2/src/test/org/h2/samples/HelloWorld.java
+2
-3
InitDatabaseFromJar.java
h2/src/test/org/h2/samples/InitDatabaseFromJar.java
+2
-3
MixedMode.java
h2/src/test/org/h2/samples/MixedMode.java
+2
-3
Newsfeed.java
h2/src/test/org/h2/samples/Newsfeed.java
+2
-3
ReadOnlyDatabaseInZip.java
h2/src/test/org/h2/samples/ReadOnlyDatabaseInZip.java
+2
-3
RowAccessRights.java
h2/src/test/org/h2/samples/RowAccessRights.java
+2
-3
SQLInjection.java
h2/src/test/org/h2/samples/SQLInjection.java
+2
-3
SecurePassword.java
h2/src/test/org/h2/samples/SecurePassword.java
+2
-3
ShowProgress.java
h2/src/test/org/h2/samples/ShowProgress.java
+2
-3
ShutdownServer.java
h2/src/test/org/h2/samples/ShutdownServer.java
+2
-3
TriggerPassData.java
h2/src/test/org/h2/samples/TriggerPassData.java
+2
-3
TriggerSample.java
h2/src/test/org/h2/samples/TriggerSample.java
+2
-3
UpdatableView.java
h2/src/test/org/h2/samples/UpdatableView.java
+2
-3
fullTextSearch.sql
h2/src/test/org/h2/samples/fullTextSearch.sql
+2
-3
newsfeed.sql
h2/src/test/org/h2/samples/newsfeed.sql
+2
-3
optimizations.sql
h2/src/test/org/h2/samples/optimizations.sql
+2
-3
package.html
h2/src/test/org/h2/samples/package.html
+1
-2
TestAll.java
h2/src/test/org/h2/test/TestAll.java
+2
-3
TestBase.java
h2/src/test/org/h2/test/TestBase.java
+2
-3
Bench.java
h2/src/test/org/h2/test/bench/Bench.java
+2
-3
BenchA.java
h2/src/test/org/h2/test/bench/BenchA.java
+2
-3
BenchB.java
h2/src/test/org/h2/test/bench/BenchB.java
+2
-3
BenchC.java
h2/src/test/org/h2/test/bench/BenchC.java
+2
-3
BenchCRandom.java
h2/src/test/org/h2/test/bench/BenchCRandom.java
+2
-3
BenchCThread.java
h2/src/test/org/h2/test/bench/BenchCThread.java
+2
-3
BenchSimple.java
h2/src/test/org/h2/test/bench/BenchSimple.java
+2
-3
Database.java
h2/src/test/org/h2/test/bench/Database.java
+2
-3
TestPerformance.java
h2/src/test/org/h2/test/bench/TestPerformance.java
+2
-3
TestScalability.java
h2/src/test/org/h2/test/bench/TestScalability.java
+2
-3
package.html
h2/src/test/org/h2/test/bench/package.html
+1
-2
Coverage.java
h2/src/test/org/h2/test/coverage/Coverage.java
+2
-3
Profile.java
h2/src/test/org/h2/test/coverage/Profile.java
+2
-3
Tokenizer.java
h2/src/test/org/h2/test/coverage/Tokenizer.java
+2
-3
package.html
h2/src/test/org/h2/test/coverage/package.html
+1
-2
Db.java
h2/src/test/org/h2/test/db/Db.java
+2
-3
TaskDef.java
h2/src/test/org/h2/test/db/TaskDef.java
+2
-3
TaskProcess.java
h2/src/test/org/h2/test/db/TaskProcess.java
+2
-3
TestAlter.java
h2/src/test/org/h2/test/db/TestAlter.java
+2
-3
TestAlterSchemaRename.java
h2/src/test/org/h2/test/db/TestAlterSchemaRename.java
+2
-3
TestAutoRecompile.java
h2/src/test/org/h2/test/db/TestAutoRecompile.java
+2
-3
TestBackup.java
h2/src/test/org/h2/test/db/TestBackup.java
+2
-3
TestBigDb.java
h2/src/test/org/h2/test/db/TestBigDb.java
+2
-3
TestBigResult.java
h2/src/test/org/h2/test/db/TestBigResult.java
+2
-3
TestCases.java
h2/src/test/org/h2/test/db/TestCases.java
+2
-3
TestCheckpoint.java
h2/src/test/org/h2/test/db/TestCheckpoint.java
+2
-3
TestCluster.java
h2/src/test/org/h2/test/db/TestCluster.java
+2
-3
TestCompatibility.java
h2/src/test/org/h2/test/db/TestCompatibility.java
+2
-3
TestCompatibilityOracle.java
h2/src/test/org/h2/test/db/TestCompatibilityOracle.java
+2
-3
TestCsv.java
h2/src/test/org/h2/test/db/TestCsv.java
+2
-3
TestDateStorage.java
h2/src/test/org/h2/test/db/TestDateStorage.java
+2
-3
TestDeadlock.java
h2/src/test/org/h2/test/db/TestDeadlock.java
+2
-3
TestDrop.java
h2/src/test/org/h2/test/db/TestDrop.java
+2
-3
TestDuplicateKeyUpdate.java
h2/src/test/org/h2/test/db/TestDuplicateKeyUpdate.java
+2
-3
TestEncryptedDb.java
h2/src/test/org/h2/test/db/TestEncryptedDb.java
+2
-3
TestExclusive.java
h2/src/test/org/h2/test/db/TestExclusive.java
+2
-3
TestFullText.java
h2/src/test/org/h2/test/db/TestFullText.java
+2
-3
TestFunctionOverload.java
h2/src/test/org/h2/test/db/TestFunctionOverload.java
+2
-3
TestFunctions.java
h2/src/test/org/h2/test/db/TestFunctions.java
+2
-3
TestIndex.java
h2/src/test/org/h2/test/db/TestIndex.java
+2
-3
TestLargeBlob.java
h2/src/test/org/h2/test/db/TestLargeBlob.java
+2
-3
TestLinkedTable.java
h2/src/test/org/h2/test/db/TestLinkedTable.java
+2
-3
TestListener.java
h2/src/test/org/h2/test/db/TestListener.java
+2
-3
TestLob.java
h2/src/test/org/h2/test/db/TestLob.java
+2
-3
TestLobObject.java
h2/src/test/org/h2/test/db/TestLobObject.java
+2
-3
TestMemoryUsage.java
h2/src/test/org/h2/test/db/TestMemoryUsage.java
+2
-3
TestMultiConn.java
h2/src/test/org/h2/test/db/TestMultiConn.java
+2
-3
TestMultiDimension.java
h2/src/test/org/h2/test/db/TestMultiDimension.java
+2
-3
TestMultiThread.java
h2/src/test/org/h2/test/db/TestMultiThread.java
+2
-3
TestMultiThreadedKernel.java
h2/src/test/org/h2/test/db/TestMultiThreadedKernel.java
+2
-3
TestOpenClose.java
h2/src/test/org/h2/test/db/TestOpenClose.java
+2
-3
TestOptimizations.java
h2/src/test/org/h2/test/db/TestOptimizations.java
+2
-3
TestOutOfMemory.java
h2/src/test/org/h2/test/db/TestOutOfMemory.java
+2
-3
TestPowerOff.java
h2/src/test/org/h2/test/db/TestPowerOff.java
+2
-3
TestQueryCache.java
h2/src/test/org/h2/test/db/TestQueryCache.java
+2
-3
TestReadOnly.java
h2/src/test/org/h2/test/db/TestReadOnly.java
+2
-3
TestRecursiveQueries.java
h2/src/test/org/h2/test/db/TestRecursiveQueries.java
+2
-3
TestReplace.java
h2/src/test/org/h2/test/db/TestReplace.java
+2
-3
TestRights.java
h2/src/test/org/h2/test/db/TestRights.java
+2
-3
TestRunscript.java
h2/src/test/org/h2/test/db/TestRunscript.java
+2
-3
TestSQLInjection.java
h2/src/test/org/h2/test/db/TestSQLInjection.java
+2
-3
TestScript.java
h2/src/test/org/h2/test/db/TestScript.java
+2
-3
TestScriptSimple.java
h2/src/test/org/h2/test/db/TestScriptSimple.java
+2
-3
TestSelectCountNonNullColumn.java
h2/src/test/org/h2/test/db/TestSelectCountNonNullColumn.java
+2
-3
TestSequence.java
h2/src/test/org/h2/test/db/TestSequence.java
+2
-3
TestSessionsLocks.java
h2/src/test/org/h2/test/db/TestSessionsLocks.java
+2
-3
TestShow.java
h2/src/test/org/h2/test/db/TestShow.java
+2
-3
TestSpaceReuse.java
h2/src/test/org/h2/test/db/TestSpaceReuse.java
+2
-3
TestSpatial.java
h2/src/test/org/h2/test/db/TestSpatial.java
+2
-3
TestSpeed.java
h2/src/test/org/h2/test/db/TestSpeed.java
+2
-3
TestTableEngines.java
h2/src/test/org/h2/test/db/TestTableEngines.java
+2
-3
TestTempTables.java
h2/src/test/org/h2/test/db/TestTempTables.java
+2
-3
TestTransaction.java
h2/src/test/org/h2/test/db/TestTransaction.java
+2
-3
TestTriggersConstraints.java
h2/src/test/org/h2/test/db/TestTriggersConstraints.java
+2
-3
TestTwoPhaseCommit.java
h2/src/test/org/h2/test/db/TestTwoPhaseCommit.java
+2
-3
TestUpgrade.java
h2/src/test/org/h2/test/db/TestUpgrade.java
+2
-3
TestView.java
h2/src/test/org/h2/test/db/TestView.java
+2
-3
TestViewAlterTable.java
h2/src/test/org/h2/test/db/TestViewAlterTable.java
+2
-3
TestViewDropView.java
h2/src/test/org/h2/test/db/TestViewDropView.java
+2
-3
package.html
h2/src/test/org/h2/test/db/package.html
+1
-2
AliasMapTest.java
h2/src/test/org/h2/test/jaqu/AliasMapTest.java
+2
-3
AnnotationsTest.java
h2/src/test/org/h2/test/jaqu/AnnotationsTest.java
+2
-3
ClobTest.java
h2/src/test/org/h2/test/jaqu/ClobTest.java
+2
-3
ComplexObject.java
h2/src/test/org/h2/test/jaqu/ComplexObject.java
+2
-3
Customer.java
h2/src/test/org/h2/test/jaqu/Customer.java
+2
-3
ModelsTest.java
h2/src/test/org/h2/test/jaqu/ModelsTest.java
+2
-3
Order.java
h2/src/test/org/h2/test/jaqu/Order.java
+2
-3
Product.java
h2/src/test/org/h2/test/jaqu/Product.java
+2
-3
ProductAnnotationOnly.java
h2/src/test/org/h2/test/jaqu/ProductAnnotationOnly.java
+2
-3
ProductInheritedAnnotation.java
h2/src/test/org/h2/test/jaqu/ProductInheritedAnnotation.java
+2
-3
ProductMixedAnnotation.java
h2/src/test/org/h2/test/jaqu/ProductMixedAnnotation.java
+2
-3
ProductNoCreateTable.java
h2/src/test/org/h2/test/jaqu/ProductNoCreateTable.java
+2
-3
SamplesTest.java
h2/src/test/org/h2/test/jaqu/SamplesTest.java
+2
-3
SupportedTypes.java
h2/src/test/org/h2/test/jaqu/SupportedTypes.java
+2
-3
UpdateTest.java
h2/src/test/org/h2/test/jaqu/UpdateTest.java
+2
-3
package.html
h2/src/test/org/h2/test/jaqu/package.html
+1
-2
TestBatchUpdates.java
h2/src/test/org/h2/test/jdbc/TestBatchUpdates.java
+2
-3
TestCallableStatement.java
h2/src/test/org/h2/test/jdbc/TestCallableStatement.java
+2
-3
TestCancel.java
h2/src/test/org/h2/test/jdbc/TestCancel.java
+2
-3
TestDatabaseEventListener.java
h2/src/test/org/h2/test/jdbc/TestDatabaseEventListener.java
+2
-3
TestDriver.java
h2/src/test/org/h2/test/jdbc/TestDriver.java
+2
-3
TestJavaObject.java
h2/src/test/org/h2/test/jdbc/TestJavaObject.java
+2
-3
TestJavaObjectSerializer.java
h2/src/test/org/h2/test/jdbc/TestJavaObjectSerializer.java
+2
-3
TestLimitUpdates.java
h2/src/test/org/h2/test/jdbc/TestLimitUpdates.java
+2
-3
TestLobApi.java
h2/src/test/org/h2/test/jdbc/TestLobApi.java
+2
-3
TestManyJdbcObjects.java
h2/src/test/org/h2/test/jdbc/TestManyJdbcObjects.java
+2
-3
TestMetaData.java
h2/src/test/org/h2/test/jdbc/TestMetaData.java
+2
-3
TestNativeSQL.java
h2/src/test/org/h2/test/jdbc/TestNativeSQL.java
+2
-3
TestPreparedStatement.java
h2/src/test/org/h2/test/jdbc/TestPreparedStatement.java
+2
-3
TestResultSet.java
h2/src/test/org/h2/test/jdbc/TestResultSet.java
+2
-3
TestStatement.java
h2/src/test/org/h2/test/jdbc/TestStatement.java
+2
-3
TestTransactionIsolation.java
h2/src/test/org/h2/test/jdbc/TestTransactionIsolation.java
+2
-3
TestUpdatableResultSet.java
h2/src/test/org/h2/test/jdbc/TestUpdatableResultSet.java
+2
-3
TestUrlJavaObjectSerializer.java
...rc/test/org/h2/test/jdbc/TestUrlJavaObjectSerializer.java
+2
-3
TestZloty.java
h2/src/test/org/h2/test/jdbc/TestZloty.java
+2
-3
package.html
h2/src/test/org/h2/test/jdbc/package.html
+1
-2
SimpleXid.java
h2/src/test/org/h2/test/jdbcx/SimpleXid.java
+2
-3
TestConnectionPool.java
h2/src/test/org/h2/test/jdbcx/TestConnectionPool.java
+2
-3
TestDataSource.java
h2/src/test/org/h2/test/jdbcx/TestDataSource.java
+2
-3
TestXA.java
h2/src/test/org/h2/test/jdbcx/TestXA.java
+2
-3
TestXASimple.java
h2/src/test/org/h2/test/jdbcx/TestXASimple.java
+2
-3
package.html
h2/src/test/org/h2/test/jdbcx/package.html
+1
-2
package.html
h2/src/test/org/h2/test/package.html
+1
-2
testScript.sql
h2/src/test/org/h2/test/testScript.sql
+2
-3
没有找到文件。
h2/src/test/org/h2/samples/CachedPreparedStatements.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/Compact.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/CreateScriptFile.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/CsvSample.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/DirectInsert.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/FileFunctions.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/Function.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/FunctionMultiReturn.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/HelloWorld.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/InitDatabaseFromJar.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/MixedMode.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/Newsfeed.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/ReadOnlyDatabaseInZip.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/RowAccessRights.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/SQLInjection.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/SecurePassword.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/ShowProgress.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/ShutdownServer.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/TriggerPassData.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/TriggerSample.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/UpdatableView.java
浏览文件 @
1d89a041
/*
* 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
.
samples
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/fullTextSearch.sql
浏览文件 @
1d89a041
/*
* 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/test/org/h2/samples/newsfeed.sql
浏览文件 @
1d89a041
/*
* 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/test/org/h2/samples/optimizations.sql
浏览文件 @
1d89a041
/*
* 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/test/org/h2/samples/package.html
浏览文件 @
1d89a041
<!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/test/org/h2/test/TestAll.java
浏览文件 @
1d89a041
/*
* 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
.
test
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/TestBase.java
浏览文件 @
1d89a041
/*
* 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
.
test
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/bench/Bench.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
bench
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/bench/BenchA.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
bench
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/bench/BenchB.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
bench
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/bench/BenchC.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
bench
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/bench/BenchCRandom.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
bench
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/bench/BenchCThread.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
bench
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/bench/BenchSimple.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
bench
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/bench/Database.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
bench
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/bench/TestPerformance.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
bench
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/bench/TestScalability.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
bench
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/bench/package.html
浏览文件 @
1d89a041
<!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/test/org/h2/test/coverage/Coverage.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
coverage
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/coverage/Profile.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
coverage
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/coverage/Tokenizer.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
coverage
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/coverage/package.html
浏览文件 @
1d89a041
<!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/test/org/h2/test/db/Db.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TaskDef.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TaskProcess.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestAlter.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestAlterSchemaRename.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestAutoRecompile.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestBackup.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestBigDb.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestBigResult.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestCases.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestCheckpoint.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestCluster.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestCompatibility.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestCompatibilityOracle.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestCsv.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestDateStorage.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestDeadlock.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestDrop.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestDuplicateKeyUpdate.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestEncryptedDb.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestExclusive.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestFullText.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestFunctionOverload.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestFunctions.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestIndex.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestLargeBlob.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestLinkedTable.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestListener.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestLob.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestLobObject.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestMemoryUsage.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestMultiConn.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestMultiDimension.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestMultiThread.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestMultiThreadedKernel.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestOpenClose.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestOptimizations.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestOutOfMemory.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestPowerOff.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestQueryCache.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestReadOnly.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestRecursiveQueries.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestReplace.java
浏览文件 @
1d89a041
/*
* 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: Cemo
*/
package
org
.
h2
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestRights.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestRunscript.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestSQLInjection.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestScript.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestScriptSimple.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestSelectCountNonNullColumn.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestSequence.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestSessionsLocks.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestShow.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestSpaceReuse.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestSpatial.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestSpeed.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestTableEngines.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestTempTables.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestTransaction.java
浏览文件 @
1d89a041
/*
* 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
.
test
.
db
;
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/test/db/TestTriggersConstraints.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/db/TestTwoPhaseCommit.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/db/TestUpgrade.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/db/TestView.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/db/TestViewAlterTable.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/db/TestViewDropView.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/db/package.html
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/AliasMapTest.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/AnnotationsTest.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/ClobTest.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/ComplexObject.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/Customer.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/ModelsTest.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/Order.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/Product.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/ProductAnnotationOnly.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/ProductInheritedAnnotation.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/ProductMixedAnnotation.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/ProductNoCreateTable.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/SamplesTest.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/SupportedTypes.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/UpdateTest.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jaqu/package.html
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestBatchUpdates.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestCallableStatement.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestCancel.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestDatabaseEventListener.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestDriver.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestJavaObject.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestJavaObjectSerializer.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestLimitUpdates.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestLobApi.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestManyJdbcObjects.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestMetaData.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestNativeSQL.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestPreparedStatement.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestResultSet.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestStatement.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestTransactionIsolation.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestUpdatableResultSet.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestUrlJavaObjectSerializer.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/TestZloty.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbc/package.html
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbcx/SimpleXid.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbcx/TestConnectionPool.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbcx/TestDataSource.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbcx/TestXA.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbcx/TestXASimple.java
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/jdbcx/package.html
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/package.html
浏览文件 @
1d89a041
差异被折叠。
点击展开。
h2/src/test/org/h2/test/testScript.sql
浏览文件 @
1d89a041
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论