Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
426f96e8
提交
426f96e8
authored
4月 27, 2009
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
4880ea4f
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
40 行增加
和
37 行删除
+40
-37
help.csv
h2/src/main/org/h2/res/help.csv
+33
-31
TestAll.java
h2/src/test/org/h2/test/TestAll.java
+6
-5
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+1
-1
没有找到文件。
h2/src/main/org/h2/res/help.csv
浏览文件 @
426f96e8
...
...
@@ -4,7 +4,7 @@
# Initial Developer: H2 Group
"SECTION","TOPIC","SYNTAX","TEXT","EXAMPLE"
"Commands (DML)","SELECT","
{SELECT selectPart FROM fromPart
|
FROM fromPart SELECT selectPart}
{SELECT selectPart FROM fromPart
|
FROM fromPart SELECT selectPart}
[WHERE expression]
[GROUP BY expression [,...]]
[HAVING expression]
...
...
@@ -14,8 +14,9 @@
[FOR UPDATE]
","
Selects data from a table or multiple tables.
If a sample size is specified, this limits the number of rows read for aggregate queries.
If FOR UPDATE is specified, the tables are locked for writing.
LIMIT limits the number of rows returned by the query, OFFSET specified how
many rows to skip. SAMPLE_SIZE limits the number of rows read for aggregate
queries. If FOR UPDATE is specified, the tables are locked for writing.
","
SELECT * FROM TEST
"
...
...
@@ -660,24 +661,6 @@ This command commits an open transaction.
TRUNCATE TABLE TEST
"
"Commands (Other)","COMMIT","
COMMIT [WORK]
","
Commits a transaction.
","
COMMIT
"
"Commands (Other)","COMMIT TRANSACTION","
COMMIT TRANSACTION transactionName
","
Sets the resolution of an in-doubt transaction to 'commit'.
Admin rights are required to execute this command.
This command is part of the 2-phase-commit protocol.
","
COMMIT TRANSACTION XID_TEST
"
"Commands (Other)","CHECKPOINT","
CHECKPOINT
","
...
...
@@ -696,6 +679,24 @@ Admin rights are required to execute this command.
CHECKPOINT SYNC
"
"Commands (Other)","COMMIT","
COMMIT [WORK]
","
Commits a transaction.
","
COMMIT
"
"Commands (Other)","COMMIT TRANSACTION","
COMMIT TRANSACTION transactionName
","
Sets the resolution of an in-doubt transaction to 'commit'.
Admin rights are required to execute this command.
This command is part of the 2-phase-commit protocol.
","
COMMIT TRANSACTION XID_TEST
"
"Commands (Other)","GRANT RIGHT","
GRANT {SELECT | INSERT | UPDATE | DELETE | ALL} [,...]
ON tableName [,...] TO {PUBLIC | userName | roleName}
...
...
@@ -1099,6 +1100,15 @@ This setting can be appended to the database URL: jdbc:h2:test;OPTIMIZE_REUSE_RE
SET OPTIMIZE_REUSE_RESULTS 0
"
"Commands (Other)","SET PASSWORD","
SET PASSWORD string
","
Changes the password of the current user.
The password must be in single quotes. It is case sensitive and can contain spaces.
","
SET PASSWORD 'abcstzri!.5'
"
"Commands (Other)","SET QUERY_TIMEOUT","
SET QUERY_TIMEOUT int
","
...
...
@@ -1111,15 +1121,6 @@ This command does not commit a transaction, and rollback does not affect it.
SET QUERY_TIMEOUT 10000
"
"Commands (Other)","SET PASSWORD","
SET PASSWORD string
","
Changes the password of the current user.
The password must be in single quotes. It is case sensitive and can contain spaces.
","
SET PASSWORD 'abcstzri!.5'
"
"Commands (Other)","SET REFERENTIAL_INTEGRITY","
SET REFERENTIAL_INTEGRITY [TRUE|FALSE]
","
...
...
@@ -1182,6 +1183,7 @@ SET {TRACE_LEVEL_FILE | TRACE_LEVEL_SYSTEM_OUT} int
","
Sets the trace level for file the file or system out stream.
Levels are: 0=off, 1=error, 2=info, 3=debug.
The default level is 1 for file and 0 for system out.
This setting is not persistent.
Admin rights are required to execute this command.
This command does not commit a transaction, and rollback does not affect it.
...
...
@@ -1221,7 +1223,7 @@ SET UNDO_LOG 0
SET WRITE_DELAY int
","
Set the maximum delay between a commit and flushing the log, in milliseconds.
This setting is persistent.
This setting is persistent.
The default is 500 ms.
Admin rights are required to execute this command.
This setting can be appended to the database URL: jdbc:h2:test;WRITE_DELAY=0
","
...
...
h2/src/test/org/h2/test/TestAll.java
浏览文件 @
426f96e8
...
...
@@ -295,13 +295,14 @@ java -Dfile.encoding=UTF-8
auto-build: prepare release
pool: change default login timeout to 15 min
documentation: rolling review at grammar.html: SELECT
documentation: rolling review at functions.html: start
documentation: rolling review at roadmap.html: done
automated tests: code coverage
checksum for downloads
documentation: rolling review at functions.html: start
documentation: rolling review at grammar.html: start
documentation: rolling review at performance.html: 303
lazy file input stream
auto close input stream
create a short 4 pages documentation
...
...
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
426f96e8
...
...
@@ -587,4 +587,4 @@ consistently springfuse grep signatures wrote symbolic parents caches readers
animate scaladoc models disadvantages vladykin sergi trims requesting
handing bonita placed euros embeds reliability singular unregister quotas
overall httpdocs tigris eclemma separates underscore yajsw she her truncating
relocating smtps smtp osde joist catching
\ No newline at end of file
relocating smtps smtp osde joist catching guesses
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论