Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
d536591a
提交
d536591a
authored
4月 22, 2007
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
85cd9e29
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
83 行增加
和
28 行删除
+83
-28
advanced.html
h2/src/docsrc/html/advanced.html
+8
-0
download.html
h2/src/docsrc/html/download.html
+3
-3
faq.html
h2/src/docsrc/html/faq.html
+2
-1
features.html
h2/src/docsrc/html/features.html
+10
-6
history.html
h2/src/docsrc/html/history.html
+52
-9
mainWeb_text_.html
h2/src/docsrc/html/mainWeb_text_.html
+7
-8
tutorial.html
h2/src/docsrc/html/tutorial.html
+1
-1
没有找到文件。
h2/src/docsrc/html/advanced.html
浏览文件 @
d536591a
...
...
@@ -629,6 +629,14 @@ Therefore, the block cipher modes of operation is CBC (Cipher-block chaining), b
is only one block long. The advantage over the ECB (Electronic codebook) mode is that patterns
in the data are not revealed, and the advantage over multi block CBC is that flipped cipher text bits
are not propagated to flipped plaintext bits in the next block.
</p><p>
Database encryption is meant for securing the database while it is not in use (stolen laptop and so on).
It is not meant for cases where the attacker has access to files while the database is in use.
When he has write access, he can for example replace pieces of files with pieces of older versions
and manipulate data like this.
</p><p>
File encryption slows down the performance of the database engine. Compared to unencrypted mode,
database operations take about 2.2 times longer when using XTEA, and 2.5 times longer using AES (embedded mode).
</p>
<h3>
SSL/TLS Connections
</h3>
...
...
h2/src/docsrc/html/download.html
浏览文件 @
d536591a
...
...
@@ -11,10 +11,10 @@ H2 Database Engine
<h1>
Downloads
</h1>
<h3>
Version 1.0 / 2007-0
1-17
(Current)
</h3>
<h3>
Version 1.0 / 2007-0
4-20
(Current)
</h3>
<p>
<a
href=
"http://www.h2database.com/h2-setup-2007-0
1-17
.exe"
>
Windows Installer (2.7 MB)
</a><br
/>
<a
href=
"http://www.h2database.com/h2-2007-0
1-17
.zip"
>
Platform-Independent Zip (3.6 MB)
</a><br
/>
<a
href=
"http://www.h2database.com/h2-setup-2007-0
4-20
.exe"
>
Windows Installer (2.7 MB)
</a><br
/>
<a
href=
"http://www.h2database.com/h2-2007-0
4-20
.zip"
>
Platform-Independent Zip (3.6 MB)
</a><br
/>
</p>
<h3>
Version 1.0 / 2006-08-31 (Last Stable)
</h3>
...
...
h2/src/docsrc/html/faq.html
浏览文件 @
d536591a
...
...
@@ -15,7 +15,7 @@ Frequently Asked Questions
<h3>
Are there any known bugs? When is the next release?
</h3>
Usually, bugs get fixes as they are found. There is a release every few weeks.
Here is the list of known and confirmed issues as of
2007-03-
04
:
2007-03-
20
:
<ul>
<li>
Can not build using the test cases ant with JDK 1.3 at the moment. However most things are fixed.
</li><li>
Some problems have been found with right outer join. Internally, it is converted to left outer join, which
...
...
@@ -59,6 +59,7 @@ Areas considered Experimental:
<li>
ODBC driver and the GCJ native version on Windows
</li><li>
Linear Hash Index
</li><li>
Compatibility modes for other databases (only some features are implemented)
</li><li>
The ARRAY data type and related functionality.
</li></ul>
<h3>
How to Create a New Database?
</h3>
...
...
h2/src/docsrc/html/features.html
浏览文件 @
d536591a
...
...
@@ -229,10 +229,13 @@ It looks like the development of this database has stopped. The last release was
<td>
Open source implementation of the Java Content Repository API (JCR).
</td>
</tr><tr>
<td><a
href=
"http://incubator.apache.org/openjpa"
>
Apache OpenJPA
</a></td>
<td>
Open source implementation of the Java Persistence API.
</td>
<td>
Open source implementation of the Java Persistence API
(JPA)
.
</td>
</tr><tr>
<td><a
href=
"http://bmarks-portlet.sourceforge.net"
>
Bookmarks Portlet
</a></td>
<td>
JSR168 compliant bookmarks management portlet application.
</td>
</tr><tr>
<td><a
href=
"http://www.dbsolo.com"
>
DB Solo
</a></td>
<td>
SQL query tool.
</td>
</tr><tr>
<td><a
href=
"http://www.minq.se/products/dbvis"
>
DbVisualizer
</a></td>
<td>
Database tool.
</td>
...
...
@@ -244,13 +247,13 @@ It looks like the development of this database has stopped. The last release was
<td>
Fun-to-play games with a simple interface.
</td>
</tr><tr>
<td><a
href=
"http://hibernate.org"
>
Hibernate
</a></td>
<td>
Relational
Persistence for Idiomatic Java (O-R Mapping T
ool)
</td>
<td>
Relational
persistence for idiomatic Java (O-R mapping t
ool)
</td>
</tr><tr>
<td><a
href=
"http://jamwiki.org"
>
JAMWiki
</a></td>
<td>
Java-based Wiki engine.
</td>
</tr><tr>
<td><a
href=
"http://www.jpox.org"
>
JPOX
</a></td>
<td>
Java
Persistent O
bjects
</td>
<td>
Java
persistent o
bjects
</td>
</tr><tr>
<td><a
href=
"http://luntbuild.javaforge.com"
>
Luntbuild
</a></td>
<td>
Build automation and management tool
</td>
...
...
@@ -262,10 +265,10 @@ It looks like the development of this database has stopped. The last release was
<td>
Open source database benchmark.
</td>
</tr><tr>
<td><a
href=
"http://www.shellbook.com"
>
Shellbook
</a></td>
<td>
Desktop
P
ublishing application.
</td>
<td>
Desktop
p
ublishing application.
</td>
</tr><tr>
<td><a
href=
"http://sql-workbench.net"
>
SQL Workbench/J
</a></td>
<td>
Free DBMS-independent SQL
T
ool.
</td>
<td>
Free DBMS-independent SQL
t
ool.
</td>
</tr><tr>
<td><a
href=
"http://www.squirrelsql.org"
>
SQuirreL SQL Client
</a></td>
<td>
Graphical tool to view the structure of a database, browse the data, issue SQL commands etc.
</td>
...
...
@@ -274,7 +277,7 @@ It looks like the development of this database has stopped. The last release was
<td>
Tool to copy data from one database to another.
</td>
</tr><tr>
<td><a
href=
"http://www.streamcruncher.com"
>
StreamCruncher
</a></td>
<td>
Event (
Stream) Processing K
ernel.
</td>
<td>
Event (
stream) processing k
ernel.
</td>
</tr><tr>
<td><a
href=
"http://www.webofweb.net"
>
Web of Web
</a></td>
<td>
Collaborative and realtime interactive media platform for the web.
</td>
...
...
@@ -912,6 +915,7 @@ the database connection is open). You only need to create a special file in the
where the database files are stored.
The database engine checks every 4 seconds if this file exists (only while executing a statement).
The file name is the database name plus '.trace.db.start'.
This feature is disabled if the database is encrypted.
</p><p>
Example: if a database is called 'test', then the file to start tracing is 'test.trace.db.start'.
The database engine tries to delete this file when it detects it.
...
...
h2/src/docsrc/html/history.html
浏览文件 @
d536591a
...
...
@@ -36,8 +36,43 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
<h3>
Version 1.0 (Current)
</h3>
<h3>
Version 1.0 / TODO
</h3><ul>
<li>
SQLException.getCause of the now works for JDK 1.4 and higher.
<h3>
Version 1.0 / 2007-04-20 (TODO)
</h3><ul>
</li><li>
New function TABLE to define ad-hoc (temporary) tables in a query.
This also solves problems with variable-size IN(...) queries:
instead of SELECT * FROM TEST WHERE ID IN(?, ?, ...) you can now write:
SELECT * FROM TABLE(ID INT=?) X, TEST WHERE X.ID=TEST.ID
In this case, the index is used.
</li><li>
New data type ARRAY. Actually it was there before, but is now documented
and better tested (however it must still be considered experimental).
The java.sql.Array implementation is incomplete, but setObject(1, new Object[]{...})
and getObject(..) can be used. New functions ARRAY_GET and ARRAY_LENGTH.
</li><li>
SimpleResultSet now has some basic data type conversion features.
</li><li>
When using JDK 1.5 or later, and switching on h2.lobFilesInDirectories,
the performance for creating LOBs was bad. This has been fixed, however
creating lots of LOBs it is still faster when the setting is switched off.
</li><li>
A problem with multiple unnamed dynamic tables (FROM (SELECT...)) has been fixed.
</li><li>
Appending 'Z' to a timestamp did not have an effect. Now it is interpreted as +00:00 (GMT).
</li><li>
The BACKUP command is better tested and documented.
This means hot backup (online backup) is now possible.
</li><li>
The old 'Backup' tool is now called 'Script' (as the SQL statement).
</li><li>
For the tools RunScript and Script, the parameter 'script' has been renamed to 'file'.
</li><li>
There are new 'Backup' and 'Restore' tools that work with database files directly.
</li><li>
The complete syntax for referential and check constraints is now supported
when written as part of the column definition, behind PRIMARY KEY.
</li><li>
CASE WHEN ... returned the wrong result when the condition evaluated to NULL.
</li><li>
The new function LINK_SCHEMA simplifies linking all tables of a schema.
</li><li>
SCRIPT DROP now also drops aliases (Java functions) if they exist.
</li><li>
For encrypted databases, the trace option can no longer be enabled manually by creating a file.
</li><li>
For linked tables, NULL in the unique key is now supported.
</li><li>
For read-only databases, temp files are now created in the default temp directory instead
of the database directory.
</li><li>
Sending CLOB data was slow in some systems when using the server version. Fixed.
</li><li>
CSVWRITE now returns the number of rows written.
</li><li>
The data type of NULLIF was NULL if the first expression was a column. Now the data type is set correctly.
</li><li>
Indexes (and other related objects) for local temporary tables where not dropped
when the session was closed. Fixed.
</li><li>
ALTER TABLE did not work for tables with computed columns.
</li><li>
SQLException.getCause of the now works for JDK 1.4 and higher.
</li><li>
If the index file was deleted, an error was logged in the .trace.db file. This is no longer done.
</li><li>
The Portuguese (Europe) translation is available. Thanks a lot to Antonio Casqueiro!
</li><li>
The error message for invalid views has been improved (the root cause is included in the message now).
...
...
@@ -1297,8 +1332,7 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
<h3>
Priority 1
</h3>
<ul>
<li>
Hot backup (incremental backup, online backup)
</li><li>
More tests with MULTI_THREADED=1
<li>
More tests with MULTI_THREADED=1
</li><li>
Improve performance for create table (if this is possible)
</li><li>
Test with Spatial DB in a box / JTS (http://docs.codehaus.org/display/GEOS/SpatialDBBox)
</li><li>
Document how to use H2 with PHP (generic database API)
...
...
@@ -1328,12 +1362,14 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
</li><li>
Recovery for BLOB / CLOB: support functions
</li><li>
Better support large transactions, large updates / deletes: use less memory
</li><li>
Better support large transactions, large updates / deletes: allow tables without primary key
</li><li>
Support Oracle RPAD and LPAD(string, n[, pad]) (truncate the end if longer)
</li></ul>
<h3>
Priority 2
</h3>
<ul>
<li>
Support OSGi: http://oscar-osgi.sourceforge.net, http://incubator.apache.org/felix/index.html
</li><li>
Connection pool manager
</li><li>
Set the database in an 'exclusive' mode (restrict to one user at a time)
</li><li>
Add a migration guide (list differences between databases)
</li><li>
Support VALUES(1), (2); SELECT * FROM (VALUES (1), (1), (1), (1), (2)) AS myTable (c1) (Derby)
</li><li>
Optimization: automatic index creation suggestion using the trace file?
...
...
@@ -1351,7 +1387,6 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
</li><li>
Test with dbmonster (http://dbmonster.kernelpanic.pl/)
</li><li>
Test with dbcopy (http://dbcopyplugin.sourceforge.net)
</li><li>
Document how to view / scan a big trace file (less)
</li><li>
Set the database in an 'exclusive' mode
</li><li>
Implement, test, document XAConnection and so on
</li><li>
Web site: meta keywords, description, get rid of frame set
</li><li>
Pluggable data type (for compression, validation, conversion, encryption)
...
...
@@ -1386,7 +1421,7 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
</li><li>
Read only databases with log file (fast open with summary)
</li><li>
Option for Java functions: 'constant' to allow early evaluation when all parameters are constant
</li><li>
Improve trace option: add calendar, streams, objects,... try/catch
</li><li>
Automatic collection of statistics (ANALYZE)
</li><li>
Automatic collection of statistics (
auto
ANALYZE)
</li><li>
Procedural language
</li><li>
Maybe include JTidy. Check license
</li><li>
Server: client ping from time to time (to avoid timeout - is timeout a problem?)
...
...
@@ -1545,7 +1580,7 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
</li><li>
Support updatable views with join on primary keys (to extend a table)
</li><li>
File_Read / File_Store funktionen: FILE_STORE('test.sql', ?), FILE_READ('test.sql')
</li><li>
Public interface for functions (not public static)
</li><li>
Index usage for IN(...), IN
_ARRAY(..), and IN_ARRAY_RANGES(..
); support ARRAY in JDBC API (variable size)
</li><li>
Index usage for IN(...), IN
ARRAY(?), and IN ARRAY RANGES(?, ?
); support ARRAY in JDBC API (variable size)
</li><li>
Change LOB mechanism (less files, keep index of lob files, point to files and row, delete unused files earlier)
</li><li>
Autocomplete: if I type the name of a table that does not exist (should say: syntax not supported)
</li><li>
Autocomplete: schema support: "Other Grammar","Table Expression","{[schemaName.]tableName | (select)} [[AS] newTableAlias]
...
...
@@ -1583,6 +1618,14 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
</li><li>
Add object id to metadata tables
</li><li>
Support OUTER UNION
</li><li>
Support Parameterized Views (similar to CSVREAD, but using just SQL for the definition)
</li><li>
Implement a command line SQL utility similar to HenPlus: http://henplus.sourceforge.net
</li><li>
A way (JDBC driver) to map an URL (jdbc:h2map:c1) to a connection object
</li><li>
Build script for the embedded functionality only (h2embedded.jar)
</li><li>
Option for SCRIPT to only process one or a set of tables, and append to a file
</li><li>
Linked schema using CSV files: one schema for a directory of files; support indexes for CSV files
</li><li>
Support using a unique index for IS NULL (including linked tables)
</li><li>
Support linked tables to the current database
</li><li>
Support dynamic linked schema (automatically adding/updating/removing tables)
</li></ul>
<h3>
Not Planned
</h3>
...
...
h2/src/docsrc/html/mainWeb_text_.html
浏览文件 @
d536591a
...
...
@@ -30,17 +30,17 @@ Welcome to H2, the free SQL database. The main feature of H2 are:
<table
style=
"border: 0px; margin: 5px; background-color: #eee;"
>
<tr><td
style=
"border: 0px; background-color: #eee;"
colspan=
"2"
>
<h3>
Download
</h3>
Version 1.0 / 2007-0
1-17
:
Version 1.0 / 2007-0
4-20
:
</td></tr>
<tr><td
style=
"border: 0px; background-color: #eee;"
>
<a
href=
"http://www.h2database.com/h2-setup-2007-0
1-17
.exe"
><img
border=
"1"
src=
"images/download.png"
alt=
"download"
/></a>
<a
href=
"http://www.h2database.com/h2-setup-2007-0
4-20
.exe"
><img
border=
"1"
src=
"images/download.png"
alt=
"download"
/></a>
</td><td
style=
"vertical-align: middle; border: 0px; background-color: #eee;"
>
<a
href=
"http://www.h2database.com/h2-setup-2007-0
1-17
.exe"
>
Windows Installer (2.7 MB)
</a>
<a
href=
"http://www.h2database.com/h2-setup-2007-0
4-20
.exe"
>
Windows Installer (2.7 MB)
</a>
</td></tr>
<tr><td
style=
"border: 0px; background-color: #eee;"
>
<a
href=
"http://www.h2database.com/h2-2007-0
1-17
.zip"
><img
border=
"1"
src=
"images/download.png"
alt=
"download"
/></a>
<a
href=
"http://www.h2database.com/h2-2007-0
4-20
.zip"
><img
border=
"1"
src=
"images/download.png"
alt=
"download"
/></a>
</td><td
style=
"vertical-align: middle; border: 0px; background-color: #eee;"
>
<a
href=
"http://www.h2database.com/h2-2007-0
1-17
.zip"
>
Platform-Independent Zip (3.6 MB)
</a>
<a
href=
"http://www.h2database.com/h2-2007-0
4-20
.zip"
>
Platform-Independent Zip (3.6 MB)
</a>
</td></tr>
<tr><td
style=
"border: 0px; background-color: #eee;"
colspan=
"2"
>
<a
href=
"download.html"
>
All Downloads
</a>
...
...
@@ -118,8 +118,7 @@ Welcome to H2, the free SQL database. The main feature of H2 are:
<br
/><br
/>
<b>
Newsfeeds:
</b>
Two are available:
<a
href=
"http://www.h2database.com/html/newsfeed-atom.xml"
target=
"_blank"
>
Full text (Atom)
</a>
and
<a
href=
"http://www.h2database.com/html/newsfeed-rss.xml"
target=
"_blank"
>
Header only (RSS)
</a>
.
<br
/>
If you need a newsreader:
<a
href=
"http://rssowl.sf.net"
>
RSSOwl
</a>
.
and
<a
href=
"http://www.h2database.com/html/newsfeed-rss.xml"
target=
"_blank"
>
Header only (RSS)
</a>
.
</form>
</td></tr>
</table>
...
...
@@ -139,7 +138,7 @@ Welcome to H2, the free SQL database. The main feature of H2 are:
</p>
<form
action=
"https://www.paypal.com/cgi-bin/webscr"
method=
"post"
target=
"_blank"
>
<input
type=
"hidden"
name=
"cmd"
value=
"_s-xclick"
/>
<input
type=
"image"
src=
"https://www.paypal.com/en_US/i/btn/x-click-but04.gif"
border=
"0"
name=
"submit"
alt=
"
Zahlen Sie mit PayPal - schnell, kostenlos und sicher!
"
/>
<input
type=
"image"
src=
"https://www.paypal.com/en_US/i/btn/x-click-but04.gif"
border=
"0"
name=
"submit"
alt=
"
PayPal
"
/>
<img
alt=
""
border=
"0"
src=
"https://www.paypal.com/de_DE/i/scr/pixel.gif"
width=
"1"
height=
"1"
/>
<input
type=
"hidden"
name=
"encrypted"
value=
"-----BEGIN PKCS7-----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-----END PKCS7-----"
/>
</form>
...
...
h2/src/docsrc/html/tutorial.html
浏览文件 @
d536591a
...
...
@@ -282,7 +282,7 @@ To stop remote server, remote connections must be enabled on the server.
<h2>
Using Hibernate
</h2>
This database supports Hibernate version 3.1 and newer. You can use the HSQLDB Dialect,
or the native H2 Dialect that is available in the file src/tools/org/h2/tools/hibernate/H2Dialect.txt.
Th
is dialect will be integrated into Hibernate, but until this is done
you need to copy the file
Th
e H2 dialect is included in newer version of Hibernate. For versions where the dialect is missing,
you need to copy the file
into the folder src\org\hibernate\dialect (Hibernate 3.1), rename it to H2Dialect.java and re-compile hibernate.
<br
/><a
name=
"web_applications"
></a>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论