Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
94c8775e
提交
94c8775e
authored
12月 05, 2008
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
links
上级
96083e2b
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
41 行增加
和
48 行删除
+41
-48
advanced.html
h2/src/docsrc/html/advanced.html
+8
-6
changelog.html
h2/src/docsrc/html/changelog.html
+3
-1
features.html
h2/src/docsrc/html/features.html
+2
-2
links.html
h2/src/docsrc/html/links.html
+28
-39
没有找到文件。
h2/src/docsrc/html/advanced.html
浏览文件 @
94c8775e
...
...
@@ -419,9 +419,11 @@ Support for the PostgreSQL network protocol is quite new and should be viewed
as experimental. It should not be used for production applications.
</p>
<p>
At this time, the PostgreSQL ODBC driver does not work on 64 bit versions of Windows.
For more information, see:
<a
href=
"http://svr5.postgresql.org/pgsql-odbc/2005-09/msg00127.php"
>
ODBC Driver on Windows 64 bit
</a>
To use the PostgreSQL ODBC driver on 64 bit versions of Windows,
first run
<code>
c:/windows/syswow64/odbcad32.exe
</code>
.
At this point you set up your DSN just like you would on any other system.
See also:
<a
href=
"http://archives.postgresql.org/pgsql-odbc/2005-09/msg00125.php"
>
Re: ODBC Driver on Windows 64 bit
</a>
</p>
<h3>
ODBC Installation
</h3>
...
...
@@ -1136,9 +1138,9 @@ OR X = 2 OR X = 2 OR X = 2 OR X = 2 OR X = 2
<tr>
<td>
GCJ
</td>
<td>
GNU
Compiler for Java.
<a
href=
"http://gcc.gnu.org/java
/"
>
http://gcc.gnu.org/java/
</a>
and
<a
href=
"http://
nativej.mtsystems.ch"
>
http://nativej.mtsystems.ch/ (not free any more
)
</a>
Compiler for Java.
<a
href=
"http://gcc.gnu.org/java
"
>
GNU Compiler for the Java
</a>
and
<a
href=
"http://
www.dobysoft.com/products/nativej"
>
NativeJ (commercial
)
</a>
</td>
</tr>
<tr>
...
...
h2/src/docsrc/html/changelog.html
浏览文件 @
94c8775e
...
...
@@ -27,7 +27,9 @@ Change Log
</li></ul>
<h2>
Version 1.1.104 (2008-11-28)
</h2>
<ul><li>
If a query that was used like a table contained group by and was ordered by an expression that
<ul><li>
New meta data column INFORMATION_SCHEMA.TABLES.LAST_MODIFICATION to get
the table modification counter.
</li><li>
If a query that was used like a table contained group by and was ordered by an expression that
is not in the column list, an exception was thrown.
</li><li>
JaQu: tables are now auto-created when running a query.
</li><li>
The optimizer had problems with function tables (for example CSVREAD and FTL_SEARCH).
...
...
h2/src/docsrc/html/features.html
浏览文件 @
94c8775e
...
...
@@ -160,8 +160,8 @@ Features
<h2>
Limitations
</h2>
<p>
For the list of limitations, please have a look at the road map page at:
<a
href=
"http://
groups.google.com/group/h2-database/web/roadmap
"
>
http://
groups.google.com/group/h2-database/web/roadmap
<a
href=
"http://
www.h2database.com/html/roadmap.html
"
>
http://
www.h2database.com/html/roadmap.html
</a>
</p>
...
...
h2/src/docsrc/html/links.html
浏览文件 @
94c8775e
...
...
@@ -31,10 +31,11 @@ h2osgi: OSGi for the H2 Database</a><br />
<a
href=
"http://code.google.com/p/h2sharp"
>
H2Sharp: ADO.NET interface for the H2 database engine.
</a><br
/>
<a
href=
"http://geosysin.iict.ch/irstv-trac/wiki/H2spatial/Download"
>
Spatial capabilities
</a>
H2 Spatial: spatial functions to H2 database.
</a>
<h2>
Blogs
</h2>
<a
href=
"http://zvikico.typepad.com/problog/2008/04
/h2-performance.html
"
>
<a
href=
"http://zvikico.typepad.com/problog/2008/04"
>
H2 Database - Performance Tracing (2008-04-30)
</a><br
/>
<a
href=
"http://www.bluedevel.com/blog/?p=12"
>
Testing your JDBC data access layer with DBUnit and H2 (2007-09-18)
</a><br
/>
...
...
@@ -58,8 +59,6 @@ Ohloh</a><br />
Freshmeat Project Page
</a><br
/>
<a
href=
"http://en.wikipedia.org/wiki/H2_%28DBMS%29"
>
Wikipedia
</a><br
/>
<a
href=
"http://oszone.org/project/1749"
>
OSZone
</a><br
/>
<a
href=
"http://java-source.net/open-source/database-engines/h2"
>
Java Source Net
</a><br
/>
<a
href=
"http://packman.links2linux.org/package/h2"
>
...
...
@@ -114,12 +113,12 @@ Tool to copy data from one database to another.
A server-side scripting environment to build AJAX enabled web applications.
</p>
<p><a
href=
"http://www.axiomstack.com
/
"
>
<p><a
href=
"http://www.axiomstack.com"
>
Axiom Stack
</a><br
/>
A web framework that let's you write dynamic web applications with Zen-like simplicity.
</p>
<p><a
href=
"http://cayenne.apache.org
/
"
>
<p><a
href=
"http://cayenne.apache.org"
>
Apache Cayenne
</a><br
/>
Open source persistence framework providing object-relational mapping (ORM) and remoting services.
</p>
...
...
@@ -164,22 +163,27 @@ CrashPlan PRO Server</a><br />
Easy and cross platform backup solution for business and service providers.
</p>
<p><a
href=
"http://dbunit.wikidot.com
/
"
>
<p><a
href=
"http://dbunit.wikidot.com"
>
DbUnit
</a><br
/>
A JUnit extension (also usable with Ant) targeted for database-driven projects.
</p>
<p><a
href=
"http://www.avaje.org"
>
Ebean ORM Persistence Layer
</a><br
/>
Open source Java Object Relational Mapping tool.
</p>
<p><a
href=
"http://antilogics.com/epictetus.html"
>
Epictetus
</a><br
/>
Free cross platform database tool.
</p>
<p><a
href=
"http://fabric3.codehaus.org
/
"
>
<p><a
href=
"http://fabric3.codehaus.org"
>
Fabric3
</a><br
/>
Fabric3 is a project implementing a federated service network based on the Service Component Architecture specification (http://www.osoa.org).
</p>
<p><a
href=
"http://code.google.com/p/fit4data
/
"
>
<p><a
href=
"http://code.google.com/p/fit4data"
>
FIT4Data
</a><br
/>
A testing framework for data management applications built on the Java implementation of FIT.
</p>
...
...
@@ -219,16 +223,11 @@ Hibernate</a><br />
Relational persistence for idiomatic Java (O-R mapping tool).
</p>
<p><a
href=
"http://www.willuhn.de/projects/hibiscus
/
"
>
<p><a
href=
"http://www.willuhn.de/projects/hibiscus"
>
Hibicius
</a><br
/>
Online Banking Client for the HBCI protocol.
</p>
<p><a
href=
"http://geosysin.iict.ch/irstv-trac/wiki/H2spatial/Why"
>
H2 Spatial
</a><br
/>
A project to add spatial functions to H2 database.
</p>
<p><a
href=
"http://www.believeit.ltd.uk"
>
ImageMapper
</a><br
/>
ImageMapper frees users from having to use file browsers to view their images.
...
...
@@ -246,11 +245,6 @@ Jala</a><br />
Open source collection of JavaScript modules.
</p>
<p><a
href=
"http://mywebpage.netscape.com/davidlbarron/javaplayer.html"
>
JavaPlayer
</a><br
/>
Pure Java MP3 player.
</p>
<p><a
href=
"http://code.google.com/p/javasimon"
>
Java Simon
</a><br
/>
Simple Monitoring API.
...
...
@@ -261,18 +255,18 @@ JGeocoder</a><br />
Free Java geocoder. Geocoding is the process of estimating a latitude and longitude for a given location.
</p>
<p><a
href=
"http://www.jgrass.org
/
"
>
<p><a
href=
"http://www.jgrass.org"
>
JGrass
</a><br
/>
Java Geographic Resources Analysis Support System.
Free, multi platform, open source GIS based on the GIS framework of uDig.
</p>
<p><a
href=
"http://jena.sourceforge.net
/
"
>
<p><a
href=
"http://jena.sourceforge.net"
>
Jena
</a><br
/>
Java framework for building Semantic Web applications.
</p>
<p><a
href=
"http://jmatter.org
/
"
>
<p><a
href=
"http://jmatter.org"
>
JMatter
</a><br
/>
Framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
</p>
...
...
@@ -282,7 +276,7 @@ JPOX</a><br />
Java persistent objects.
</p>
<p><a
href=
"http://code.google.com/p/liftweb
/
"
>
<p><a
href=
"http://code.google.com/p/liftweb"
>
Liftweb
</a><br
/>
A Scala-based, secure, developer friendly web framework.
</p>
...
...
@@ -318,12 +312,12 @@ Myna Application Server</a><br />
Java web app that provides dynamic web content and Java libraries access from JavaScript.
</p>
<p><a
href=
"http://docs.codewave.de/mytunesrss3
/
"
>
<p><a
href=
"http://docs.codewave.de/mytunesrss3"
>
MyTunesRss
</a><br
/>
MyTunesRSS lets you listen to your music wherever you are.
</p>
<p><a
href=
"http://ncgc.nih.gov/pub/openhts
/
"
>
<p><a
href=
"http://ncgc.nih.gov/pub/openhts"
>
NCGC CurveFit
</a><br
/>
From: NIH Chemical Genomics Center, National Institutes of Health, USA.
An open source application in the life sciences research field. This
...
...
@@ -341,7 +335,7 @@ by the user; require a license to Oracle; lack advanced
query/retrieval; and the ability to handle chemical structures.
</p>
<p><a
href=
"http://www.nwiresoftware.com
/
"
>
<p><a
href=
"http://www.nwiresoftware.com"
>
nWire
</a><br
/>
Eclipse plug-in which expedites Java development.
It's main purpose is to help developers find code quicker and easily
...
...
@@ -349,7 +343,7 @@ understand how it relates to the rest of the application, thus,
understand the application structure.
</p>
<p><a
href=
"http://www.ontologyworks.com
/
"
>
<p><a
href=
"http://www.ontologyworks.com"
>
Ontology Works
</a><br
/>
This company provides semantic technologies including deductive
information repositories (the Ontology Works Knowledge Servers),
...
...
@@ -358,7 +352,7 @@ databases, ontology-based domain modeling, and management of the
distributed enterprise.
</p>
<p><a
href=
"http://www.ontoprise.de
/
"
>
<p><a
href=
"http://www.ontoprise.de"
>
Ontoprise OntoBroker
</a><br
/>
SemanticWeb-Middleware. It supports all W3C Semantic Web recommendations:
OWL, RDF, RDFS, SPARQL, and F-Logic.
...
...
@@ -374,7 +368,7 @@ OpenGroove</a><br />
OpenGroove is a groupware program that allows users to synchronize data.
</p>
<p><a
href=
"http://www.orionserver.com
/
"
>
<p><a
href=
"http://www.orionserver.com"
>
Orion
</a><br
/>
J2EE Application Server.
</p>
...
...
@@ -450,7 +444,7 @@ SeQuaLite</a><br />
A free, light-weight, java data access framework.
</p>
<p><a
href=
"http://code.google.com/p/shapelogic
/
"
>
<p><a
href=
"http://code.google.com/p/shapelogic"
>
ShapeLogic
</a><br
/>
Toolkit for declarative programming, image processing and computer vision.
</p>
...
...
@@ -470,7 +464,7 @@ SimpleORM</a><br />
Simple Java Object Relational Mapping.
</p>
<p><a
href=
"http://www.smartfoxserver.com
/
"
>
<p><a
href=
"http://www.smartfoxserver.com"
>
SmartFoxServer
</a><br
/>
Platform for developing multiuser applications and games with Macromedia Flash.
</p>
...
...
@@ -485,11 +479,6 @@ StreamCruncher</a><br />
Event (stream) processing kernel.
</p>
<p><a
href=
"http://www.tamava.com"
>
Tamava
</a><br
/>
Newsgroups Reader.
</p>
<p><a
href=
"http://www.gabealbert.info/tunebackup"
>
Tune Backup
</a><br
/>
Easy-to-use backup solution for your iTunes library.
...
...
@@ -505,12 +494,12 @@ Web of Web</a><br />
Collaborative and realtime interactive media platform for the web.
</p>
<p><a
href=
"http://code.google.com/p/werkzeugkasten
/
"
>
<p><a
href=
"http://code.google.com/p/werkzeugkasten"
>
Werkzeugkasten
</a><br
/>
Minimum Java Toolset.
</p>
<p><a
href=
"http://sourceforge.net/projects/volunteerbase
/
"
>
<p><a
href=
"http://sourceforge.net/projects/volunteerbase"
>
Volunteer database
</a><br
/>
A database front end to register volunteers, partnership and donation for a Non Profit organization.
</p>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论