提交 75a8ee0f authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 7585c39a
...@@ -21,12 +21,14 @@ If you want to add a link, please send it to the support email address or post i ...@@ -21,12 +21,14 @@ If you want to add a link, please send it to the support email address or post i
</p> </p>
<a href="#commercial_support"> <a href="#commercial_support">
Commercial Support</a><br /> Commercial Support</a><br />
<a href="#quotes">
Quotes</a><br />
<a href="#books"> <a href="#books">
Books</a><br /> Books</a><br />
<a href="#extensions"> <a href="#extensions">
Extensions</a><br /> Extensions</a><br />
<a href="#blog"> <a href="#blog">
Blog Articles</a><br /> Blog Articles, Videos</a><br />
<a href="#tools"> <a href="#tools">
Database Frontends / Tools</a><br /> Database Frontends / Tools</a><br />
<a href="#projects"> <a href="#projects">
...@@ -45,6 +47,19 @@ Please note he is not one of the developers of H2. He describes himself as follo ...@@ -45,6 +47,19 @@ Please note he is not one of the developers of H2. He describes himself as follo
I can work remotely with teams in the USA and other locations." I can work remotely with teams in the USA and other locations."
</li></ul> </li></ul>
<h2 id="quotes">Quotes</h2>
<p>
<a href="http://groups.google.com/group/h2-database/browse_thread/thread/adee024b8af85931/1edbc4a601146ec6">
Quote</a>:
"This is by far the easiest and fastest database that I have ever used.
Originally the web application that I am working on is using SQL server.
But, in less than 15 minutes I had H2 up and working with little recoding of the SQL.
Thanks..... "
</a>
</p>
http://groups.google.com/group/h2-database/browse_thread/thread/f4b19dfe31efcbe7/32c07dce1bd5a7a5
<h2 id="books">Books</h2> <h2 id="books">Books</h2>
<a href="http://code.google.com/p/seaminaction/wiki/GettingStarted"> <a href="http://code.google.com/p/seaminaction/wiki/GettingStarted">
Seam In Action</a> Seam In Action</a>
...@@ -62,7 +77,9 @@ H2Sharp: ADO.NET interface for the H2 database engine</a> ...@@ -62,7 +77,9 @@ H2Sharp: ADO.NET interface for the H2 database engine</a>
<a href="http://geosysin.iict.ch/irstv-trac/wiki/H2spatial/Download"> <a href="http://geosysin.iict.ch/irstv-trac/wiki/H2spatial/Download">
H2 Spatial: spatial functions to H2 database</a> H2 Spatial: spatial functions to H2 database</a>
<h2 id="blog">Blog Articles</h2> <h2 id="blog">Blog Articles, Videos</h2>
<a href="http://www.youtube.com/watch?v=mlWM0r3SKkg">
Youtube: Minecraft 1.7.3 / How to install Bukkit Server with xAuth and H2</a><br />
<a href="http://blog.zvikico.com/2009/12/analyzing-csvs-with-h2.html"> <a href="http://blog.zvikico.com/2009/12/analyzing-csvs-with-h2.html">
Analyzing CSVs with H2 in under 10 minutes (2009-12-07)</a><br /> Analyzing CSVs with H2 in under 10 minutes (2009-12-07)</a><br />
<a href="http://sbdevel.wordpress.com/2009/06/15/efficient-sorting-and-iteration-on-large-databases"> <a href="http://sbdevel.wordpress.com/2009/06/15/efficient-sorting-and-iteration-on-large-databases">
......
...@@ -560,6 +560,8 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -560,6 +560,8 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>MySQL compatibility: index names only need to be unique for the given table. </li><li>MySQL compatibility: index names only need to be unique for the given table.
</li><li>Issue 352: constraints: distinguish between 'no action' and 'restrict'. Currently, only restrict is supported, </li><li>Issue 352: constraints: distinguish between 'no action' and 'restrict'. Currently, only restrict is supported,
and 'no action' is internally mapped to 'restrict'. The database meta data returns 'restrict' in all cases. and 'no action' is internally mapped to 'restrict'. The database meta data returns 'restrict' in all cases.
</li><li>Oracle compatilibity: support MEDIAN aggregate function.
</li><li>Issue 348: Oracle compatilibity: division should return a decimal result.
</li></ul> </li></ul>
<h2>Not Planned</h2> <h2>Not Planned</h2>
......
...@@ -514,6 +514,8 @@ public class JdbcStatement extends TraceObject implements Statement { ...@@ -514,6 +514,8 @@ public class JdbcStatement extends TraceObject implements Statement {
* Cancels a currently running statement. * Cancels a currently running statement.
* This method must be called from within another * This method must be called from within another
* thread than the execute method. * thread than the execute method.
* Operations on large objects are not interrupted,
* only operations that process many rows.
* *
* @throws SQLException if this object is closed * @throws SQLException if this object is closed
*/ */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论