- HSQLDB (
HyperSQL DataBase) is the leading SQL relational database engine written in Java. It offers a small, fast multithreaded and transactional database engine with in-memory and disk-based tables and supportsembedded and server modes. It includes a powerful command line SQL tool and simple GUI query tools.
http://hsqldb.org/
- HSQLDB (Hyper Structured Query Language Database) is a relational database management system written in Java. It has a JDBC driver and supports a large subset of SQL-92 and SQL:2008 standards.
[ 1] It offers a fast,[ 2] small (around 1300 kilobytes in version 2.2) database engine which offers both in-memory and disk-based tables. Both embedded and server modes are available for purchase.
HSQLDB is available under a BSD license.
http://en.wikipedia.org/wiki/HSQLDB
- 1. The dialect
is set to the database we are using which is HSQLDB
2.
3. We set the database to one called
4. The default user name and passwords
5. I use the create-drop option to create the database and table
http://www.giantflyingsaucer.com/blog/?p=2902
- querying using
hsql database manager:
select your connection
type: HSQL DATABASE ENGINE SERVER
Driver:
URL:
No comments:
Post a Comment