Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
ed255e11
提交
ed255e11
authored
6月 22, 2014
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
License change to MPL 2.0 / EPL 1.0
上级
f28845d3
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
113 个修改的文件
包含
221 行增加
和
334 行删除
+221
-334
AlterIndexRename.java
h2/src/main/org/h2/command/ddl/AlterIndexRename.java
+2
-3
AlterSchemaRename.java
h2/src/main/org/h2/command/ddl/AlterSchemaRename.java
+2
-3
AlterTableAddConstraint.java
h2/src/main/org/h2/command/ddl/AlterTableAddConstraint.java
+2
-3
AlterTableAlterColumn.java
h2/src/main/org/h2/command/ddl/AlterTableAlterColumn.java
+2
-3
AlterTableDropConstraint.java
h2/src/main/org/h2/command/ddl/AlterTableDropConstraint.java
+2
-3
AlterTableRename.java
h2/src/main/org/h2/command/ddl/AlterTableRename.java
+2
-3
AlterTableRenameColumn.java
h2/src/main/org/h2/command/ddl/AlterTableRenameColumn.java
+2
-3
AlterUser.java
h2/src/main/org/h2/command/ddl/AlterUser.java
+2
-3
AlterView.java
h2/src/main/org/h2/command/ddl/AlterView.java
+2
-3
Analyze.java
h2/src/main/org/h2/command/ddl/Analyze.java
+2
-3
CreateAggregate.java
h2/src/main/org/h2/command/ddl/CreateAggregate.java
+2
-3
CreateConstant.java
h2/src/main/org/h2/command/ddl/CreateConstant.java
+2
-3
CreateFunctionAlias.java
h2/src/main/org/h2/command/ddl/CreateFunctionAlias.java
+2
-3
CreateIndex.java
h2/src/main/org/h2/command/ddl/CreateIndex.java
+2
-3
CreateLinkedTable.java
h2/src/main/org/h2/command/ddl/CreateLinkedTable.java
+2
-3
CreateRole.java
h2/src/main/org/h2/command/ddl/CreateRole.java
+2
-3
CreateSchema.java
h2/src/main/org/h2/command/ddl/CreateSchema.java
+2
-3
CreateSequence.java
h2/src/main/org/h2/command/ddl/CreateSequence.java
+2
-3
CreateTable.java
h2/src/main/org/h2/command/ddl/CreateTable.java
+2
-3
CreateTableData.java
h2/src/main/org/h2/command/ddl/CreateTableData.java
+2
-3
CreateTrigger.java
h2/src/main/org/h2/command/ddl/CreateTrigger.java
+2
-3
CreateUser.java
h2/src/main/org/h2/command/ddl/CreateUser.java
+2
-3
CreateUserDataType.java
h2/src/main/org/h2/command/ddl/CreateUserDataType.java
+2
-3
CreateView.java
h2/src/main/org/h2/command/ddl/CreateView.java
+2
-3
DeallocateProcedure.java
h2/src/main/org/h2/command/ddl/DeallocateProcedure.java
+2
-3
DefineCommand.java
h2/src/main/org/h2/command/ddl/DefineCommand.java
+2
-3
DropAggregate.java
h2/src/main/org/h2/command/ddl/DropAggregate.java
+2
-3
DropConstant.java
h2/src/main/org/h2/command/ddl/DropConstant.java
+2
-3
DropDatabase.java
h2/src/main/org/h2/command/ddl/DropDatabase.java
+2
-3
DropFunctionAlias.java
h2/src/main/org/h2/command/ddl/DropFunctionAlias.java
+2
-3
DropIndex.java
h2/src/main/org/h2/command/ddl/DropIndex.java
+2
-3
DropRole.java
h2/src/main/org/h2/command/ddl/DropRole.java
+2
-3
DropSchema.java
h2/src/main/org/h2/command/ddl/DropSchema.java
+2
-3
DropSequence.java
h2/src/main/org/h2/command/ddl/DropSequence.java
+2
-3
DropTable.java
h2/src/main/org/h2/command/ddl/DropTable.java
+2
-3
DropTrigger.java
h2/src/main/org/h2/command/ddl/DropTrigger.java
+2
-3
DropUser.java
h2/src/main/org/h2/command/ddl/DropUser.java
+2
-3
DropUserDataType.java
h2/src/main/org/h2/command/ddl/DropUserDataType.java
+2
-3
DropView.java
h2/src/main/org/h2/command/ddl/DropView.java
+2
-3
GrantRevoke.java
h2/src/main/org/h2/command/ddl/GrantRevoke.java
+2
-3
PrepareProcedure.java
h2/src/main/org/h2/command/ddl/PrepareProcedure.java
+2
-3
SchemaCommand.java
h2/src/main/org/h2/command/ddl/SchemaCommand.java
+2
-3
SetComment.java
h2/src/main/org/h2/command/ddl/SetComment.java
+2
-3
TruncateTable.java
h2/src/main/org/h2/command/ddl/TruncateTable.java
+2
-3
package.html
h2/src/main/org/h2/command/ddl/package.html
+1
-2
AlterSequence.java
h2/src/main/org/h2/command/dml/AlterSequence.java
+2
-3
AlterTableSet.java
h2/src/main/org/h2/command/dml/AlterTableSet.java
+2
-3
BackupCommand.java
h2/src/main/org/h2/command/dml/BackupCommand.java
+2
-3
Call.java
h2/src/main/org/h2/command/dml/Call.java
+2
-3
Delete.java
h2/src/main/org/h2/command/dml/Delete.java
+2
-3
ExecuteProcedure.java
h2/src/main/org/h2/command/dml/ExecuteProcedure.java
+2
-3
Explain.java
h2/src/main/org/h2/command/dml/Explain.java
+2
-3
Insert.java
h2/src/main/org/h2/command/dml/Insert.java
+2
-3
Merge.java
h2/src/main/org/h2/command/dml/Merge.java
+2
-3
NoOperation.java
h2/src/main/org/h2/command/dml/NoOperation.java
+2
-3
Optimizer.java
h2/src/main/org/h2/command/dml/Optimizer.java
+2
-3
Query.java
h2/src/main/org/h2/command/dml/Query.java
+2
-3
Replace.java
h2/src/main/org/h2/command/dml/Replace.java
+2
-3
RunScriptCommand.java
h2/src/main/org/h2/command/dml/RunScriptCommand.java
+2
-3
ScriptBase.java
h2/src/main/org/h2/command/dml/ScriptBase.java
+2
-3
ScriptCommand.java
h2/src/main/org/h2/command/dml/ScriptCommand.java
+2
-3
Select.java
h2/src/main/org/h2/command/dml/Select.java
+2
-3
SelectListColumnResolver.java
h2/src/main/org/h2/command/dml/SelectListColumnResolver.java
+2
-3
SelectOrderBy.java
h2/src/main/org/h2/command/dml/SelectOrderBy.java
+2
-3
SelectUnion.java
h2/src/main/org/h2/command/dml/SelectUnion.java
+2
-3
Set.java
h2/src/main/org/h2/command/dml/Set.java
+2
-3
SetTypes.java
h2/src/main/org/h2/command/dml/SetTypes.java
+2
-3
TransactionCommand.java
h2/src/main/org/h2/command/dml/TransactionCommand.java
+2
-3
Update.java
h2/src/main/org/h2/command/dml/Update.java
+2
-3
package.html
h2/src/main/org/h2/command/dml/package.html
+1
-2
CompressDeflate.java
h2/src/main/org/h2/compress/CompressDeflate.java
+2
-3
CompressLZF.java
h2/src/main/org/h2/compress/CompressLZF.java
+2
-3
CompressNo.java
h2/src/main/org/h2/compress/CompressNo.java
+2
-3
Compressor.java
h2/src/main/org/h2/compress/Compressor.java
+2
-3
LZFInputStream.java
h2/src/main/org/h2/compress/LZFInputStream.java
+2
-3
LZFOutputStream.java
h2/src/main/org/h2/compress/LZFOutputStream.java
+2
-3
package.html
h2/src/main/org/h2/compress/package.html
+1
-2
Constraint.java
h2/src/main/org/h2/constraint/Constraint.java
+2
-3
ConstraintCheck.java
h2/src/main/org/h2/constraint/ConstraintCheck.java
+2
-3
ConstraintReferential.java
h2/src/main/org/h2/constraint/ConstraintReferential.java
+2
-3
ConstraintUnique.java
h2/src/main/org/h2/constraint/ConstraintUnique.java
+2
-3
package.html
h2/src/main/org/h2/constraint/package.html
+1
-2
Comment.java
h2/src/main/org/h2/engine/Comment.java
+2
-3
ConnectionInfo.java
h2/src/main/org/h2/engine/ConnectionInfo.java
+2
-3
Constants.java
h2/src/main/org/h2/engine/Constants.java
+2
-3
Database.java
h2/src/main/org/h2/engine/Database.java
+2
-3
DatabaseCloser.java
h2/src/main/org/h2/engine/DatabaseCloser.java
+2
-3
DbObject.java
h2/src/main/org/h2/engine/DbObject.java
+2
-3
DbObjectBase.java
h2/src/main/org/h2/engine/DbObjectBase.java
+2
-3
DbSettings.java
h2/src/main/org/h2/engine/DbSettings.java
+2
-3
Engine.java
h2/src/main/org/h2/engine/Engine.java
+2
-3
FunctionAlias.java
h2/src/main/org/h2/engine/FunctionAlias.java
+2
-3
MetaRecord.java
h2/src/main/org/h2/engine/MetaRecord.java
+2
-3
Mode.java
h2/src/main/org/h2/engine/Mode.java
+2
-3
Procedure.java
h2/src/main/org/h2/engine/Procedure.java
+2
-3
QueryStatisticsData.java
h2/src/main/org/h2/engine/QueryStatisticsData.java
+2
-3
Right.java
h2/src/main/org/h2/engine/Right.java
+2
-3
RightOwner.java
h2/src/main/org/h2/engine/RightOwner.java
+2
-3
Role.java
h2/src/main/org/h2/engine/Role.java
+2
-3
Session.java
h2/src/main/org/h2/engine/Session.java
+2
-3
SessionFactory.java
h2/src/main/org/h2/engine/SessionFactory.java
+2
-3
SessionInterface.java
h2/src/main/org/h2/engine/SessionInterface.java
+2
-3
SessionRemote.java
h2/src/main/org/h2/engine/SessionRemote.java
+2
-3
SessionWithState.java
h2/src/main/org/h2/engine/SessionWithState.java
+2
-3
Setting.java
h2/src/main/org/h2/engine/Setting.java
+2
-3
SettingsBase.java
h2/src/main/org/h2/engine/SettingsBase.java
+2
-3
SysProperties.java
h2/src/main/org/h2/engine/SysProperties.java
+2
-3
UndoLog.java
h2/src/main/org/h2/engine/UndoLog.java
+2
-3
UndoLogRecord.java
h2/src/main/org/h2/engine/UndoLogRecord.java
+2
-3
User.java
h2/src/main/org/h2/engine/User.java
+2
-3
UserAggregate.java
h2/src/main/org/h2/engine/UserAggregate.java
+2
-3
UserDataType.java
h2/src/main/org/h2/engine/UserDataType.java
+2
-3
package.html
h2/src/main/org/h2/engine/package.html
+1
-2
没有找到文件。
h2/src/main/org/h2/command/ddl/AlterIndexRename.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/AlterSchemaRename.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/AlterTableAddConstraint.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/AlterTableAlterColumn.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/AlterTableDropConstraint.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/AlterTableRename.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/AlterTableRenameColumn.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/AlterUser.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/AlterView.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/Analyze.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateAggregate.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateConstant.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateFunctionAlias.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateIndex.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateLinkedTable.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateRole.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateSchema.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateSequence.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateTable.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateTableData.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateTrigger.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateUser.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateUserDataType.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/CreateView.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DeallocateProcedure.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DefineCommand.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropAggregate.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropConstant.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropDatabase.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropFunctionAlias.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropIndex.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropRole.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropSchema.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropSequence.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropTable.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropTrigger.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropUser.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropUserDataType.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/DropView.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/GrantRevoke.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/PrepareProcedure.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/SchemaCommand.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/SetComment.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/TruncateTable.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
ddl
;
...
...
h2/src/main/org/h2/command/ddl/package.html
浏览文件 @
ed255e11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/main/org/h2/command/dml/AlterSequence.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/AlterTableSet.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/BackupCommand.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/Call.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/Delete.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/ExecuteProcedure.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/Explain.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/Insert.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/Merge.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/NoOperation.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/Optimizer.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/Query.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/Replace.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/RunScriptCommand.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/ScriptBase.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/ScriptCommand.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/Select.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/SelectListColumnResolver.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/SelectOrderBy.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/SelectUnion.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/Set.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/SetTypes.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/TransactionCommand.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/Update.java
浏览文件 @
ed255e11
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
command
.
dml
;
...
...
h2/src/main/org/h2/command/dml/package.html
浏览文件 @
ed255e11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/main/org/h2/compress/CompressDeflate.java
浏览文件 @
ed255e11
/*
* 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
.
compress
;
...
...
h2/src/main/org/h2/compress/CompressLZF.java
浏览文件 @
ed255e11
/*
* 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).
*
* This code is based on the LZF algorithm from Marc Lehmann. It is a
* re-implementation of the C code:
...
...
h2/src/main/org/h2/compress/CompressNo.java
浏览文件 @
ed255e11
/*
* 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
.
compress
;
...
...
h2/src/main/org/h2/compress/Compressor.java
浏览文件 @
ed255e11
/*
* 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
.
compress
;
...
...
h2/src/main/org/h2/compress/LZFInputStream.java
浏览文件 @
ed255e11
/*
* 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
.
compress
;
...
...
h2/src/main/org/h2/compress/LZFOutputStream.java
浏览文件 @
ed255e11
/*
* 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
.
compress
;
...
...
h2/src/main/org/h2/compress/package.html
浏览文件 @
ed255e11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/main/org/h2/constraint/Constraint.java
浏览文件 @
ed255e11
/*
* 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
.
constraint
;
...
...
h2/src/main/org/h2/constraint/ConstraintCheck.java
浏览文件 @
ed255e11
/*
* 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
.
constraint
;
...
...
h2/src/main/org/h2/constraint/ConstraintReferential.java
浏览文件 @
ed255e11
/*
* 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
.
constraint
;
...
...
h2/src/main/org/h2/constraint/ConstraintUnique.java
浏览文件 @
ed255e11
/*
* 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
.
constraint
;
...
...
h2/src/main/org/h2/constraint/package.html
浏览文件 @
ed255e11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-201
3 H2 Group. Multiple-Licensed under the H2 License
, Version 1.0,
Copyright 2004-201
4 H2 Group. Multiple-Licensed under the MPL 2.0
, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
...
...
h2/src/main/org/h2/engine/Comment.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/ConnectionInfo.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/Constants.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/Database.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/DatabaseCloser.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/DbObject.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/DbObjectBase.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/DbSettings.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/Engine.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/FunctionAlias.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/MetaRecord.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/Mode.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/Procedure.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/QueryStatisticsData.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/Right.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/RightOwner.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/Role.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/Session.java
浏览文件 @
ed255e11
/*
* 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
.
engine
;
...
...
h2/src/main/org/h2/engine/SessionFactory.java
浏览文件 @
ed255e11
差异被折叠。
点击展开。
h2/src/main/org/h2/engine/SessionInterface.java
浏览文件 @
ed255e11
差异被折叠。
点击展开。
h2/src/main/org/h2/engine/SessionRemote.java
浏览文件 @
ed255e11
差异被折叠。
点击展开。
h2/src/main/org/h2/engine/SessionWithState.java
浏览文件 @
ed255e11
差异被折叠。
点击展开。
h2/src/main/org/h2/engine/Setting.java
浏览文件 @
ed255e11
差异被折叠。
点击展开。
h2/src/main/org/h2/engine/SettingsBase.java
浏览文件 @
ed255e11
差异被折叠。
点击展开。
h2/src/main/org/h2/engine/SysProperties.java
浏览文件 @
ed255e11
差异被折叠。
点击展开。
h2/src/main/org/h2/engine/UndoLog.java
浏览文件 @
ed255e11
差异被折叠。
点击展开。
h2/src/main/org/h2/engine/UndoLogRecord.java
浏览文件 @
ed255e11
差异被折叠。
点击展开。
h2/src/main/org/h2/engine/User.java
浏览文件 @
ed255e11
差异被折叠。
点击展开。
h2/src/main/org/h2/engine/UserAggregate.java
浏览文件 @
ed255e11
差异被折叠。
点击展开。
h2/src/main/org/h2/engine/UserDataType.java
浏览文件 @
ed255e11
差异被折叠。
点击展开。
h2/src/main/org/h2/engine/package.html
浏览文件 @
ed255e11
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论