H2 Database New generation embeded database

129
H2 Database Engine Version 1.0 / 2006-10-10 1 of 129

description

H2 Database New generation embeded database. Its a brand new relational database system.Easy and simple to use

Transcript of H2 Database New generation embeded database

Page 1: H2 Database New generation embeded database

H2 Database EngineVersion 1.0 / 2006-10-10

1 of 129

Page 2: H2 Database New generation embeded database

Table of ContentsQuickstart............................................................................................................................................................................................... 9

The H2 Console Application................................................................................................................................................................. 9Step-by-Step................................................................................................................................................................................ 9

Installation............................................................................................................................................................................. 9Start the Console.................................................................................................................................................................... 9Login................................................................................................................................................................................... 10Sample................................................................................................................................................................................ 11Execute................................................................................................................................................................................ 12Disconnect........................................................................................................................................................................... 13End..................................................................................................................................................................................... 13

Installation............................................................................................................................................................................................ 14Requirements................................................................................................................................................................................... 14Supported Platforms......................................................................................................................................................................... 14Installing the Software...................................................................................................................................................................... 14Directory Structure........................................................................................................................................................................... 14

Tutorial................................................................................................................................................................................................. 15Starting and Using the H2 Console..................................................................................................................................................... 15

Firewall...................................................................................................................................................................................... 15Native Version............................................................................................................................................................................ 15Testing Java............................................................................................................................................................................... 15Error Message 'Port is in use'....................................................................................................................................................... 16Using another Port...................................................................................................................................................................... 16Starting Successfully................................................................................................................................................................... 16Connecting to the Server using a Browser..................................................................................................................................... 16Multiple Concurrent Sessions....................................................................................................................................................... 16Application Properties................................................................................................................................................................. 16Login......................................................................................................................................................................................... 16Error Messages........................................................................................................................................................................... 16Adding Database Drivers............................................................................................................................................................. 16Using the Application.................................................................................................................................................................. 17Inserting Table Names or Column Names..................................................................................................................................... 17Disconnecting and Stopping the Application.................................................................................................................................. 17

Connecting to a Database using JDBC................................................................................................................................................ 17Creating New Databases................................................................................................................................................................... 17Using the Server............................................................................................................................................................................... 17

Limitations of the Server............................................................................................................................................................. 17Starting from Command Line....................................................................................................................................................... 17Starting within an Application...................................................................................................................................................... 18Stopping a TCP Server from Another Process................................................................................................................................ 18

Using Hibernate............................................................................................................................................................................... 18Using Databases in Web Applications................................................................................................................................................. 18

Embedded Mode......................................................................................................................................................................... 18Server Mode............................................................................................................................................................................... 19Using a Servlet Listener to Start and Stop a Database.................................................................................................................... 19

CSV (Comma Separated Values) Support............................................................................................................................................ 19Writing a CSV File from Within a Database.................................................................................................................................... 19Reading a CSV File from Within a Database.................................................................................................................................. 19Writing a CSV File from a Java Application.................................................................................................................................... 20Reading a CSV File from a Java Application................................................................................................................................... 20

Features................................................................................................................................................................................................ 21Feature List...................................................................................................................................................................................... 21

Main Features............................................................................................................................................................................ 21Additional Features..................................................................................................................................................................... 21SQL Support............................................................................................................................................................................... 21Security Features........................................................................................................................................................................ 22Other Features and Tools............................................................................................................................................................ 22

Comparison to Other Database Engines.............................................................................................................................................. 22Products that Work with H2............................................................................................................................................................... 22Why Java......................................................................................................................................................................................... 23Connection Modes............................................................................................................................................................................ 23Database URL Overview.................................................................................................................................................................... 23

Connecting to an Embedded (Local) Database............................................................................................................................... 24Memory-Only Databases............................................................................................................................................................. 24

Connecting to a Database with File Encryption.................................................................................................................................... 24Database File Locking....................................................................................................................................................................... 24Opening a Database Only if it Already Exists....................................................................................................................................... 25Closing the Database........................................................................................................................................................................ 25

Delayed Database Closing........................................................................................................................................................... 25Don't Close the Database when the VM Exists............................................................................................................................... 25

Log Index Changes........................................................................................................................................................................... 25Ignore Unknown Settings............................................................................................................................................................ 25Changing Other Settings when Opening a Connection.................................................................................................................... 26

2 of 129

Page 3: H2 Database New generation embeded database

Multiple Connections......................................................................................................................................................................... 26Opening Multiple Databases at the Same Time.............................................................................................................................. 26Multiple Connections to the Same Database: Client/Server............................................................................................................. 26Multithreading Support................................................................................................................................................................ 26Locking, Lock-Timeout, Deadlocks................................................................................................................................................ 26

Database File Layout........................................................................................................................................................................ 27Moving and Renaming Database Files........................................................................................................................................... 27Backup...................................................................................................................................................................................... 27

Logging and Recovery...................................................................................................................................................................... 27Compatibility Modes.......................................................................................................................................................................... 28Using the Trace Options.................................................................................................................................................................... 28

Trace Options............................................................................................................................................................................. 28Setting the Maximum Size of the Trace File................................................................................................................................... 28Java Code Generation................................................................................................................................................................. 29Enabling the Trace Option at Runtime by Manually Creating a File.................................................................................................. 29

Read Only Databases........................................................................................................................................................................ 29Binary and Text Storage Formats....................................................................................................................................................... 29Graceful Handling of Low Disk Space Situations.................................................................................................................................. 29

Opening a Corrupted Database.................................................................................................................................................... 30Computed Columns / Function Based Index........................................................................................................................................ 30Multi-Dimensional Indexes................................................................................................................................................................ 30Using Passwords.............................................................................................................................................................................. 30

Using Secure Passwords.............................................................................................................................................................. 30Passwords: Using Char Arrays instead of Strings........................................................................................................................... 30Passing the User Name and/or Password in the URL...................................................................................................................... 31

User Defined Functions and Stored Procedures................................................................................................................................... 31Function Data Type Mapping....................................................................................................................................................... 31Functions that require a Connection............................................................................................................................................. 31Functions throwing an Exception.................................................................................................................................................. 31Functions returning a Result Set.................................................................................................................................................. 32Using SimpleResultSet................................................................................................................................................................. 32Using a Function as a Table......................................................................................................................................................... 32

Triggers........................................................................................................................................................................................... 33Compacting a Database.................................................................................................................................................................... 33

Performance Comparison........................................................................................................................................................................ 34Embedded....................................................................................................................................................................................... 34Client-Server.................................................................................................................................................................................... 34PolePosition Benchmark.................................................................................................................................................................... 34Benchmark Results and Comments.................................................................................................................................................... 35

H2............................................................................................................................................................................................. 35HSQLDB..................................................................................................................................................................................... 35Derby........................................................................................................................................................................................ 35PostgreSQL................................................................................................................................................................................ 35MySQL....................................................................................................................................................................................... 35Firebird...................................................................................................................................................................................... 36Why Oracle / MS SQL Server / DB2 are Not Listed......................................................................................................................... 36

About this Benchmark....................................................................................................................................................................... 36Number of Connections............................................................................................................................................................... 36Real-World Tests........................................................................................................................................................................ 36Comparing Embedded with Server Databases................................................................................................................................ 36Test Platform............................................................................................................................................................................. 36Multiple Runs............................................................................................................................................................................. 36Memory Usage........................................................................................................................................................................... 36Delayed Operations.................................................................................................................................................................... 36Transaction Commit / Durability................................................................................................................................................... 36Using Prepared Statements......................................................................................................................................................... 36Currently Not Tested: Startup Time.............................................................................................................................................. 37

Advanced Topics.................................................................................................................................................................................... 38Performance Tuning......................................................................................................................................................................... 38

Virus Scanners........................................................................................................................................................................... 38Index Usage............................................................................................................................................................................... 38Optimizer................................................................................................................................................................................... 38Expression Optimization.............................................................................................................................................................. 38COUNT(*) Optimization............................................................................................................................................................... 38Updating Optimizer Statistics / Column Selectivity.......................................................................................................................... 38

Result Sets...................................................................................................................................................................................... 39Limiting the Number of Rows....................................................................................................................................................... 39Large Result Sets and External Sorting......................................................................................................................................... 39

Large Objects................................................................................................................................................................................... 39Storing and Reading Large Objects.............................................................................................................................................. 39

Linked Tables................................................................................................................................................................................... 39Transaction Isolation........................................................................................................................................................................ 39

Table Level Locking.................................................................................................................................................................... 39Lock Timeout............................................................................................................................................................................. 40

Clustering / High Availability.............................................................................................................................................................. 40Using the CreateCluster Tool....................................................................................................................................................... 40

Two Phase Commit........................................................................................................................................................................... 41Compatibility.................................................................................................................................................................................... 41

3 of 129

Page 4: H2 Database New generation embeded database

Transaction Commit when Autocommit is On................................................................................................................................ 41Keywords / Reserved Words........................................................................................................................................................ 41

ODBC Driver.................................................................................................................................................................................... 41ODBC Installation....................................................................................................................................................................... 41Log Option................................................................................................................................................................................. 42Security Considerations............................................................................................................................................................... 42Uninstalling................................................................................................................................................................................ 42

ACID............................................................................................................................................................................................... 42Atomicity................................................................................................................................................................................... 42Consistency................................................................................................................................................................................ 42Isolation.................................................................................................................................................................................... 42Durability................................................................................................................................................................................... 43Running the Durability Test......................................................................................................................................................... 43

Using the Recover Tool..................................................................................................................................................................... 43File Locking Protocols....................................................................................................................................................................... 43

File Locking Method 'File'............................................................................................................................................................. 44File Locking Method 'Socket'........................................................................................................................................................ 44

Protection against SQL Injection........................................................................................................................................................ 44What is SQL Injection................................................................................................................................................................. 44Disabling Literals........................................................................................................................................................................ 45Using Constants......................................................................................................................................................................... 45Using the ZERO() Function.......................................................................................................................................................... 45

Security Protocols............................................................................................................................................................................. 45User Password Encryption........................................................................................................................................................... 45File Encryption............................................................................................................................................................................ 46SSL/TLS Connections.................................................................................................................................................................. 46HTTPS Connections.................................................................................................................................................................... 46

Universally Unique Identifiers (UUID)................................................................................................................................................. 46Glossary and Links............................................................................................................................................................................ 47

SQL Grammar........................................................................................................................................................................................ 48Commands (Data Manipulation)......................................................................................................................................................... 48Commands (Data Definition)............................................................................................................................................................. 48Commands (Other)........................................................................................................................................................................... 49Other Grammar................................................................................................................................................................................ 49

SELECT...................................................................................................................................................................................... 50INSERT...................................................................................................................................................................................... 50UPDATE..................................................................................................................................................................................... 50DELETE..................................................................................................................................................................................... 50CALL......................................................................................................................................................................................... 51EXPLAIN.................................................................................................................................................................................... 51MERGE...................................................................................................................................................................................... 51RUNSCRIPT................................................................................................................................................................................ 51SCRIPT...................................................................................................................................................................................... 52ALTER INDEX RENAME................................................................................................................................................................ 52ALTER SEQUENCE...................................................................................................................................................................... 52ALTER TABLE ADD...................................................................................................................................................................... 52ALTER TABLE ADD CONSTRAINT................................................................................................................................................. 52ALTER TABLE ALTER COLUMN..................................................................................................................................................... 53ALTER TABLE ALTER COLUMN RENAME........................................................................................................................................ 53ALTER TABLE ALTER COLUMN RESTART...................................................................................................................................... 53ALTER TABLE ALTER COLUMN SELECTIVITY................................................................................................................................. 53ALTER TABLE ALTER COLUMN SET DEFAULT................................................................................................................................ 53ALTER TABLE ALTER COLUMN SET NOT NULL.............................................................................................................................. 54ALTER TABLE ALTER COLUMN SET NULL...................................................................................................................................... 54ALTER TABLE DROP COLUMN...................................................................................................................................................... 54ALTER TABLE DROP CONSTRAINT............................................................................................................................................... 54ALTER TABLE RENAME................................................................................................................................................................ 54ALTER USER ADMIN................................................................................................................................................................... 54ALTER USER RENAME................................................................................................................................................................. 55ALTER USER SET PASSWORD...................................................................................................................................................... 55ALTER VIEW.............................................................................................................................................................................. 55ANALYZE................................................................................................................................................................................... 55CREATE ALIAS............................................................................................................................................................................ 55CREATE DOMAIN........................................................................................................................................................................ 56CREATE INDEX........................................................................................................................................................................... 56CREATE LINKED TABLE............................................................................................................................................................... 56CREATE ROLE............................................................................................................................................................................ 56CREATE SCHEMA........................................................................................................................................................................ 56CREATE SEQUENCE.................................................................................................................................................................... 57CREATE TABLE........................................................................................................................................................................... 57CREATE TRIGGER....................................................................................................................................................................... 57CREATE USER............................................................................................................................................................................ 57CREATE VIEW............................................................................................................................................................................ 58DROP ALIAS............................................................................................................................................................................... 58DROP ALL OBJECTS.................................................................................................................................................................... 58DROP INDEX.............................................................................................................................................................................. 58DROP ROLE............................................................................................................................................................................... 58DROP SEQUENCE....................................................................................................................................................................... 58

4 of 129

Page 5: H2 Database New generation embeded database

DROP SCHEMA........................................................................................................................................................................... 59DROP TABLE.............................................................................................................................................................................. 59DROP TRIGGER.......................................................................................................................................................................... 59DROP USER............................................................................................................................................................................... 59DROP VIEW............................................................................................................................................................................... 59TRUNCATE TABLE...................................................................................................................................................................... 59COMMIT.................................................................................................................................................................................... 60COMMIT TRANSACTION.............................................................................................................................................................. 60CHECKPOINT............................................................................................................................................................................. 60CHECKPOINT SYNC.................................................................................................................................................................... 60GRANT RIGHT............................................................................................................................................................................ 60GRANT ROLE.............................................................................................................................................................................. 60HELP......................................................................................................................................................................................... 61PREPARE COMMIT...................................................................................................................................................................... 61REVOKE RIGHT.......................................................................................................................................................................... 61REVOKE ROLE............................................................................................................................................................................ 61ROLLBACK................................................................................................................................................................................. 61ROLLBACK TRANSACTION........................................................................................................................................................... 61SAVEPOINT................................................................................................................................................................................ 62SET ALLOW_LITERALS................................................................................................................................................................ 62SET ASSERT............................................................................................................................................................................... 62SET AUTOCOMMIT..................................................................................................................................................................... 62SET CACHE_SIZE........................................................................................................................................................................ 62SET CLUSTER............................................................................................................................................................................. 63SET COLLATION......................................................................................................................................................................... 63SET COMPRESS_LOB.................................................................................................................................................................. 63SET DATABASE_EVENT_LISTENER............................................................................................................................................... 63SET DB_CLOSE_DELAY............................................................................................................................................................... 64SET DEFAULT_LOCK_TIMEOUT................................................................................................................................................... 64SET DEFAULT_TABLE_TYPE........................................................................................................................................................ 64SET IGNORECASE....................................................................................................................................................................... 64SET LOCK_MODE........................................................................................................................................................................ 65SET LOCK_TIMEOUT................................................................................................................................................................... 65SET LOG.................................................................................................................................................................................... 65SET MAX_LENGTH_INPLACE_LOB................................................................................................................................................ 65SET MAX_LOG_SIZE................................................................................................................................................................... 66SET MAX_MEMORY_ROWS.......................................................................................................................................................... 66SET MAX_MEMORY_UNDO.......................................................................................................................................................... 66SET MODE................................................................................................................................................................................. 66SET MULTI_THREADED............................................................................................................................................................... 67SET PASSWORD......................................................................................................................................................................... 67SET SALT HASH.......................................................................................................................................................................... 67SET THROTTLE.......................................................................................................................................................................... 67SET TRACE_LEVEL...................................................................................................................................................................... 67SET TRACE_MAX_FILE_SIZE........................................................................................................................................................ 68SET WRITE_DELAY..................................................................................................................................................................... 68SHUTDOWN............................................................................................................................................................................... 68Comment................................................................................................................................................................................... 68Select Part................................................................................................................................................................................. 68From Part.................................................................................................................................................................................. 69Constraint.................................................................................................................................................................................. 69Referential Constraint................................................................................................................................................................. 69Table Expression........................................................................................................................................................................ 69Order........................................................................................................................................................................................ 69Expression................................................................................................................................................................................. 70And Condition............................................................................................................................................................................ 70Condition................................................................................................................................................................................... 70Condition Right Hand Side........................................................................................................................................................... 70Compare.................................................................................................................................................................................... 70Operand.................................................................................................................................................................................... 70Summand.................................................................................................................................................................................. 71Factor........................................................................................................................................................................................ 71Term......................................................................................................................................................................................... 71Value......................................................................................................................................................................................... 71Case.......................................................................................................................................................................................... 71Case When................................................................................................................................................................................ 72Cipher....................................................................................................................................................................................... 72Select Expression........................................................................................................................................................................ 72Data Type.................................................................................................................................................................................. 72Name........................................................................................................................................................................................ 72Alias.......................................................................................................................................................................................... 72Quoted Name............................................................................................................................................................................. 73String........................................................................................................................................................................................ 73Int............................................................................................................................................................................................. 73Long.......................................................................................................................................................................................... 73Hex Number............................................................................................................................................................................... 73Decimal..................................................................................................................................................................................... 73Double....................................................................................................................................................................................... 74

5 of 129

Page 6: H2 Database New generation embeded database

Date.......................................................................................................................................................................................... 74Time.......................................................................................................................................................................................... 74Timestamp................................................................................................................................................................................. 74Boolean..................................................................................................................................................................................... 74Bytes......................................................................................................................................................................................... 74Null........................................................................................................................................................................................... 75Hex........................................................................................................................................................................................... 75Digit.......................................................................................................................................................................................... 75

Functions.............................................................................................................................................................................................. 76Aggregate Functions......................................................................................................................................................................... 76Numeric Functions............................................................................................................................................................................ 76String Functions............................................................................................................................................................................... 76Time and Date Functions.................................................................................................................................................................. 77System Functions............................................................................................................................................................................. 77

AVG........................................................................................................................................................................................... 78COUNT...................................................................................................................................................................................... 78GROUP_CONCAT........................................................................................................................................................................ 78MAX.......................................................................................................................................................................................... 78MIN........................................................................................................................................................................................... 78SUM.......................................................................................................................................................................................... 78SELECTIVITY............................................................................................................................................................................. 79STDDEV_POP............................................................................................................................................................................. 79STDDEV_SAMP........................................................................................................................................................................... 79VAR_POP................................................................................................................................................................................... 79VAR_SAMP................................................................................................................................................................................. 79ABS........................................................................................................................................................................................... 79ACOS......................................................................................................................................................................................... 80ASIN......................................................................................................................................................................................... 80ATAN......................................................................................................................................................................................... 80COS........................................................................................................................................................................................... 80COT.......................................................................................................................................................................................... 80SIN........................................................................................................................................................................................... 80TAN........................................................................................................................................................................................... 81ATAN2....................................................................................................................................................................................... 81BITAND..................................................................................................................................................................................... 81BITOR....................................................................................................................................................................................... 81BITXOR..................................................................................................................................................................................... 81MOD.......................................................................................................................................................................................... 81CEILING.................................................................................................................................................................................... 82DEGREES................................................................................................................................................................................... 82EXP........................................................................................................................................................................................... 82FLOOR....................................................................................................................................................................................... 82LOG........................................................................................................................................................................................... 82LOG10....................................................................................................................................................................................... 82RADIANS................................................................................................................................................................................... 83SQRT......................................................................................................................................................................................... 83PI.............................................................................................................................................................................................. 83POWER...................................................................................................................................................................................... 83RAND........................................................................................................................................................................................ 83RANDOM_UUID.......................................................................................................................................................................... 83ROUND...................................................................................................................................................................................... 84ROUNDMAGIC............................................................................................................................................................................ 84SECURE_RAND........................................................................................................................................................................... 84SIGN......................................................................................................................................................................................... 84ENCRYPT................................................................................................................................................................................... 84DECRYPT................................................................................................................................................................................... 84HASH........................................................................................................................................................................................ 85TRUNCATE................................................................................................................................................................................. 85COMPRESS................................................................................................................................................................................. 85EXPAND..................................................................................................................................................................................... 85ZERO......................................................................................................................................................................................... 85ASCII........................................................................................................................................................................................ 85BIT_LENGTH.............................................................................................................................................................................. 86LENGTH..................................................................................................................................................................................... 86OCTET_LENGTH......................................................................................................................................................................... 86CHAR........................................................................................................................................................................................ 86CONCAT.................................................................................................................................................................................... 86DIFFERENCE.............................................................................................................................................................................. 86HEXTORAW................................................................................................................................................................................ 87RAWTOHEX................................................................................................................................................................................ 87INSTR....................................................................................................................................................................................... 87INSERT Function........................................................................................................................................................................ 87LOWER...................................................................................................................................................................................... 87UPPER....................................................................................................................................................................................... 87LEFT.......................................................................................................................................................................................... 88RIGHT....................................................................................................................................................................................... 88LOCATE..................................................................................................................................................................................... 88POSITION.................................................................................................................................................................................. 88

6 of 129

Page 7: H2 Database New generation embeded database

LTRIM....................................................................................................................................................................................... 88RTRIM....................................................................................................................................................................................... 88TRIM......................................................................................................................................................................................... 89REPEAT..................................................................................................................................................................................... 89REPLACE.................................................................................................................................................................................... 89SOUNDEX.................................................................................................................................................................................. 89SPACE....................................................................................................................................................................................... 89STRINGDECODE......................................................................................................................................................................... 89STRINGENCODE......................................................................................................................................................................... 90STRINGTOUTF8.......................................................................................................................................................................... 90SUBSTRING............................................................................................................................................................................... 90UTF8TOSTRING.......................................................................................................................................................................... 90XMLATTR................................................................................................................................................................................... 90XMLNODE.................................................................................................................................................................................. 90XMLCOMMENT........................................................................................................................................................................... 91XMLCDATA................................................................................................................................................................................. 91XMLSTARTDOC.......................................................................................................................................................................... 91XMLTEXT................................................................................................................................................................................... 91AUTOCOMMIT............................................................................................................................................................................ 91CASEWHEN Function................................................................................................................................................................... 91CAST......................................................................................................................................................................................... 92COALESCE................................................................................................................................................................................. 92CONVERT.................................................................................................................................................................................. 92CURRVAL................................................................................................................................................................................... 92CSVREAD................................................................................................................................................................................... 92CSVWRITE................................................................................................................................................................................. 92DATABASE................................................................................................................................................................................. 93DATABASE_PATH....................................................................................................................................................................... 93IDENTITY.................................................................................................................................................................................. 93IFNULL...................................................................................................................................................................................... 93LOCK_MODE.............................................................................................................................................................................. 93LOCK_TIMEOUT......................................................................................................................................................................... 93MEMORY_FREE.......................................................................................................................................................................... 94MEMORY_USED.......................................................................................................................................................................... 94NEXTVAL................................................................................................................................................................................... 94NULLIF...................................................................................................................................................................................... 94READONLY................................................................................................................................................................................. 94ROWNUM................................................................................................................................................................................... 94USER......................................................................................................................................................................................... 95CURRENT_DATE......................................................................................................................................................................... 95CURRENT_TIME......................................................................................................................................................................... 95CURRENT_TIMESTAMP............................................................................................................................................................... 95DATEADD.................................................................................................................................................................................. 95DATEDIFF.................................................................................................................................................................................. 95DAYNAME.................................................................................................................................................................................. 96DAYOFMONTH........................................................................................................................................................................... 96DAYOFWEEK.............................................................................................................................................................................. 96DAYOFYEAR............................................................................................................................................................................... 96EXTRACT................................................................................................................................................................................... 96FORMATDATETIME..................................................................................................................................................................... 96HOUR........................................................................................................................................................................................ 97MINUTE..................................................................................................................................................................................... 97MONTH...................................................................................................................................................................................... 97MONTHNAME............................................................................................................................................................................. 97PARSEDATETIME........................................................................................................................................................................ 97QUARTER.................................................................................................................................................................................. 97SECOND.................................................................................................................................................................................... 98WEEK........................................................................................................................................................................................ 98YEAR......................................................................................................................................................................................... 98

Data Types............................................................................................................................................................................................ 99INT Type................................................................................................................................................................................... 99BOOLEAN Type.......................................................................................................................................................................... 99TINYINT Type............................................................................................................................................................................ 99SMALLINT Type.......................................................................................................................................................................... 99BIGINT Type............................................................................................................................................................................ 100IDENTITY Type........................................................................................................................................................................ 100DECIMAL Type......................................................................................................................................................................... 100DOUBLE Type........................................................................................................................................................................... 100REAL Type............................................................................................................................................................................... 100TIME Type............................................................................................................................................................................... 100DATE Type............................................................................................................................................................................... 101TIMESTAMP Type..................................................................................................................................................................... 101BINARY Type............................................................................................................................................................................ 101OTHER Type............................................................................................................................................................................ 101VARCHAR Type......................................................................................................................................................................... 101VARCHAR_IGNORECASE Type.................................................................................................................................................... 102BLOB Type............................................................................................................................................................................... 102CLOB Type............................................................................................................................................................................... 102

7 of 129

Page 8: H2 Database New generation embeded database

UUID Type............................................................................................................................................................................... 102Build................................................................................................................................................................................................... 103

Portability...................................................................................................................................................................................... 103Environment.................................................................................................................................................................................. 103Building the Software...................................................................................................................................................................... 103

History and Roadmap........................................................................................................................................................................... 104History of this Database Engine....................................................................................................................................................... 104Change Log.................................................................................................................................................................................... 104

Version 1.0............................................................................................................................................................................... 104Version 0.9............................................................................................................................................................................... 106

Roadmap....................................................................................................................................................................................... 119Highest Priority......................................................................................................................................................................... 119After release 1.0....................................................................................................................................................................... 119Priority 1.................................................................................................................................................................................. 119Priority 2.................................................................................................................................................................................. 120Not Planned............................................................................................................................................................................. 122

Frequently Asked Questions.................................................................................................................................................................. 123Are there any known bugs? When is the next release?................................................................................................................. 123Is this Database Engine Open Source?........................................................................................................................................ 123Is the GCJ version stable? Faster?.............................................................................................................................................. 123Is it Reliable?............................................................................................................................................................................ 123How to Create a New Database?................................................................................................................................................ 123How to Connect to a Database?................................................................................................................................................. 123Where are the Database Files Stored?........................................................................................................................................ 123What is the Size Limit of a Database?......................................................................................................................................... 124

License................................................................................................................................................................................................ 125Summary and License FAQ.............................................................................................................................................................. 125H2 License, Version 1.0................................................................................................................................................................... 125

1. Definitions............................................................................................................................................................................ 1252. Source Code License............................................................................................................................................................. 126

2.1. The Initial Developer Grant........................................................................................................................................... 1262.2. Contributor Grant......................................................................................................................................................... 126

3. Distribution Obligations.......................................................................................................................................................... 1263.1. Application of License................................................................................................................................................... 1263.2. Availability of Source Code............................................................................................................................................ 1263.3. Description of Modifications........................................................................................................................................... 1273.4. Intellectual Property Matters.......................................................................................................................................... 1273.5. Required Notices.......................................................................................................................................................... 1273.6. Distribution of Executable Versions................................................................................................................................ 1273.7. Larger Works............................................................................................................................................................... 127

4. Inability to Comply Due to Statute or Regulation...................................................................................................................... 1275. Application of this License...................................................................................................................................................... 1276. Versions of the License.......................................................................................................................................................... 128

6.1. New Versions............................................................................................................................................................... 1286.2. Effect of New Versions.................................................................................................................................................. 1286.3. Derivative Works.......................................................................................................................................................... 128

7. Disclaimer of Warranty.......................................................................................................................................................... 1288. Termination.......................................................................................................................................................................... 1289. Limitation of Liability............................................................................................................................................................. 12810. United States Government End Users.................................................................................................................................... 12911. Miscellaneous...................................................................................................................................................................... 12912. Responsibility for Claims...................................................................................................................................................... 12913. Multiple-Licensed Code........................................................................................................................................................ 129Exhibit A.................................................................................................................................................................................. 129

8 of 129

Page 9: H2 Database New generation embeded database

Quickstart

The H2 Console Application

The Console lets you access a SQL database using a browser interface.

If you don't have Windows XP, or if something does not work as expected, please see the detailed description in the Tutorial.

Step-by-Step

Installation

Install the software using the Windows Installer (if you did not yet do that).

Start the Console

Click Start, All Programs, H2, and H2 Console (Native):

A new console window appears:

Also, a new browser page should open with URL http://localhost:8082. You may get a security warning from the firewall. If you don't want other computers in the network to access the database on your machine, you can let the firewall block these connections. Only local connections are required at this time.

9 of 129

Page 10: H2 Database New generation embeded database

Login

Select Generic H2 and click Connect:

You are now logged in.

10 of 129

Page 11: H2 Database New generation embeded database

Sample

Click on the Sample SQL Script:

The SQL commands appear in the command area.

11 of 129

Page 12: H2 Database New generation embeded database

Execute

Click Run:

12 of 129

Page 13: H2 Database New generation embeded database

On the left side, a new entry TEST is added below the database icon. The operations and results of the statements are shown below the script.

Disconnect

Click on Disconnect:

to close the database.

End

Close the console window. For more information, see the Tutorial.

13 of 129

Page 14: H2 Database New generation embeded database

InstallationRequirementsSupported PlatformsInstalling the SoftwareDirectory Structure

Requirements

To run the database, the following software stack is known to work. Compatible software works too, but this was not tested.

• Windows XP • Sun JDK Version 1.4 • Mozilla Firefox 1.5

Supported Platforms

As this database is written in Java, it can be run on many different platforms. It is tested with Java 1.4 and 1.5, but can also be compiled to native code using GCJ. The source code does not use features of Java 1.5. Currently, the database is developed and tested on Windows XP using the Sun JDKs, but probably it also works in many other operating systems and using other Java runtime environments.

Installing the Software

To install the software, run the installer or unzip it to a directory of your choice.

Directory Structure

After installing, you should get the following directory structure:

Directory Contents

bin Executables and JAR filesdocs Documentation

docs/html HTML pagesdocs/javadoc Javadoc files

odbc ODBC drivers and toolssrc Source files

14 of 129

Page 15: H2 Database New generation embeded database

TutorialStarting and Using the H2 ConsoleConnecting to a Database using JDBCCreating New DatabasesUsing the ServerUsing HibernateUsing Databases in Web ApplicationsCSV (Comma Separated Values) Support

Starting and Using the H2 Console

This application lets you access a SQL database using a browser interface. This can be a H2 database, or another database that supports the JDBC API.

This is a client / server application, so both a server and a client are required to run it.

Depending on your platform and environment, there are multiple ways to start the application: OS Java Start

Windows 1.4 or 1.5

Click [Start], [All Programs], [H2], and [H2 Console]

If this worked correctly, an icon will be added to the system tray: If you don't get the system tray icon, then maybe Java is not installed correctly (in this case, try another way to start the application). A browser window should open and point to the Login page (URL: http://localhost:8082).

Windows 1.4 or 1.5

Open a file browser, navigate to h2/bin, and double click on h2.bat.If this worked correctly, an icon will be added to the system tray. If there is a problem, you will see the error message on the console window. A browser window will open and point to the Login page (URL: http://localhost:8082).

Any 1.4 or 1.5

Open a console window, navigate to the directory 'h2/lib' and type:

java -cp h2.jar org.h2.tools.Server

FirewallIf you start the server, you may get a security warning from the firewall (if you have installed one). If you don't want other computers in the network to access the database on your machine, you can let the firewall block those connections. The connection from the local machine will still work. Only if you want other computers to access the database on this computer, you need allow remote connections in the firewall.

Please not that a small firewall is already built into the server. This mechanism by default does not allow other computer to connect to the server. This can be changed in the Preferences (Allow connections from other computers).

Native VersionThe native version does not require Java, because it is compiled using GCJ. However H2 does currently not run stable with GCJ on Windows It is possible to compile the software to different platforms.

Testing JavaTo check the Java version you have installed, open a command prompt and type:

java -version

If you get an error message, you may need to add the Java binary directory to the path environment variable.

15 of 129

Page 16: H2 Database New generation embeded database

Error Message 'Port is in use'You can only start one instance of the H2 Console, otherwise you will get the following error message: Port is in use, maybe another ... server already running on.... It is possible to start multiple console applications on the same computer (using different ports), but this is usually not required as the console supports multiple concurrent connections.

Using another PortIf the port is in use by another application, you may want to start the H2 Console on a different port. This can be done by changing the port in the file .h2.server.properties. This file is stored in the user directory (for Windows, this is usually in "Documents and Settings/<username>"). The relevant entry is webPort.

Starting SuccessfullyIf starting the server from a console window was successful, a new window will open and display the following text:

H2 Server running on port 9092Webserver running on https://localhost:8082/

Don't click inside this window; otherwise you might block the application (if you have the Fast-Edit mode enabled).

Connecting to the Server using a BrowserIf the server started successfully, you can connect to it using a web browser. The browser needs to support JavaScript, frames and cascading stylesheets (css). If you started the server on the same computer as the browser, go to http://localhost:8082 in the browser. If you want to connect to the application from another computer, you need to provide the IP address of the server, for example: http://192.168.0.2:8082. If you enabled SSL on the server side, the URL needs to start with HTTPS.

Multiple Concurrent SessionsMultiple concurrent browser sessions are supported. As that the database objects reside on the server, the amount of concurrent work is limited by the memory available to the server application.

Application PropertiesStarting the server will create a configuration file in you local home directory called .h2.server.properties. For Windows installations, this file will be in the directory C:\Documents and Settings\[username]. This file contains the settings of the application.

LoginAt the login page, you need to provide connection information to connect to a database. Set the JDBC driver class of your database, the JDBC URL, user name and password. If you are done, click [Connect].

You can save and reuse previously saved settings. The settings are stored in the Application Properties file.

Error MessagesError messages in are shown in red. You can show/hide the stack trace of the exception by clicking on the message.

Adding Database DriversAdditional database drivers can be registered by adding the Jar file location of the driver to the environment variables H2DRIVERS or CLASSPATH. Example (Windows): To add the database driver library C:\Programs\hsqldb\lib\hsqldb.jar, set the environment variable H2DRIVERS to C:\Programs\hsqldb\lib\hsqldb.jar.

Multiple drivers can be set; each entry needs to be separated with a ';' (Windows) or ':' (other operating systems). Spaces in the path names are supported. The settings must not be quoted.

Only the Java version supports additional drivers (this feature is not supported by the Native version).

16 of 129

Page 17: H2 Database New generation embeded database

Using the ApplicationThe application has three main panels, the toolbar on top, the tree on the left and the query / result panel on the right. The database objects (for example, tables) are listed on the left panel. Type in a SQL command on the query panel and click 'Run'. The result of the command appears just below the command.

Inserting Table Names or Column NamesThe table name and column names can be inserted in the script by clicking them in the tree. If you click on a table while the query is empty, a 'SELECT * FROM ...' is added as well. While typing a query, the table that was used is automatically expanded in the tree. For, example if you type 'SELECT * FROM TEST T WHERE T.' then the table TEST is automatically expanded in the tree.

Disconnecting and Stopping the ApplicationOn the browser, click 'Disconnect' on the toolbar panel. You will be logged out of the database. However, the server is still running and ready to accept new sessions.

To stop the server, right click on the system tray icon and select [Exit]. If you don't have the icon (because you started it in another way), press [Ctrl]+[C] on the console where the server was started (Windows), or close the console window.

Connecting to a Database using JDBC

To connect to a database, a Java application first needs to load the database driver, and then get a connection. A simple way to do that is using the following code:

import java.sql.*;public class Test { public static void main(String[] a) throws Exception { Class.forName("org.h2.Driver"); Connection conn = DriverManager. getConnection("jdbc:h2:test", "sa", ""); // add application code here }}

This code first loads the driver (Class.forName()) and then opens a connection (using DriverManager.getConnection()). The driver name is "org.h2.Driver" in every case. The database URL always needs to start with jdbc:h2: to be recognized by this database. The second parameter in the getConnection() call is the user name ('sa' for System Administrator in this example). The third parameter is the password. Please note that in this database, user names are not case sensitive, but passwords are case sensitive.

Creating New Databases

By default, if the database specified in the URL does not yet exist, a new (empty) database is created automatically.

Using the Server

H2 currently supports three servers: a Web Server, a TCP Server and an ODBC Server. The servers can be started in different ways.

Limitations of the ServerThere currently are a few limitations when using the server or cluster mode:

• Statement.cancel() is only supported in embedded mode. A connection can only execute one operation at a time in server or cluster mode, and is blocked until this operation is finished.

• CLOBs and BLOBs are sent to the server in one piece and not as a stream. That means those objects need to fit in memory when using the server or cluster mode.

Starting from Command LineTo start the Server from the command line with the default settings, run

17 of 129

Page 18: H2 Database New generation embeded database

java org.h2.tools.Server

This will start the Server with the default options. To get the list of options, run

java org.h2.tools.Server -?

The native version can also be started in this way:

h2-server -?

There are options available to use a different ports, and start or not start parts of the Server and so on. For details, see the API documentation of the Server tool.

Starting within an ApplicationIt is also possible to start and stop a Server from within an application. Sample code:

import org.h2.tools.Server;...// start the TCP Server with SSL enabledString[] args = new String[]{"-ssl", "true"};Server server = Server.startTcpServer(args);...// stop the TCP Serverserver.stop();

Stopping a TCP Server from Another ProcessThe TCP Server can be stopped from another process. To stop the server from the command line, run:

java org.h2.tools.Server -tcpShutdown tcp://localhost:9092

To stop the server from a user application, use the following code:

org.h2.tools.Server.shutdownTcpServer("tcp://localhost:9094");

This function will call System.exit on the server. This function should be called after all connection to the databases are closed to avoid recovery when the databases are opened the next time. To stop remote server, remote connections must be enabled on the server.

Using Hibernate

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. This dialect will be integrated into Hibernate, but until this is done 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.

Using Databases in Web Applications

There are multiple ways to access a database from within web applications. Here are some examples if you use Tomcat or JBoss.

Embedded ModeThe (currently) most simple solution is to use the database in the embedded mode, that means open a connection in your application when it starts (a good solution is using a Servlet Listener, see below), or when a session starts. A database can be accessed from multiple sessions and applications at the same time, as long as they run in the same process. Most Servlet Containers (for example Tomcat) are just using one process, so this is not a problem (unless you run Tomcat in clustered mode). Tomcat uses multiple threads and multiple classloaders. If multiple applications access the same database at the same time, you need to put the database jar in the shared/lib or server/lib directory. It is a good idea to open the database when the web application starts, and close it when the web applications stops. If using multiple applications, only one (any) of them needs to do that. In the application, an idea is to use one connection per Session, or even one connection per request (action). Those connections should be closed after use if possible (but it's not that bad if they don't get closed).

18 of 129

Page 19: H2 Database New generation embeded database

Server ModeThe server mode is similar, but it allows you to run the server in another process.

Using a Servlet Listener to Start and Stop a DatabaseAdd the following to the web.xml file (after context-param and before filter):

<listener> <listener-class>db.Starter</listener-class></listener>

Add the following Starter class:

package db;import javax.servlet.*;import java.sql.*;public class Starter implements ServletContextListener { private Connection conn; private ServletContext servletContext; // this method can be called by the application public static Connection openConnection() throws Exception { try { Class.forName("org.h2.Driver"); // you can also get the setting from a context-param in web.xml: // servletContext.getInitParameter("db.url"); conn = DriverManager.getConnection("jdbc:h2:test", "sa", ""); } catch(Exception e) { e.printStackTrace(); } } public void contextInitialized(ServletContextEvent servletContextEvent) { servletContext = servletContextEvent.getServletContext(); conn = openConnection(); } public void contextDestroyed(ServletContextEvent servletContextEvent) { try { // make sure other connections are closed conn.createStatement().execute("SHUTDOWN"); // close the current conn.close(); } catch(Exception e) { // ignore } }}

CSV (Comma Separated Values) Support

The CSV file support can be used inside the database using the functions CSVREAD and CSVWRITE, and the CSV library can be used outside the database as a standalone tool.

Writing a CSV File from Within a DatabaseThe built-in function CSVWRITE can be used to create a CSV file from a query. Example:

CREATE TABLE TEST(ID INT, NAME VARCHAR);INSERT INTO TEST VALUES(1, 'Hello'), (2, 'World');CALL CSVWRITE('test.csv', 'SELECT * FROM TEST');

Reading a CSV File from Within a DatabaseA CSV file can be read using the function CSVREAD. Example:

19 of 129

Page 20: H2 Database New generation embeded database

SELECT * FROM CSVREAD('test.csv');

Writing a CSV File from a Java ApplicationThe CSV tool can be used in a Java application even when not using a database at all. Example:

SimpleResultSet rs = new SimpleResultSet();rs.addColumn("NAME", Types.VARCHAR, 255, 0);rs.addColumn("EMAIL", Types.VARCHAR, 255, 0);rs.addColumn("PHONE", Types.VARCHAR, 255, 0);rs.addRow(new String[]{"Bob Meier", "[email protected]", "+41123456789"});rs.addRow(new String[]{"John Jones", "[email protected]", "+41976543210"});Csv.write("test.csv", rs, null);

Reading a CSV File from a Java ApplicationIt is possible to read a CSV file without opening a database. Example:

ResultSet rs = Csv.read("test.csv", null, null);ResultSetMetaData meta = rs.getMetaData();while(rs.next()) { for(int i=0; i<meta.getColumnCount(); i++) { System.out.println(meta.getColumnLabel(i+1) + ": " + rs.getString(i+1)); } System.out.println();}rs.close();

20 of 129

Page 21: H2 Database New generation embeded database

FeaturesFeature ListComparison to Other Database EnginesProducts that Work with H2Why JavaConnection ModesDatabase URL OverviewConnecting to a Database with File EncryptionDatabase File LockingOpening a Database Only if it Already ExistsClosing the DatabaseLog Index ChangesMultiple ConnectionsDatabase File LayoutLogging and RecoveryCompatibility ModesUsing the Trace OptionsRead Only DatabasesBinary and Text Storage FormatsGraceful Handling of Low Disk Space SituationsComputed Columns / Function Based IndexMulti-Dimensional IndexesUsing PasswordsUser Defined Functions and Stored ProceduresTriggersCompacting a Database

Feature List

Main Features• Very fast database engine • Free, with source code • Written in Java • Supports standard SQL, JDBC API • Embedded and Server mode, Clustering support • Strong security features • Experimental native version (GCJ) and ODBC drivers

Additional Features• Disk based or in-memory databases and tables, read-only database support, temporary tables • Transaction support (serializable transaction isolation), 2-phase-commit • Multiple connections, table level locking • Cost based optimizer, using a genetic algorithm for complex queries, zero-administration • Scrollable and updatable result set support, large result set, external result sorting, functions can return a result set • Encrypted database (AES or XTEA), SHA-256 password encryption, encryption functions, SSL

SQL Support• Compatibility modes for HSQLDB, MySQL and PostgreSQL • Support for multiple schemas, information schema • Referential integrity / foreign key constraints with cascade, check constraints • Inner and outer joins, subqueries, read only views and inline views • Triggers and Java functions / stored procedures • Many built-in functions, including XML and lossless data compression • Wide range of data types including large objects (BLOB/CLOB) • Sequence and autoincrement columns, computed columns (can be used for function based indexes) • ORDER BY, GROUP BY, HAVING, UNION, LIMIT, TOP • Collation support, Users, Roles

21 of 129

Page 22: H2 Database New generation embeded database

Security Features• User password authenticated uses SHA-256 and salt • User passwords are never transmitted in plain text over the network (even when using insecure connections) • All database files (including script files that can be used to backup data) can be encrypted using AES-256 and XTEA encryption

algorithms • The remote JDBC driver supports TCP/IP connections over SSL/TLS • The built-in web server supports connections over SSL/TLS • Passwords can be sent to the database using char arrays instead of Strings • Includes a solution for the SQL injection problem

Other Features and Tools• Small footprint (smaller than 1 MB), low memory requirements • Multiple index types (b-tree, tree, hash, linear hash) • Support for multi-dimensional indexes • CSV file support • Support for linked tables, and a built-in virtual 'range' table • EXPLAIN PLAN support, sophisticated trace options • Database closing can be delayed or disabled to improve the performance • Web-based Console application (English, German, partially French and Spanish) with autocomplete • The database can generate SQL script files • Contains a recovery tool that can dump the contents of the data file • Automatic re-compilation of prepared statements • Uses a small number of database files, binary and text storage formats, graceful handling of low disk space situations • Uses a checksum for each record and log entry for data integrity • Well tested (high code coverage, randomized stress tests)

Comparison to Other Database Engines

Feature H2 HSQLDB Derby Daffodil MySQL PostgreSQL

Embedded Mode (Java) Yes Yes Yes Yes No NoPerformance (Embedded) Fast Fast Slow Slow N/A N/A

Performance (Server) Fast Fast Slow Slow Slow SlowTransaction Isolation Yes No Yes Yes Yes Yes

Cost Based Optimizer Yes No Yes Yes Yes YesClustering Yes No No No Yes Yes

Encrypted Database Yes No Yes No No NoFiles per Database Few Few Many Few Many Many

Footprint (jar/dll size) ~ 1 MB ~ 600 KB ~ 2 MB ~ 3 MB ~ 4 MB ~ 6 MB

Products that Work with H2

Product DescriptionHibernate Relational Persistence for Idiomatic Java (O-R Mapping Tool)

JPOX Java Persistent ObjectsMr. Persister Simple, small and fast object relational mapping

Luntbuild Build automation and management toolSQuirreL SQL Client Graphical tool to view the structure of a database, browse the data, issue SQL commands etc.

SQuirreL DB Copy Plugin Tool to copy data from one database to another.DbVisualizer Database tool.

PolePosition Open source database benchmark.Bookmarks Portlet JSR168 compliant bookmarks management portlet application.

Shellbook Desktop Publishing application.Golden T Studios Fun-to-play games with a simple interface.

Web of Web Collaborative and realtime interactive media platform for the web

22 of 129

Page 23: H2 Database New generation embeded database

Why Java

A few reasons using a Java database are:

• Very simple to integrate in Java applications • Support for many different platforms • More secure than native applications (no buffer overflows) • User defined functions (or triggers) run very fast • Unicode support

Some people think that Java is still too slow for low level operations, but this is not the case (not any more). In general, the code can be written a lot faster than using C or C++. Like that, it is possible to concentrate on improving the algorithms (that make the application faster) rather than porting the code and dealing with low level stuff (such as memory management or dealing with threads). Garbage collection is now probably faster than manual memory management.

A lot of features are already built in (for example Unicode, network libraries). It is very easy to write secure code because buffer overflows and such problems can be detected very easily. Some features such as the reflection mechanism can be used for randomized testing.

Java is also future proof: A lot of companies support Java, and the open source support for Java is getting better as well (see GCJ).

This software does not rely on many Java libraries or other software, to increase the portability and ease of use, and for performance reasons. For example, the encryption algorithms and many library functions are implemented in the database instead of using the existing libraries. Libraries that are not available in open source Java implementations (such as Swing) are not used or only used for specific features (such as the SysTray library).

Connection Modes

The following connection modes are supported:

• Local connections using JDBC (embedded) • Remote connections using JDBC over TCP/IP (client/server) • Remote connections using ODBC over TCP/IP (client/server) • In-Memory databases (private and shared)

Database URL Overview

This database does support multiple connection modes and features when connecting to a database. This is achieved using different database URLs. The settings in the URLs are not case sensitive. Topic URL Format and Examples

Embedded (local) connection jdbc:h2:[file:][<path>]<databaseName>jdbc:h2:testjdbc:h2:file:/data/samplejdbc:h2:file:C:/data/sample (Windows only)

In-Memory (private) jdbc:h2:mem:In-Memory (named) jdbc:h2:mem:<databaseName>

jdbc:h2:mem:imdb1 Remote using TCP/IP jdbc:h2:tcp://<server>[<port>]/<databaseName>

jdbc:h2:tcp://localhost/testjdbc:h2:tcp://dbserv:8084/sample

Remote using SSL/TLS jdbc:h2:ssl://<server>[<port>]/<databaseName>jdbc:h2:ssl://secureserv:8085/sample;

Using Encrypted Files jdbc:h2:<url>;CIPHER=[AES][XTEA]jdbc:h2:ssl://secureserv/testdb;CIPHER=AESjdbc:h2:file:secure;CIPHER=XTEA

File Locking Methods jdbc:h2:<url>;FILE_LOCK={NO|FILE|SOCKET}jdbc:h2:file:quickAndDirty;FILE_LOCK=NOjdbc:h2:file:private;CIPHER=XTEA;FILE_LOCK=SOCKET

Only Open if it Already Exists jdbc:h2:<url>;IFEXISTS=TRUEjdbc:h2:file:sample;IFEXISTS=TRUE

Don't Close the Database when the VM Exits jdbc:h2:<url>;DB_CLOSE_ON_EXIT=FALSE User Name and/or Password jdbc:h2:<url>[;USER=<username>][;PASSWORD=<value>]

jdbc:h2:file:sample;USER=sa;PASSWORD=123

23 of 129

Page 24: H2 Database New generation embeded database

Log Index Changes jdbc:h2:<url>;LOG=2jdbc:h2:file:sample;LOG=2

Debug Trace Settings jdbc:h2:<url>;TRACE_LEVEL_FILE=<level 0..3>jdbc:h2:file:sample;TRACE_LEVEL_FILE=3

Ignore Unknown Settings jdbc:h2:<url>;IGNORE_UNKNOWN_SETTINGS=TRUEChanging Other Settings jdbc:h2:<url>;<setting>=<value>[;<setting>=<value>...]

jdbc:h2:file:sample;TRACE_LEVEL_SYSTEM_OUT=3

Connecting to an Embedded (Local) DatabaseThe database URL for connecting to a local database is jdbc:h2:[file:][<path>]<databaseName>. The prefix file: is optional. If no or only a relative path is used, then the current working directory is used as a starting point. The case sensitivity of the path and database name depend on the operating system, however it is suggested to use lowercase letters only.

Memory-Only DatabasesFor certain use cases (for example: rapid prototyping, testing, high performance operations, read-only databases), it may not be required to persist (changes to) the data at all. This database supports the memory-only mode, where the data is not persisted.

In some cases, only one connection to a memory-only database is required. This means the database to be opened is private. In this case, the database URL is jdbc:h2:mem: Opening two connections within the same virtual machine means opening two different (private) databases.

Some times multiple connections to the same memory-only database are required. In this case, the database URL must include a name. Example: jdbc:h2:mem:db1

It is also possible to open a memory-only database remotely using TCP/IP or SSL/TLS. An example database URL is: jdbc:h2:tcp://localhost/mem:db1 (using private database remotely is also possible).

Connecting to a Database with File Encryption

To use file encryption, it is required to specify the encryption algorithm (the 'cipher') and the file password. The algorithm needs to be specified using the connection parameter. Two algorithms are supported: XTEA and AES. The file password is specified in the password field, before the user password. A single space needs to be added between the file password and the user password; the file password itself may not contain spaces. File passwords (as well as user passwords) are case sensitive. Here is an example to connect to a password encrypted database:

Class.forName("org.h2.Driver");String url = "jdbc:h2:test;CIPHER=AES";String user = "sa";String pwds = "filepwd userpwd";conn = DriverManager. getConnection(url, user, pwds);

Database File Locking

Whenever a database is opened, a lock file is created to signal other processes that the database is in use. If database is closed, or if the process that opened the database terminates, this lock file is deleted.

The following file locking methods are implemented:

• The default method is 'file' and uses a watchdog thread to protect the database file. The watchdog reads the lock file each second. • The second method is 'socket' and opens a server socket. The socket method does not require reading the lock file every second. The

socket method should only be used if the database files are only accessed by the one (and always the same) computer. • It is also possible to open the database without file locking; in this case it is up to the application to protect the database files.

To open the database with a different file locking method, use the parameter 'FILE_LOCK'. The following code opens the database with the 'socket' locking method:

String url = "jdbc:h2:test;FILE_LOCK=SOCKET";

24 of 129

Page 25: H2 Database New generation embeded database

The following code forces the database to not create a lock file at all. Please note that this is unsafe as another process is able to open the same database, possibly leading to data corruption:

String url = "jdbc:h2:test;FILE_LOCK=NO";

For more information about the algorithms please see in Advanced Topics under File Locking Protocol.

Opening a Database Only if it Already Exists

By default, when an application calls DriverManager.getConnection(url,...) and the database specified in the URL does not yet exist, a new (empty) database is created. In some situations, it is better to restrict creating new database, and only open the database if it already exists. This can be done by adding ;ifexists=true to the URL. In this case, if the database does not already exist, an exception is thrown when trying to connect. The connection only succeeds when the database already exists. The complete URL may look like this:

String url = "jdbc:h2:/data/sample;IFEXISTS=TRUE";

Closing the Database

Delayed Database ClosingUsually, the database is closed when the last connection to it is closed. In some situations this slows down the application, for example when it is not possible leave the connection open. The automatic closing of the database can be delayed or disabled with the SQL statement SET DB_CLOSE_DELAY <seconds>. The seconds specifies the number of seconds to keep a database open after the last connection to it was closed. For example the following statement will keep the database open for 10 seconds:

SET DB_CLOSE_DELAY 10

The value -1 means the database is never closed automatically. The value 0 is the default and means the database is closed when the last connection is closed. This setting is persistent and can be set by an administrator only. It is possible to set the value in the database URL: jdbc:h2:test;DB_CLOSE_DELAY=10.

Don't Close the Database when the VM ExistsBy default, a database is closed when the last connection is closed. However, if it is never closed, the database is closed when the virtual machine exists normally. This is done using a shutdown hook. In some situations, the database should not be closed in this case, for example because the database is still used at virtual machine shutdown (to store the shutdown process in the database for example). In this case, the automatic closing of the database can be disabled. This can be done in the database URL. The first connection (the one that is opening the database) needs to set the option in the database URL (it is not possible to change the setting afterwards). The database URL to disable database closing on exit is:

String url = "jdbc:h2:test;DB_CLOSE_ON_EXIT=FALSE";

Log Index Changes

Usually, changes to the index file are not logged for performance. If the index file is corrupt or missing when opening a database, it is re-created from the data. The index file can get corrupt when the database is not shut down correctly, because of power failure or abnormal program termination. In some situations, for example when using very large databases (over a few hundred MB), re-creating the index file takes very long. In these situations it may be better to log changes to the index file, so that recovery from a corrupted index file is fast. To enable log index changes, add LOG=2 to the URL, as in jdbc:h2:test;LOG=2 This setting should be specified when connecting. The update performance of the database will be reduced when using this option.

Ignore Unknown SettingsSome applications (for example OpenOffice.org Base) pass some additional parameters when connecting to the database. Why those parameters are passed is unknown. The parameters PREFERDOSLIKELINEENDS and IGNOREDRIVERPRIVILEGES are such examples, they are simply ignored to improve the compatibility with OpenOffice.org. If an application passes other parameters when connecting to the database,

25 of 129

Page 26: H2 Database New generation embeded database

usually the database throws an exception saying the parameter is not supported. It is possible to ignored such parameters by adding ;IGNORE_UNKNOWN_SETTINGS=TRUE to the database URL.

Changing Other Settings when Opening a ConnectionIn addition to the settings already described (cipher, file_lock, ifexists, user, password), other database settings can be passed in the database URL. Adding setting=value at the end of an URL is the same as executing the statement SET setting value just after connecting. For a list of settings supported by this database please see the SQL grammar documentation.

Multiple Connections

Opening Multiple Databases at the Same TimeAn application can open multiple databases at the same time, including multiple connections to the same database. The number of open database is only limited by the memory available.

Multiple Connections to the Same Database: Client/ServerIf you want to access the same database at the same time from different processes or computers, you need to use the client / server mode. In this case, one process acts as the server, and the other processes (that could reside on other computers as well) connect to the server via TCP/IP (or SSL/TLS over TCP/IP for improved security).

Multithreading SupportThis database is multithreading-safe. That means, if an application is multi-threaded, it does not need to worry about synchronizing the access to the database. Internally, most requests to the same database are synchronized. That means an application can use multiple threads all accessing the same database at the same time, however if one thread executes a long running query, the other threads need to wait.

Locking, Lock-Timeout, DeadlocksThe database uses table level locks to give each connection a consistent state of the data. There are two kinds of locks: read locks (shared locks) and write locks (exclusive locks). If a connection wants to reads from a table, and there is no write lock on the table, then a read lock is added to the table. If there is a write lock, then this connection waits for the other connection to release the lock. If connection cannot get a lock for a specified time, then a lock timeout exception is thrown.

Usually, SELECT statement will generate read locks. This includes subqueries. Statements that modify data use write locks. It is also possible to lock a table exclusively without modifying data, using the statement SELECT ... FOR UPDATE. The statements COMMIT and ROLLBACK releases all open locks. The commands SAVEPOINT and ROLLBACK TO SAVEPOINT don't affect locks. The locks are also released when the autocommit mode changes, and for connections with autocommit set to true (this is the default), locks are released after each statement. Here is an overview on what statements generate what type of lock: Type of Lock SQL StatementRead SELECT * FROM TEST

CALL SELECT MAX(ID) FROM TESTSCRIPT

Write SELECT * FROM TEST WHERE 1=0 FOR UPDATE Write INSERT INTO TEST VALUES(1, 'Hello')

INSERT INTO TEST SELECT * FROM TESTUPDATE TEST SET NAME='Hi'DELETE FROM TEST

Write ALTER TABLE TEST ...CREATE INDEX ... ON TEST ...DROP INDEX ...

The number of seconds until a lock timeout exception is thrown can be set separately for each connection using the SQL command SET LOCK_TIMEOUT <milliseconds>. The initial lock timeout (that is the timeout used for new connections) can be set using the SQL command SET DEFAULT_LOCK_TIMEOUT <milliseconds>. The default lock timeout is persistent.

26 of 129

Page 27: H2 Database New generation embeded database

Database File Layout

There are a number of files created for persistent databases. Other than some databases, not every table and/or index is stored in its own file. Instead, usually only the following files are created: A data file, an index file, a log file, and a database lock file (exists only while the database is in use). In addition to that, a file is created for each large object (CLOB/BLOB), a file for each linear index, and temporary files for large result sets. Then the command SCRIPT can create script files. If the database trace option is enabled, trace files are created. The following files can be created by the database: File Name Description Number of Filestest.data.db Data file

Contains the data for all tablesFormat: <database>.data.db

1 per database

test.index.db Index fileContains the data for all (btree) indexesFormat: <database>.index.db

1 per database

test.0.log.db Log fileThe log file is used for recoveryFormat: <database>.<id>.log.db

0 or more per database

test.lock.db Database lock fileExists only if the database is openFormat: <database>.lock.db

1 per database

test.trace.db Trace fileContains trace informationFormat: <database>.trace.dbIf the file is too big, it is renamed to <database>.trace.db.old

1 per database

test.14.15.lob.db Large objectContains the data for BLOB or CLOBFormat: <database>.<tableid>.<id>.lob.db

1 per object

test.123.temp.db Temporary fileContains a temporary blob or a large result setFormat: <database>.<session id>.<object id>.temp.db

1 per object

test.7.hash.db Hash index fileContains the data for a linear hash indexFormat: <database>.<object id>.hash.db

1 per linear hash index

Moving and Renaming Database FilesDatabase name and location are not stored inside the database names.

While a database is closed, the files can be moved to another directory, and they can be renamed as well (as long as all files start with the same name).

As there is no platform specific data in the files, they can be moved to other operating systems without problems.

BackupWhen the database is closed, it is possible to backup the database files. Please note that index files do not need to be backed up, because they contain redundant data, and will be recreated automatically if they don't exist.

To backup data while the database is running, the SQL command SCRIPT can be used.

Logging and Recovery

Whenever data is modified in the database and those changes are committed, the changes are logged to disk (except for in-memory objects). The changes to the data file itself are usually written later on, to optimize disk access. If there is a power failure, the data and index files are not up-to-date. But because the changes are in the log file, the next time the database is opened, the changes that are in the log file are re-applied automatically.

Please note that index file updates are not logged by default. If the database is opened and recovery is required, the index file is rebuilt from scratch.

There is usually only one log file per database. This file grows until the database is closed successfully, and is then deleted. Or, if the file gets too big, the database switches to another log file (with a higher id). It is possible to force the log switching by using the CHECKPOINT command.

If the database file is corrupted, because the checksum of a record does not match (for example, if the file was edited with another application), the database can be opened in recovery mode. In this case, errors in the database are logged but not thrown. The database

27 of 129

Page 28: H2 Database New generation embeded database

should be backed up to a script and re-built as soon as possible. To open the database in the recovery mode, use a database URL must contain RECOVER=1, as in jdbc:h2:test;RECOVER=1. Indexes are rebuilt in this case, and the summary (object allocation table) is not read in this case, so opening the database takes longer.

Compatibility Modes

All database engines behave a little bit different. For certain features, this database can emulate the behavior of specific databases. Not all features or differences of those databases are implemented. Currently, this feature is mainly used for randomized comparative testing (where random statements are executed against multiple databases and the results are compared). The mode can be changed by specifying the mode in the database URL, or using the SQL statement SET MODE. To use the HSQLDB mode, you can use the database URL jdbc:h2:test;MODE=HSQLDB or the SQL statement SET MODE HSQLDB. Here is the list of currently supported modes and the difference to the regular mode: Mode Differences

PostgreSQL Concatenation of a NULL value with another value results in NULL. Usually, the NULL is treated as an empty string if only one of the operators is NULL, and NULL is only returned if both values are NULL.

MySQL When inserting data, if a column is defined to be NOT NULL and a null value is inserted, then a 0 (or empty string, or the current timestamp for timestamp columns) value is used. Usually, this operation is not allowed and an exception is thrown.

HSQLDB When converting the scale of decimal data, the number is only converted if the new scale is smaller then current scale. Usually, the scale is converted and 0s are added if required.

Using the Trace Options

To find problems in an application, it is sometimes good to see what database operations where executed. This database offers the following trace features:

• Trace to System.out and/or a file • Support for trace levels OFF, ERROR, INFO, and DEBUG • The maximum size of the trace file can be set • The Java code generation is possible • Trace can be enabled at runtime by manually creating a file

Trace OptionsThe simplest way to enable the trace option is setting it in the database URL. There are two settings, one for System.out (TRACE_LEVEL_SYSTEM_OUT) tracing, and one for file tracing (TRACE_LEVEL_FILE). The trace levels are 0 for OFF, 1 for ERROR, 2 for INFO and 3 for DEBUG. A database URL with both levels set to DEBUG is:

jdbc:h2:test;TRACE_LEVEL_FILE=3;TRACE_LEVEL_SYSTEM_OUT=3

The trace level can be changed at runtime by executing the SQL command SET TRACE_LEVEL_SYSTEM_OUT level (for System.out tracing) or SET TRACE_LEVEL_FILE level (for file tracing). Example:

SET TRACE_LEVEL_SYSTEM_OUT 3

Setting the Maximum Size of the Trace FileWhen using a high trace level, the trace file can get very big quickly. The size of the file can be limited by executing the SQL statement SET TRACE_MAX_FILE_SIZE maximumFileSizeInMB. If the log file exceeds the limit, the file is renamed to .old and a new file is created. If another .old file exists, it is deleted. The default setting is 16 MB. Example:

SET TRACE_MAX_FILE_SIZE 1

28 of 129

Page 29: H2 Database New generation embeded database

Java Code GenerationWhen setting the trace level to INFO or DEBUG, Java source code is generated as well, so that problem can be reproduced more easily. The trace file looks like this:

...12-20 20:58:09 jdbc[0]: /**/dbMeta3.getURL();12-20 20:58:09 jdbc[0]: /**/dbMeta3.getTables(null, "", null, new String[]{"TABLE", "VIEW"});...

You need to filter out the lines without /**/ to get the Java source code. In Windows, a simple way to do that is:

find "**" test.trace.db > Trace.java

Afterwards, you need to complete the file Trace.java before it can be compiled, for example with:

import java.sql.*;public class Trace { public static void main(String[]a)throws Exception {Class.forName("org.h2.Driver");...}}

Also, the user name and password needs to be set, because they are not listed in the trace file.

Enabling the Trace Option at Runtime by Manually Creating a FileSometimes, you can't or don't want to change the application or database URL. There is still a way to enable the trace mode in these cases, even at runtime (while the database connection is open). You only need to create a special file in the directory 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'.

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. If trace is enabled using the start file, the trace level is not persistent to the database, and trace is switched back to the level that was set before when connecting to the database. However, if the start file is read only, the database engine cannot delete the file and will always enable the trace mode when connecting.

Read Only Databases

If the database files are read-only, then the database is read-only as well. It is not possible to create new tables, add or modify data in this database. Only SELECT statements are allowed. To create a read-only database, close the database so that the log file is deleted. Then, make the database files read-only using the operating system. When you open the database now, it is read-only. There are two ways an application can find out a database is read-only: By calling Connection.isReadOnly() or by executing the SQL statement CALL READONLY().

Binary and Text Storage Formats

This database engine supports both binary and text storage formats. The binary format is faster, but the text storage format can be useful as well, for example to debug the database engine. If a database already exists, the storage format is recognized automatically. New databases are created in the binary storage format by default. To create a new database in the text storage format, the database URL must contain the parameter STORAGE=TEXT. Example URL: jdbc:h2:test;STORAGE=TEXT

Graceful Handling of Low Disk Space Situations

The database is able to deal with situations where the disk space available is running low. Whenever the database starts, an 'emergency space' file is created (size is 1 MB), and if there is no more space available, the file will shrink. If the space available is lower than 128 KB, the database will go into a special read only mode, where writing operations are no longer allowed: All writing operations will throw the exception 'No disk space available' from this point on. To go back to the normal operating mode, all connections to the database need to be closed first, and space needs to be freed up.

It is possible to install a database event listener to detect low disk space situations early on (when only 1 MB if space is available). To do this, use the SQL statement SET DATABASE_EVENT_LISTENER. The listener can also be set at connection time, using an URL of the form

29 of 129

Page 30: H2 Database New generation embeded database

jdbc:h2:test;DATABASE_EVENT_LISTENER='com.acme.DbListener' (the quotes around the class name are required). See also the DatabaseEventListener API.

Opening a Corrupted DatabaseIf a database can not be opened because the boot info (the SQL script that is run at startup) is corrupted, then the database can be opened by specifying a database event listener. The exceptions are logged, but opening the database will continue.

Computed Columns / Function Based Index

Function indexes are not directly supported by this database, but they can be easily emulated by using computed columns. For example, if an index on the upper-case version of a column is required, just create a computed column with the upper-case version of the original column, and index this column:

CREATE TABLE ADDRESS( ID INT PRIMARY KEY, NAME VARCHAR, UPPER_NAME VARCHAR AS UPPER(NAME));CREATE INDEX IDX_U_NAME ON ADDRESS(UPPER_NAME);

When inserting data, it is not required (better: not allowed) to specify a value for the upper-case version of the column, because the value is generated. But you can use the column when querying the table:

INSERT INTO ADDRESS(ID, NAME) VALUES(1, 'Miller');SELECT * FROM ADDRESS WHERE UPPER_NAME='MILLER';

Multi-Dimensional Indexes

A tool is provided to execute efficient multi-dimension (spatial) range queries. This database does not support a specialized spatial index (R-Tree or similar). Instead, the B-Tree index is used. For each record, the multi-dimensional key is converted (mapped) to a single dimensional (scalar) value. This value specifies the location on a space-filling curve.

Currently, Z-order (also called N-order or Morton-order) is used; Hilbert curve could also be used, but the implementation is more complex. The algorithm to convert the multi-dimensional value is called bit-interleaving. The scalar value is indexed using a B-Tree index (usually using a computed column).

The method can result in a drastic performance improvement over just using an index on the first column. Depending on the data and number of dimensions, the improvement is usually higher than factor 5. The tool generates a SQL query from a specified multi-dimensional range. The method used is not database dependent, and the tool can easily be ported to other databases. For an example how to use the tool, please have a look at the sample code provided in TestMultiDimension.java.

Using Passwords

Using Secure PasswordsRemember that weak passwords can be broken no matter of the encryption and security protocol. Don't use passwords that can be found in a dictionary. Also appending numbers does not make them secure. A way to create good passwords that can be remembered is, take the first letters of a sentence, use upper and lower case characters, and creatively include special characters. Example:

i'sE2rTpiUKtt (it's easy to remember this password if you know the trick)

Passwords: Using Char Arrays instead of StringsJava Strings are immutable objects and cannot be safely 'destroyed' by the application. After creating a String, it will remain in the main memory of the computer at least until it is garbage collected. The garbage collection cannot be controlled by the application, and even if it is garbage collected the data may still remain in memory. It might also be possible that the part of memory containing the password is swapped to disk (because not enough main memory is available).

30 of 129

Page 31: H2 Database New generation embeded database

An attacker might have access to the swap file of the operating system. It is therefore a good idea to use char arrays instead of Strings to store passwords. Char arrays can be cleared (filled with zeros) after use, and therefore the password will not be stored in the swap file.

This database supports using char arrays instead of String to pass user and file passwords. The following code can be used to do that:

Class.forName("org.h2.Driver");String url = "jdbc:h2:simple";String user = "sam";char[] password = {'t','i','a','S','&',E','t','r','p'};Properties prop = new Properties();prop.setProperty("user", user);prop.put("password", password);Connection conn = null;try { conn = DriverManager. getConnection(url, prop);} finally { Arrays.fill(password, 0);}

In this example, the password is hard code in the application, which is not secure of course. However, Java Swing supports a way to get passwords using a char array (JPasswordField).

Passing the User Name and/or Password in the URLInstead of passing the user name as a separate parameter as in Connection conn = DriverManager. getConnection("jdbc:h2:test", "sa", "123"); the user name (and/or password) can be supplied in the URL itself: Connection conn = DriverManager. getConnection("jdbc:h2:test;USER=sa;PASSWORD=123"); The settings in the URL override the settings passed as a separate parameter.

User Defined Functions and Stored Procedures

In addition to the built-in functions, this database supports user defined Java functions. In this database, Java functions can be used as stored procedures as well. A function must be declared (registered) before it can be used. Only static Java methods are supported; both the class and the method must be public. Example Java method:

package org.h2.samples;...public class Function { public static boolean isPrime(int value) { return new BigInteger(String.valueOf(value)).isProbablePrime(100); }}

The Java function must be registered in the database by calling CREATE ALIAS:

CREATE ALIAS ISPRIME FOR "org.h2.samples.Function.isPrime"

For a complete sample application, see src/test/org/h2/samples/Function.java.

Function Data Type MappingFunctions that accept non-nullable parameters such as 'int' will not be called if one of those parameters is NULL. In this case, the value NULL is used as the result. If the function should be called in this case, you need to use 'java.lang.Integer' instead of 'int'.

Functions that require a ConnectionIf the first parameter in a Java function is a java.sql.Connection, then the connection to database is provided. This connection does not need to be closed before returning.

Functions throwing an ExceptionIf a function throws an Exception, then the current statement is rolled back and the exception is thrown to the application.

31 of 129

Page 32: H2 Database New generation embeded database

Functions returning a Result SetFunctions may returns a result set. Such a function can be called with the CALL statement:

public static ResultSet query(Connection conn, String sql) throws SQLException { return conn.createStatement().executeQuery(sql);} CREATE ALIAS QUERY FOR "org.h2.samples.Function.query";CALL QUERY('SELECT * FROM TEST');

Using SimpleResultSetA function that returns a result set can create this result set from scratch using the SimpleResultSet tool:

import org.h2.tools.SimpleResultSet;...public static ResultSet simpleResultSet() throws SQLException { SimpleResultSet rs = new SimpleResultSet(); rs.addColumn("ID", Types.INTEGER, 10, 0); rs.addColumn("NAME", Types.VARCHAR, 255, 0); rs.addRow(new Object[] { new Integer(0), "Hello" }); rs.addRow(new Object[] { new Integer(1), "World" }); return rs;}

CREATE ALIAS SIMPLE FOR "org.h2.samples.Function.simpleResultSet";CALL SIMPLE();

Using a Function as a TableA function returning a result set can be like a table. However, in this case the function is called at least twice: First while parsing the statement to collect the column names (with all parameters set to null, except the connection parameter if there is one). And then, while executing the statement to get the data (may be repeatedly if this is a join).

public static ResultSet getMatrix(Integer id) throws SQLException { SimpleResultSet rs = new SimpleResultSet(); rs.addColumn("X", Types.INTEGER, 10, 0); rs.addColumn("Y", Types.INTEGER, 10, 0); if(id == null) { return rs; } for(int x = 0; x < id.intValue(); x++) { for(int y = 0; y < id.intValue(); y++) { rs.addRow(new Object[] { new Integer(x), new Integer(y) }); } } return rs;}

CREATE ALIAS MATRIX FOR "org.h2.samples.Function.getMatrix";SELECT * FROM MATRIX(3) WHERE X>0;

32 of 129

Page 33: H2 Database New generation embeded database

Triggers

This database supports Java triggers that are called before or after a row is updated, inserted or deleted. Triggers can be used for complex consistency checks, or to update related data in the database. It is also possible to use triggers to simulate materialized views. For a complete sample application, see src/test/org/h2/samples/TriggerSample.java. A Java trigger must implement the interface org.h2.api.Trigger:

import org.h2.api.Trigger;...public class TriggerSample implements Trigger { public void init(String triggerName, String tableName) { } public void fire(Connection conn, Object[] oldRow, Object[] newRow) throws SQLException { }}

The connection can be used to query or update data in other tables. The trigger then needs to be defined in the database:

CREATE TRIGGER INV_INS AFTER INSERT ON INVOICE FOR EACH ROW CALL "org.h2.samples.TriggerSample"

The trigger can be used to veto a change, by throwing a SQL Exception.

Compacting a Database

Empty space in the database file is re-used automatically. To re-build the indexes, the most simple way is to delete the .index.db file while the database is closed. However in some situations (for example after deleting a lot of data in a database), one sometimes wants to shrink the size of the database (compact a database). Here is a sample function to do this:

public static void compact(String dir, String dbName, String user, String password) throws Exception String url = "jdbc:h2:" + dbName; String script = "test.sql"; Backup.execute(url, user, password, script); DeleteDbFiles.execute(dir, dbName); RunScript.execute(url, user, password, script);}

See also the sample application org.h2.samples.Compact. The commands SCRIPT / RUNSCRIPT can be used as well to create the a backup of a database and re-build the database from the script.

33 of 129

Page 34: H2 Database New generation embeded database

Performance ComparisonIn most cases H2 is a lot faster than all other (open source and not open source) database engines:

Embedded

Test Case Unit H2 HSQLDB Derby

Simple: Init ms 312 250 4047

Simple: Query (random) ms 188 156 1391

Simple: Query (sequential) ms 140 125 1219

Simple: Update (random) ms 407 625 7187

Simple: Delete (sequential) ms 187 141 3625

Simple: Memory Usage MB 3 6 5

BenchA: Init ms 266 125 6093

BenchA: Transactions ms 1297 875 10938

BenchA: Memory Usage MB 6 10 9

BenchC: Init ms 813 297 8875

BenchC: Transactions ms 1797 25828 10250

BenchC: Memory Usage MB 9 16 8

Total Time ms 5407 28422 53625

Statement per Second # 29362 5585 2960

Client-Server

Test Case Unit H2 HSQLDB Derby PostgreSQL MySQL

Simple: Init ms 1234 1234 5641 2594 1547

Simple: Query (random) ms 1360 1328 4750 2531 1625

Simple: Query (sequential) ms 1281 1250 4938 2500 1766

Simple: Update (random) ms 1328 1657 9000 2937 2078

Simple: Delete (sequential) ms 547 593 4343 1282 781

Simple: Memory Usage MB 4 7 6 0 0

BenchA: Init ms 656 563 6407 1079 1734

BenchA: Transactions ms 3860 3547 15500 6453 4125

BenchA: Memory Usage MB 6 12 9 0 0

BenchC: Init ms 1312 797 9750 3250 2891

BenchC: Transactions ms 5688 25875 18250 7985 5078

BenchC: Memory Usage MB 9 16 10 0 1

Total Time ms 17266 36844 78594 30688 21641

Statement per Second # 9195 4309 2020 5173 7336

PolePosition Benchmark

Test Case Unit H2 HSQLDB MySQL

Melbourne write ms 369 249 2022

Melbourne read ms 47 49 93

Melbourne read_hot ms 24 43 95

Melbourne delete ms 147 133 176

Sepang write ms 965 1201 3213

Sepang read ms 765 948 3455

34 of 129

Page 35: H2 Database New generation embeded database

Sepang read_hot ms 789 859 3563

Sepang delete ms 1384 1596 6214

Bahrain write ms 1186 1387 6904

Bahrain query_indexed_string ms 336 170 693

Bahrain query_string ms 18064 39703 41243

Bahrain query_indexed_int ms 104 134 678

Bahrain update ms 191 87 159

Bahrain delete ms 1215 729 6812

Imola retrieve ms 198 194 4036

Barcelona write ms 413 832 3191

Barcelona read ms 119 160 1177

Barcelona query ms 20 5169 101

Barcelona delete ms 388 319 3287

Total ms 26724 53962 87112

Benchmark Results and Comments

H2Version 0.9 (2006-08-22) was used for the test. For simpler operations, the performance of H2 is about the same as for HSQLDB. For more complex queries, the query optimizer is very important. However H2 is not very fast in every case, certain kind of queries may still be slow. One situation where is H2 is slow is large result sets, because they are buffered to disk if more than a certain number of records are returned. The advantage of buffering is, there is no limit on the result set size. The open/close time is almost fixed, because of the file locking protocol: The engine waits 20 ms after opening a database to ensure the database files are not opened by another process.

HSQLDBVersion 1.8.0.5 was used for the test. HSQLDB is fast when using simple operations. HSQLDB is very slow in the last test (BenchC: Transactions), probably because is has a bad query optimizer. One query where HSQLDB is slow is a two-table join:

SELECT COUNT(DISTINCT S_I_ID) FROM ORDER_LINE, STOCK WHERE OL_W_ID=? AND OL_D_ID=? AND OL_O_ID<? AND OL_O_ID>=? AND S_W_ID=? AND S_I_ID=OL_I_ID AND S_QUANTITY<?

The PolePosition benchmark also shows that the query optimizer does not do a very good job for some queries. A disadvantage in HSQLDB is the slow startup / shutdown time (currently not listed) when using bigger databases. The reason is, a backup of the database is created whenever the database is opened or closed.

DerbyVersion 10.1.3.1 was used for the test. Derby is clearly the slowest embedded database in this test. This seems to be a structural problem, because all operations are really slow. It will not be easy for the developers of Derby to improve the performance to a reasonable level.

PostgreSQLVersion 8.1.4 was used for the test. The following options where changed in postgresql.conf: fsync = off, commit_delay = 1000. PostgreSQL is run in server mode. It looks like the base performance is slower than MySQL, but the reason could be the network layer. The memory usage number is incorrect, because only the memory usage of the JDBC driver is measured.

MySQLVersion 5.0.22 was used for the test. MySQL was run with the InnoDB backend. The setting innodb_flush_log_at_trx_commit (found in the my.ini file) was set to 0. Otherwise (and by default), MySQL is really slow (around 140 statements per second in this test) because it tries to flush the data to disk for each commit. For small transactions (when autocommit is on) this is really slow. But many use cases use small or relatively small transactions. Too bad this setting is not listed in the configuration wizard, and it always overwritten when using the wizard. You need to change this setting manually in the file my.ini, and then restart the service. The memory usage number is incorrect, because only the memory usage of the JDBC driver is measured.

35 of 129

Page 36: H2 Database New generation embeded database

FirebirdFirebird 1.5 (default installation) was tested, but the results are not published currently. It is possible to run the performance test with the Firebird database, and any information on how to configure Firebird for higher performance are welcome.

Why Oracle / MS SQL Server / DB2 are Not ListedThe license of these databases does not allow to publish benchmark results. This doesn't mean that they are fast. They are in fact quite slow, and need a lot of memory. But you will need to test this yourself. SQLite was not tested because the JDBC driver doesn't support transactions.

About this Benchmark

Number of ConnectionsThis is a single-connection benchmark.

Real-World TestsGood benchmarks emulate real-world use cases. This benchmark includes 3 test cases: A simple test case with one table and many small updates / deletes. BenchA is similar to the TPC-A test, but single connection / single threaded (see also: www.tpc.org). BenchC is similar to the TPC-C test, but single connection / single threaded.

Comparing Embedded with Server DatabasesThis is mainly a benchmark for embedded databases (where the application runs in the same virtual machine than the database engine). However MySQL and PostgreSQL are not Java databases and cannot be embedded into a Java application. For the Java databases, both embedded and server modes are tested.

Test PlatformThis test is run on Windows XP with the virus scanner switched off. The VM used is Sun JDK 1.4.

Multiple RunsWhen a Java benchmark is run first, the code is not fully compiled and therefore runs slower than when running multiple times. A benchmark should always run the same test multiple times and ignore the first run(s). This benchmark runs three times, the last run counts.

Memory UsageIt is not enough to measure the time taken, the memory usage is important as well. Performance can be improved in databases by using a bigger in-memory cache, but there is only a limited amout of memory available on the system. HSQLDB tables are kept fully in memory by default, this benchmark uses 'disk based' tables for all databases. Unfortunately, it is not so easy to calculate the memory usage of PostgreSQL and MySQL, because they run in a different process than the test. This benchmark currently does not print memory usage of those databases.

Delayed OperationsSome databases delay some operations (for example flushing the buffers) until after the benchmark is run. This benchmark waits between each database tested, and each database runs in a different process (sequentially).

Transaction Commit / DurabilityDurability means transaction committed to the database will not be lost. Some databases (for example MySQL) try to enforce this by default by calling fsync() to flush the buffers, but most hard drives don't actually flush all data. Calling fsync() slows down transaction commit a lot, but doesn't always make data durable. When comparing the results, it is important to think about the effect. Many database suggest to 'batch' operations when possible. This benchmark switches off autocommit when loading the data, and calls commit after each 1000 inserts. However many applications need 'short' transactions at runtime (a commit after each update). This benchmark commits after each update / delete in the simple benchmark, and after each business transaction in the other benchmarks.

Using Prepared StatementsWherever possible, the test cases use prepared statements.

36 of 129

Page 37: H2 Database New generation embeded database

Currently Not Tested: Startup TimeThe startup time of a database engine is important as well for embedded use. This time is not measured currently. Also, not tested is the time used to create a database and open an existing database. Here, one (wrapper) connection is opened at the start, and for each step a new connection is opened and then closed. That means the Open/Close time listed is for opening a connection if the database is already in use.

37 of 129

Page 38: H2 Database New generation embeded database

Advanced TopicsPerformance TuningResult SetsLarge ObjectsLinked TablesTransaction IsolationClustering / High AvailabilityTwo Phase CommitCompatibilityODBC DriverACIDUsing the Recover ToolFile Locking ProtocolsProtection against SQL InjectionSecurity ProtocolsUniversally Unique Identifiers (UUID)Glossary and Links

Performance Tuning

Virus ScannersSome virus scanners scan files every time they are accessed. It is very important for performance that database files are not scanned for viruses. The database engine does never interprets the data stored in the files as programs, that means even if somebody would store a virus in a database file, this would be harmless (when the virus does not run, it cannot spread). Some virus scanners allow excluding file endings. Make sure files ending with .db are not scanned.

Index UsageThis database uses indexes to improve the performance of SELECT, UPDATE and DELETE statements. If a column is used in the WHERE clause of a query, and if an index exists on this column, then the index can be used. Multi-column indexes are used if all or the first columns of the index are used. Both equality lookup and range scans are supported. Indexes are not used to order result sets: The results are sorted in memory if required. Indexes are created automatically for primary key and unique constraints. Indexes are also created for foreign key constraints, if required. For other columns, indexes need to be created manually using the CREATE INDEX statement.

OptimizerThis database uses a cost based optimizer. For simple and queries and queries with medium complexity (less than 7 tables in the join), the expected cost (running time) of all possible plans is calculated, and the plan with the lowest cost is used. For more complex queries, the algorithm first tries all possible combinations for the first few tables, and the remaining tables added using a greedy algorithm (this works well for most joins). Afterwards a genetic algorithm is used to test at most 2000 distinct plans. Only left-deep plans are evaluated.

Expression OptimizationAfter the statement is parsed, all expressions are simplified automatically if possible. Operations are evaluated only once if all parameters are constant. Functions are also optimized, but only if the function is constant (always returns the same result for the same parameter values). If the WHERE clause is always false, then the table is not accessed at all.

COUNT(*) OptimizationIf the query only counts all rows of a table, then the data is not accessed. However, this is only possible if no WHERE clause is used, that means it only works for queries of the form SELECT COUNT(*) FROM table.

Updating Optimizer Statistics / Column SelectivityWhen executing a query, at most one index per joined table can be used. If the same table is joined multiple times, for each join only one index is used. Example: for the query SELECT * FROM TEST T1, TEST T2 WHERE T1.NAME='A' AND T2.ID=T1.ID, two index can be used, in this case the index on NAME for T1 and the index on ID for T2.

If a table has multiple indexes, sometimes more than one index could be used. Example: if there is a table TEST(ID, NAME, FIRSTNAME) and an index on each column, then two indexes could be used for the query SELECT * FROM TEST WHERE NAME='A' AND FIRSTNAME='B', the index on NAME or the index on FIRSTNAME. It is not possible to use both indexes at the same time. Which index is used depends on the selectivity of the column. The selectivity describes the 'uniqueness' of values in a column. A selectivity of 100 means each value appears only

38 of 129

Page 39: H2 Database New generation embeded database

once, and a selectivity of 1 means the same value appears in many or most rows. For the query above, the index on NAME should be used if the table contains more distinct names than first names.

The SQL statement ANALYZE can be used to automatically estimate the selectivity of the columns in the tables. This command should be run from time to time to improve the query plans generated by the optimizer.

Result Sets

Limiting the Number of RowsBefore the result is returned to the application, all rows are read by the database. Server side cursors are not supported currently. If only the first few rows are interesting for the application, then the result set size should be limited to improve the performance. This can be done using LIMIT in a query (example: SELECT * FROM TEST LIMIT 100), or by using Statement.setMaxRows(max).

Large Result Sets and External SortingFor result set larger than 1000 rows, the result is buffered to disk. If ORDER BY is used, the sorting is done using an external sort algorithm. In this case, each block of rows is sorted using quick sort, then written to disk; when reading the data, the blocks are merged together.

Large Objects

Storing and Reading Large ObjectsIf it is possible that the objects don't fit into memory, then the data type CLOB (for textual data) or BLOB (for binary data) should be used. For these data types, the objects are not fully read into memory, by using streams. To store a BLOB, use PreparedStatement.setBinaryStream. To store a CLOB, use PreparedStatement.setCharacterStream. To read a BLOB, use ResultSet.getBinaryStream, and to read a CLOB, use ResultSet.getCharacterStream. If the client/server mode is used, the BLOB and CLOB data is fully read into memory when accessed. In this case, the size of a BLOB or CLOB is limited by the memory.

Linked Tables

This database supports linked tables, which means tables that don't exist in the current database but are just links to another database. To create such a link, use the CREATE LINKED TABLE statement:

CREATE LINKED TABLE LINK('org.postgresql.Driver', 'jdbc:postgresql:test', 'sa', 'sa', 'TEST');

It is then possible to access the table in the usual way. There is a restriction when inserting data to this table: When inserting or updating rows into the table, NULL values are converted to the default value. This may not have the desired effect if a default value in the target table is other than NULL.

Transaction Isolation

This database supports the transaction isolation level 'serializable', in which dirty reads, non-repeatable reads and phantom reads are prohibited.

• Dirty ReadsMeans a connection can read uncommitted changes made by another connection.

• Non-Repeatable ReadsA connection reads a row, another connection changes a row and commits, and the first connection re-reads the same row and gets the new result.

• Phantom ReadsA connection reads a set of rows using a condition, another connection inserts a row that falls in this condition and commits, then the first connection re-reads using the same condition and gets the new row.

Table Level LockingThe database allows multiple concurrent connections to the same database. To make sure all connections only see consistent data, table level locking is used. This mechanism does not allow high concurrency, but is very fast. Shared locks and exclusive locks are supported. Before reading from a table, the database tries to add a shared lock to the table (this is only possible if there is no exclusive lock on the object by another connection). If the shared lock is added successfully, the table can be read. It is allowed that other connections also have a shared lock

39 of 129

Page 40: H2 Database New generation embeded database

on the same object. If a connection wants to write to a table (update or delete a row), an exclusive lock is required. To get the exclusive lock, other connection must not have any locks on the object. After the connection commits, all locks are released. This database keeps all locks in memory.

Lock TimeoutIf a connection cannot get a lock on an object, the connection waits for some amount of time (the lock timeout). During this time, hopefully the connection holding the lock commits and it is then possible to get the lock. If this is not possible because the other connection does not release the lock for some time, the unsuccessful connection will get a lock timeout exception. The lock timeout can be set individually for each connection.

Clustering / High Availability

This database supports a simple clustering / high availability mechanism. The architecture is: two database servers run on two different computers, and on both computers is a copy of the same database. If both servers run, each database operation is executed on both computers. If one server fails (power, hardware or network failure), the other server can still continue to work. From this point on, the operations will be executed only on one server until the other server is back up. Clustering can only be used in the server mode (the embedded mode does not support clustering). It is possible to restore the cluster without stopping the server, however it is critical that no other application is changing the data in the first database while the second database is restored, so restoring the cluster is currently a manual process.

To initialize the cluster, use the following steps:

• Create a database • Use the CreateCluster tool to copy the database to another location and initialize the clustering. Afterwards, you have two databases

containing the same data. • Start two servers (one for each copy of the database) • You are now ready to connect to the databases with the client application(s)

Using the CreateCluster ToolTo understand how clustering works, please try out the following example. In this example, the two databases reside on the same computer, but usually, the databases will be on different servers.

• Create two directories: server1 and server2. Each directory will simulate a directory on a computer. • Start a TCP server pointing to the first directory. You can do this using the command line:

java org.h2.tools.Server -tcp -tcpPort 9101 -baseDir server1

• Start a second TCP server pointing to the second directory. This will simulate a server running on a second (redundant) computer. You can do this using the command line:

java org.h2.tools.Server -tcp -tcpPort 9102 -baseDir server2

• Use the CreateCluster tool to initialize clustering. This will automatically create a new, empty database if it does not exist. Run the tool on the command line:

java org.h2.tools.CreateCluster -urlSource jdbc:h2:tcp://localhost:9101/test -urlTarget jdbc:h2:tcp://localhost:9102/test -user sa -serverlist localhost:9101,localhost:9102

• You can now connect to the databases using an application or the H2 Console using the JDBC URL jdbc:h2:tcp://localhost:9101,localhost:9102/test

• If you stop a server (by killing the process), you will notice that the other machine continues to work, and therefore the database is still accessible.

• To restore the cluster, you first need to delete the database that failed, then restart the server that was stopped, and re-run the CreateCluster tool.

40 of 129

Page 41: H2 Database New generation embeded database

Two Phase Commit

The two phase commit protocol is supported. 2-phase-commit works as follows:

• Autocommit needs to be switched off • A transaction is started, for example by inserting a row • The transaction is marked 'prepared' by executing the SQL statement PREPARE COMMIT transactionName • The transaction can now be committed or rolled back • If a problem occurs before the transaction was successfully committed or rolled back (for example because a network problem

occurred), the transaction is in the state 'in-doubt' • When re-connecting to the database, the in-doubt transactions can be listed with SELECT * FROM

INFORMATION_SCHEMA.IN_DOUBT • Each transaction in this list must now be committed or rolled back by executing COMMIT TRANSACTION transactionName or

ROLLBACK TRANSACTION transactionName • The database needs to be closed and re-opened to apply the changes

Compatibility

This database is (up to a certain point) compatible to other databases such as HSQLDB, MySQL and PostgreSQL. There are certain areas where H2 is incompatible.

Transaction Commit when Autocommit is OnAt this time, this database engine commits a transaction (if autocommit is switched on) just before returning the result. For a query, this means the transaction is committed even before the application scans through the result set, and before the result set is closed. Other database engines may commit the transaction in this case when the result set is closed.

Keywords / Reserved WordsThere is a list of keywords that can't be used as identifiers (table names, column names and so on), unless they are quoted (surrounded with double quotes). The list is currently:

CURRENT_TIMESTAMP, CURRENT_TIME, CURRENT_DATE, CROSS, DISTINCT, EXCEPT, EXISTS, FROM, FOR, FALSE, FULL, GROUP, HAVING, INNER, INTERSECT, IS, JOIN, LIKE, MINUS, NATURAL, NOT, NULL, ON, ORDER, PRIMARY, ROWNUM, SELECT, SYSDATE, SYSTIME, SYSTIMESTAMP, TODAY, TRUE, UNION, WHERE

Certain words of this list are keywords because they are functions that can be used without '()' for compatibility, for example CURRENT_TIMESTAMP.

ODBC Driver

The ODBC driver of this database is currently not very stable and only tested superficially with a few applications (OpenOffice 2.0, Microsoft Excel and Microsoft Access) and data types (INT and VARCHAR), and should not be used for production applications. Only a Windows version of the driver is available at this time.

ODBC InstallationBefore the ODBC driver can be used, it needs to be installed. To do this, double click on h2odbcSetup.exe. If you do this the first time, it will ask you to locate the driver dll (h2odbc.dll). If you already installed it, the ODBC administration dialog will open where you can create new or modify existing data sources. When you create a new H2 ODBC data source, a dialog window will appear and ask for the database settings:

41 of 129

Page 42: H2 Database New generation embeded database

Log OptionThe driver is able to log operations to a file. To enable logging, the log file name must be set in the registry under the key CURRENT_USER/Software/H2/ODBC/LogFile. This key will only be read when the driver starts, so you need to make sure all applications that may use the driver are closed before changing this setting. If this registry entry is not found when the driver starts, logging is disabled. A sample registry key file may look like this:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\H2\ODBC]"LogFile"="C:\\temp\\h2odbc.txt"

Security ConsiderationsCurrently, the ODBC does not encrypt the password before sending it over TCP/IP to the server. This may be a problem if an attacker can listen to the data transferred between the ODBC client and the server, because the password is readable to the attacker. Also, it is currently not possible to use encrypted SSL connections. The password for a data source is stored unencrypted in the registry. Therefore the ODBC driver should not be used where security is important.

UninstallingTo uninstall the ODBC driver, double click on h2odbcUninstall.exe. This will uninstall the driver.

ACID

In the DBMS world, ACID stands for Atomicity, Consistency, Isolation, and Durability.

• Atomicity: Transactions must be atomic, that means either all tasks of a transaction are performed, or none. • Consistency: Only operations that comply with the defined constraints are allowed. • Isolation: Transactions must be completely isolated from each other. • Durability: Transaction committed to the database will not be lost.

This database also supports these properties by default, except durability, which can only be guaranteed by other means (battery, clustering).

AtomicityTransactions in this database are always atomic.

ConsistencyThis database is always in a consistent state. Referential integrity rules are always enforced.

IsolationCurrently, only the transaction isolation level 'serializable' is supported. In many database, this rule is often relaxed to provide better performance, by supporting other transaction isolation levels.

42 of 129

Page 43: H2 Database New generation embeded database

DurabilityThis database does not guarantee that all committed transactions survive a power failure. If durability is required even in case of power failure, some sort of uninterruptible power supply (UPS) is required (like using a laptop, or a battery pack). If durability is required even in case of hardware failure, the clustering mode of this database should be used.

To achieve durability, it would be required to flush all file buffers (including system buffers) to hard disk for each commit. In Java, there are two ways how this can be achieved:

• FileDescriptor.sync(). The documentation says that this will force all system buffers to synchronize with the underlying device. Sync is supposed to return after all in-memory modified copies of buffers associated with this FileDesecriptor have been written to the physical medium.

• FileChannel.force() (since JDK 1.4). This method is supposed to force any updates to this channel's file to be written to the storage device that contains it.

There is one related option, but it does not force changes to disk: RandomAccessFile(.., "rws" / "rwd"):

• rws: Every update to the file's content or metadata is written synchronously to the underlying storage device. • rwd: Every update to the file's content is written synchronously to the underlying storage device.

A simple power-off test using two computers (they communicate over the network, and one the power is switched off on one computer) shows that the data is not always persisted to the hard drive, even when calling FileDescriptor.sync() or FileChannel.force(). The reason for this is that most hard drives do not obey the fsync() function. For more information, see 'Your Hard Drive Lies to You' http://hardware.slashdot.org/article.pl?sid=05/05/13/0529252&tid=198&tid=128). The test was made with this database, as well as with PostgreSQL, Derby, and HSQLDB. None of those databases was able to guarantee complete transaction durability.

The test also shows that when calling FileDescriptor.sync() or FileChannel.force() after each file operation, only around 30 file operations per second can be made. That means, the fastest possible Java database that calls one of those functions can reach a maximum of around 30 committed transactions per second. Without calling these functions, around 400000 file operations per second are possible when using RandomAccessFile(..,"rw"), and around 2700 when using RandomAccessFile(.., "rws"/"rwd").

That means that when using one of those functions, the performance goes down to at most 30 committed transactions per second, and even then there is no guarantee that transactions are durable. These are the reasons that this database does not guarantee durability of transaction by default. The database calls FileDescriptor.sync() when executing the SQL statement CHECKPOINT SYNC. But by default, this database uses an asynchronous commit.

Running the Durability TestTo test the durability / non-durability of this and other databases, you can use the test application in the package org.h2.test.poweroff. Two computers with network connection are required to run this test. One computer acts as the listener, the test application is run on the other computer. The computer with the listener application opens a TCP/IP port and listens for an incoming connection. The second computer first connects to the listener, and then created the databases and starts inserting records. The connection is set to 'autocommit', which means after each inserted record a commit is performed automatically. Afterwards, the test computer notifies the listener that this record was inserted successfully. The listener computer displays the last inserted record number every 10 seconds. Now, the power needs to be switched off manually while the test is still running. Now you can restart the computer, and run the application again. You will find out that in most cases, none of the databases contains all the records that the listener computer knows about. For details, please consult the source code of the listener and test application.

Using the Recover Tool

The recover tool can be used to extract the contents of a data file, even if the database is corrupted. At this time, it does not extract the content of the log file or large objects (CLOB or BLOB). To run the tool, type on the command line:

java org.h2.tools.Recover

For each database in the current directory, a text file will be created. This file contains raw insert statement (for the data) and data definition (DDL) statement to recreate the schema of the database. This file cannot be executed directly, as the raw insert statements don't have the correct table names, so the file needs to be pre-processed manually before executing.

File Locking Protocols

Whenever a database is opened, a lock file is created to signal other processes that the database is in use. If database is closed, or if the process that opened the database terminates, this lock file is deleted.

In special cases (if the process did not terminate normally, for example because there was a blackout), the lock file is not deleted by the process that created it. That means the existence of the lock file is not a safe protocol for file locking. However, this software uses a challenge-

43 of 129

Page 44: H2 Database New generation embeded database

response protocol to protect the database files. There are two methods (algorithms) implemented to provide both security (that is, the same database files cannot be opened by two processes at the same time) and simplicity (that is, the lock file does not need to be deleted manually by the user). The two methods are 'file method' and 'socket methods'.

File Locking Method 'File'The default method for database file locking is the 'File Method'. The algorithm is:

• When the lock file does not exist, it is created (using the atomic operation File.createNewFile). Then, the process waits a little bit (20ms) and checks the file again. If the file was changed during this time, the operation is aborted. This protects against a race condition when a process deletes the lock file just after one create it, and a third process creates the file again. It does not occur if there are only two writers.

• If the file can be created, a random number is inserted together with the locking method ('file'). Afterwards, a watchdog thread is started that checks regularly (every second once by default) if the file was deleted or modified by another (challenger) thread / process. Whenever that occurs, the file is overwritten with the old data. The watchdog thread runs with high priority so that a change to the lock file does not get through undetected even if the system is very busy. However, the watchdog thread does use very little resources (CPU time), because it waits most of the time. Also, the watchdog only reads from the hard disk and does not write to it.

• If the lock file exists, and it was modified in the 20 ms, the process waits for some time (up to 10 times). If it was still changed, an exception is thrown (database is locked). This is done to eliminate race conditions with many concurrent writers. Afterwards, the file is overwritten with a new version (challenge). After that, the thread waits for 2 seconds. If there is a watchdog thread protecting the file, he will overwrite the change and this process will fail to lock the database. However, if there is no watchdog thread, the lock file will still be as written by this thread. In this case, the file is deleted and atomically created again. The watchdog thread is started in this case and the file is locked.

This algorithm is tested with over 100 concurrent threads. In some cases, when there are many concurrent threads trying to lock the database, they block each other (meaning the file cannot be locked by any of them) for some time. However, the file never gets locked by two threads at the same time. However using that many concurrent threads / processes is not the common use case. Generally, an application should throw an error to the user if it cannot open a database, and not try again in a (fast) loop.

File Locking Method 'Socket'There is a second locking mechanism implemented, but disabled by default. The algorithm is:

• If the lock file does not exist, it is created. Then a server socket is opened on a defined port, and kept open. The port and IP address of the process that opened the database is written into the lock file.

• If the lock file exists, and the lock method is 'file', then the software switches to the 'file' method. • If the lock file exists, and the lock method is 'socket', then the process checks if the port is in use. If the original process is still

running, the port is in use and this process throws an exception (database is in use). If the original process died (for example due to a blackout, or abnormal termination of the virtual machine), then the port was released. The new process deletes the lock file and starts again.

This method does not require a watchdog thread actively polling (reading) the same file every second. The problem with this method is, if the file is stored on a network share, two processes (running on different computers) could still open the same database files, if they do not have a direct TCP/IP connection.

Protection against SQL Injection

What is SQL InjectionThis database engine provides a solution for the security vulnerability known as 'SQL Injection'. Some applications build SQL statements with embedded user input such as:

String sql = "SELECT * FROM USERS WHERE PASSWORD='"+pwd+"'";ResultSet rs = conn.createStatement().executeQuery(sql);

If this mechanism is used anywhere in the application, and user input is not correctly filtered or encoded, it is possible for a user to inject SQL functionality or statements by using specially built input such as (in this example) this password: ' OR ''='. In this case the statement becomes:

SELECT * FROM USERS WHERE PASSWORD='' OR ''='';

Which is always true no matter what the password stored in the database is. For more information about SQL Injection, see Glossary and Links.

44 of 129

Page 45: H2 Database New generation embeded database

Disabling LiteralsSQL Injection is not possible if user input is not directly embedded in SQL statements. A simple solution for the problem above is to use a PreparedStatement:

String sql = "SELECT * FROM USERS WHERE PASSWORD=?";PreparedStatement prep = conn.prepareStatement(sql);prep.setString(1, pwd);ResultSet rs = prep.executeQuery();

This database provides a way to enforce usage of parameters when passing user input to the database. This is done by disabling embedded literals in SQL statements. To do this, execute the statement:

SET ALLOW_LITERALS NONE;

Afterwards, SQL statements with text and number literals are not allowed any more. That means, SQL statement of the form WHERE NAME='abc' or WHERE CustomerId=10 will fail. It is still possible to use PreparedStatements and parameters as described above. Also, it is still possible to generate SQL statements dynamically, and use the Statement API, as long as the SQL statements do not include literals. There is also a second mode where number literals are allowed: SET ALLOW_LITERALS NUMBERS. To allow all literals, execute SET ALLOW_LITERALS ALL (this is the default setting). Literals can only be enabled or disabled by an administrator.

Using ConstantsDisabling literals also means disabling hard-coded 'constant' literals. This database supports defining constants using the CREATE CONSTANT command. Constants can be defined only when literals are enabled, but used even when literals are disabled. To avoid name clashes with column names, constants can be defined in other schemas:

CREATE SCHEMA CONST AUTHORIZATION SA;CREATE CONSTANT CONST.ACTIVE VALUE 'Active';CREATE CONSTANT CONST.INACTIVE VALUE 'Inactive';SELECT * FROM USERS WHERE TYPE=CONST.ACTIVE;

Even when literals are enabled, it is better to use constants instead of hard-coded number or text literals in queries or views. With constants, typos are found at compile time, the source code is easier to understand and change.

Using the ZERO() FunctionIt is not required to create a constant for the number 0 as there is already a built-in function ZERO():

SELECT * FROM USERS WHERE LENGTH(PASSWORD)=ZERO();

Security Protocols

The following paragraphs document the security protocols used in this database. These descriptions are very technical and only intended for security experts that already know the underlying security primitives.

User Password EncryptionWhen a user tries to connect to a database, the combination of user name, @, and password hashed using SHA-256, and this hash value is transmitted to the database. This step does not try to an attacker from re-using the value if he is able to listen to the (unencrypted) transmission between the client and the server. But, the passwords are never transmitted as plain text, even when using an unencrypted connection between client and server. That means if a user reuses the same password for different things, this password is still protected up to some point. See also 'RFC 2617 - HTTP Authentication: Basic and Digest Access Authentication' for more information.

When a new database or user is created, a new cryptographically secure random salt value is generated. The size of the salt is 64 bit. Using the random salt reduces the risk of an attacker pre-calculating hash values for many different (commonly used) passwords.

The combination of user-password hash value (see above) and salt is hashed using SHA-256. The resulting value is stored in the database. When a user tries to connect to the database, the database combines user-password hash value with the stored salt value and calculated the hash value. Other products use multiple iterations (hash the hash value again and again), but this is not done in this product to reduce the risk of denial of service attacks (where the attacker tries to connect with bogus passwords, and the server spends a lot of time calculating the hash value for each password). The reasoning is: if the attacker has access to the hashed passwords, he also has access to the data in plain text,

45 of 129

Page 46: H2 Database New generation embeded database

and therefore does not need the password any more. If the data is protected by storing it on another computer and only remotely, then the iteration count is not required at all.

File EncryptionThe database files can be encrypted using two different algorithms: AES-128 and XTEA (using 32 rounds). The reasons for supporting XTEA is performance (XTEA is about twice as fast as AES) and to have an alternative algorithm if AES is suddenly broken.

When a user tries to connect to an encrypted database, the combination of the word 'file', @, and the file password is hashed using SHA-256. This hash value is transmitted to the server.

When a new database file is created, a new cryptographically secure random salt value is generated. The size of the salt is 64 bit. The combination of the file password hash and the salt value is hashed 1024 times using SHA-256. The reason for the iteration is to make it harder for an attacker to calculate hash values for common passwords.

The resulting hash value is used as the key for the block cipher algorithm (AES-128 or XTEA with 32 rounds). Then, an initialization vector (IV) key is calculated by hashing the key again using SHA-256. This is to make sure the IV is unknown to the attacker. The reason for using a secret IV is to protect against watermark attacks.

Before saving a block of data (each block is 8 bytes long), the following operations are executed: First, the IV is calculated by encrypting the block number with the IV key (using the same block cipher algorithm). This IV is combined with the plain text using XOR. The resulting data is encrypted using the AES-128 or XTEA algorithm.

When decrypting, the operation is done in reverse. First, the block is decrypted using the key, and then the IV is calculated combined with the decrypted text using XOR.

Therefore, the block cipher modes of operation is CBC (Cipher-block chaining), but each chain 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.

SSL/TLS ConnectionsRemote SSL/TLS connections are supported using the Java Secure Socket Extension (SSLServerSocket / SSLSocket). By default, anonymous SSL is enabled. The default cipher suite is SSL_DH_anon_WITH_RC4_128_MD5.

HTTPS ConnectionsThe web server supports HTTP and HTTPS connections using SSLServerSocket. There is a default self-certified certificate to support an easy starting point, but custom certificates are supported as well.

Universally Unique Identifiers (UUID)

This database supports the UUIDs, and function to create new value using a cryptographically strong pseudo random number generator. With random UUIDs, the chance of two having the same value can be calculated using the probability theory. See also 'Birthday Paradox'. Standarized randomly generated UUIDs have 122 random bits. 4 bits are used for the version (Randomly generated UUID), and 2 bits for the variant (Leach-Salz). This database supports generating such UUIDs using the built-in function RANDOM_UUID(). Here is a small program to estimate the proability of having two identical UUIDs after generating a number of values:

double x = Math.pow(2, 122);for(int i=35; i<62; i++) { double n = Math.pow(2, i); double p = 1 - Math.exp(-(n*n)/(2*x)); String ps = String.valueOf(1+p).substring(1); System.out.println("2^"+i+"="+(1L<<i)+" probability: 0"+ps);}

Some values are:

2^36=68'719'476'736 probability: 0.000'000'000'000'000'42^41=2'199'023'255'552 probability: 0.000'000'000'000'42^46=70'368'744'177'664 probability: 0.000'000'000'4

One's annual risk of being hit by a meteorite is estimated to be one chance in 17 billion, that means the probability is about 0.000'000'000'06.

46 of 129

Page 47: H2 Database New generation embeded database

Glossary and Links

Term Description

AES-128 A block encryption algorithm. See also: Wikipedia: AES Birthday Paradox

Describes the higher than expected probability that two persons in a room have the same birthday. Also valid for randomly generated UUIDs. See also: Wikipedia: Birthday Paradox

Digest Protocol to protect a password (but not to protect data). See also: RFC 2617: HTTP Digest Access Authentication

GCJ GNU Compiler for Java. http://gcc.gnu.org/java/ and http://javacompiler.mtsystems.ch/ HTTPS A protocol to provide security to HTTP connections. See also: RFC 2818: HTTP Over TLS

Modes of Operation

Wikipedia: Block cipher modes of operation

Salt Random number to increase the security of passwords. See also: Wikipedia: Key derivation function SHA-256 A cryptographic one-way hash function. See also: Wikipedia: SHA hash functions

SQL Injection A security vulnerability where an application generates SQL statements with embedded user input. See also: Wikipedia: SQL Injection

Watermark Attack

Security problem of certain encryption programs where the existence of certain data can be proven without decrypting. For more information, search in the internet for 'watermark attack cryptoloop'

SSL/TLS Secure Sockets Layer / Transport Layer Security. See also: Java Secure Socket Extension (JSSE) XTEA A block encryption algorithm. See also: Wikipedia: XTEA

47 of 129

Page 48: H2 Database New generation embeded database

SQL Grammar

Commands (Data Manipulation)

SELECTINSERTUPDATEDELETECALLEXPLAINMERGERUNSCRIPTSCRIPT

Commands (Data Definition)

ALTER INDEX RENAMEALTER SEQUENCEALTER TABLE ADDALTER TABLE ADD CONSTRAINTALTER TABLE ALTER COLUMNALTER TABLE ALTER COLUMN RENAMEALTER TABLE ALTER COLUMN RESTARTALTER TABLE ALTER COLUMN SELECTIVITYALTER TABLE ALTER COLUMN SET DEFAULTALTER TABLE ALTER COLUMN SET NOT NULLALTER TABLE ALTER COLUMN SET NULLALTER TABLE DROP COLUMNALTER TABLE DROP CONSTRAINTALTER TABLE RENAMEALTER USER ADMINALTER USER RENAMEALTER USER SET PASSWORDALTER VIEWANALYZECREATE ALIASCREATE DOMAINCREATE INDEXCREATE LINKED TABLECREATE ROLECREATE SCHEMACREATE SEQUENCECREATE TABLECREATE TRIGGERCREATE USERCREATE VIEWDROP ALIASDROP ALL OBJECTSDROP INDEXDROP ROLEDROP SEQUENCEDROP SCHEMADROP TABLEDROP TRIGGERDROP USERDROP VIEWTRUNCATE TABLE

48 of 129

Page 49: H2 Database New generation embeded database

Commands (Other)

COMMITCOMMIT TRANSACTIONCHECKPOINTCHECKPOINT SYNCGRANT RIGHTGRANT ROLEHELPPREPARE COMMITREVOKE RIGHTREVOKE ROLEROLLBACKROLLBACK TRANSACTIONSAVEPOINTSET ALLOW_LITERALSSET ASSERTSET AUTOCOMMITSET CACHE_SIZESET CLUSTERSET COLLATIONSET COMPRESS_LOBSET DATABASE_EVENT_LISTENERSET DB_CLOSE_DELAYSET DEFAULT_LOCK_TIMEOUTSET DEFAULT_TABLE_TYPESET IGNORECASESET LOCK_MODESET LOCK_TIMEOUTSET LOGSET MAX_LENGTH_INPLACE_LOBSET MAX_LOG_SIZESET MAX_MEMORY_ROWSSET MAX_MEMORY_UNDOSET MODESET MULTI_THREADEDSET PASSWORDSET SALT HASHSET THROTTLESET TRACE_LEVELSET TRACE_MAX_FILE_SIZESET WRITE_DELAYSHUTDOWN

Other Grammar

CommentSelect PartFrom PartConstraintReferential ConstraintTable ExpressionOrderExpressionAnd ConditionConditionCondition Right Hand SideCompareOperandSummandFactorTermValueCaseCase WhenCipherSelect ExpressionData TypeNameAliasQuoted NameStringInt

49 of 129

Page 50: H2 Database New generation embeded database

LongHex NumberDecimalDoubleDateTimeTimestampBooleanBytesNullHexDigit

SELECT{SELECT selectPart FROM fromPart|FROM fromPart SELECT selectPart}[WHERE expression][GROUP BY expression [,...]][HAVING expression][{UNION [ALL] | MINUS | EXCEPT | INTERSECT} select][ORDER BY order [,...]][LIMIT expression [OFFSET expression] [SAMPLE_SIZE rowCountInt]][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.

Example:SELECT * FROM TEST

INSERTINSERT INTO tableName [(columnName [,...])]{VALUES {( [{DEFAULT | expression} [,...]] )} [,...]| select}

Inserts a new row / new rows into a table.

Example:INSERT INTO TEST VALUES(1, 'Hello')

UPDATEUPDATE tableNameSET {columnName=expression} [,...][WHERE expression]

Updates data in a table.

Example:UPDATE TEST SET NAME='Hi' WHERE ID=1

DELETEDELETE FROM tableName [WHERE expression]

Deletes rows form a table.

Example:DELETE FROM TEST WHERE ID=2

50 of 129

Page 51: H2 Database New generation embeded database

CALLCALL expression

Calculates a simple expression.

Example:CALL 15*25

EXPLAINEXPLAIN [PLAN FOR] {select | insert | update | delete}

Shows the execution plan for a query.

Example:EXPLAIN SELECT * FROM TEST WHERE ID=1

MERGEMERGE INTO tableName [(columnName [,...])] [KEY(columnName [,...])]{VALUES {( [{DEFAULT | expression} [,...]] )} [,...]| select}

Updates the row if it exists, and if the row does not exist, inserts a new row. If the key columns are not specified, the primary key columns are used to find the row. This command is sometimes called 'UPSERT' as it UPdates a row if it exists, or inSERTS the row if it does not yet exist. If more than one row per new row is affected, an exception is thrown.

Example:MERGE INTO TEST KEY(ID) VALUES(2, 'World')

RUNSCRIPTRUNSCRIPT FROM fileNameString[COMPRESSION {DEFLATE|LZF|ZIP|GZIP}][CIPHER cipher PASSWORD string][CHARSET charsetString]

Runs a SQL script from a file. The script is a text file containing SQL statements; each statement must end with ';'. This command can be used to restore a database from a backup. The password must be in single quotes. It is case sensitive and can contain spaces. The compression algorithm must match to the one used when creating the script. When using encryption, only DEFLATE and LZF are supported. Admin rights are required to execute this command.

Example:RUNSCRIPT FROM 'backup'

51 of 129

Page 52: H2 Database New generation embeded database

SCRIPTSCRIPT [NODATA] [NOPASSWORDS] [NOSETTINGS] [DROP][TO fileNameString[COMPRESSION {DEFLATE|LZF|ZIP|GZIP}][CIPHER cipher PASSWORD string]]

Creates a SQL script with or without the insert statements. If no file name is specified, the script is returned as a result set. This command can be used to create a backup of the database. If the DROP option is specified, drop statements are created for tables, views, and sequences. If a file name is specified, a result set without insert statements is returned. When using encryption, only DEFLATE and LZF are supported. The password must be in single quotes. It is case sensitive and can contain spaces.

Example:SCRIPT NODATA

ALTER INDEX RENAMEALTER INDEX indexName RENAME TO newIndexName

Renames an index.

Example:ALTER INDEX IDXNAME RENAME TO IDX_TEST_NAME

ALTER SEQUENCEALTER SEQUENCE sequenceName[RESTART WITH long][INCREMENT BY long]

Changes the next value and / or the increment of a sequence.

Example:ALTER SEQUENCE SEQID RESTART WITH 1000

ALTER TABLE ADDALTER TABLE tableName ADD name dataType[DEFAULT expression][[NOT] NULL] [AUTO_INCREMENT | IDENTITY][BEFORE columnName]

Adds a new column to a table.

Example:ALTER TABLE TEST ADD CREATEDATE TIMESTAMP

ALTER TABLE ADD CONSTRAINTALTER TABLE tableName ADD constraint

Adds a constraint to a table.

Example:ALTER TABLE TEST ADD CONSTRAINT NAME_UNIQUE UNIQUE(NAME)

52 of 129

Page 53: H2 Database New generation embeded database

ALTER TABLE ALTER COLUMNALTER TABLE tableName ALTER COLUMN columnNamedataType [DEFAULT expression] [NOT [NULL]][AUTO_INCREMENT | IDENTITY]

Changes the data type of a column. The data will be migrated if possible, and if not, the operation fails.

Example:ALTER TABLE TEST ALTER COLUMN NAME CLOB

ALTER TABLE ALTER COLUMN RENAMEALTER TABLE tableName ALTER COLUMN columnNameRENAME TO name

Renames a column.

Example:ALTER TABLE TEST ALTER COLUMN NAME RENAME TO TEXT

ALTER TABLE ALTER COLUMN RESTARTALTER TABLE tableName ALTER COLUMN columnNameRESTART WITH long

Changes the next value of an auto increment column. The column must be an auto increment column.

Example:ALTER TABLE TEST ALTER COLUMN ID RESTART WITH 10000

ALTER TABLE ALTER COLUMN SELECTIVITYALTER TABLE tableName ALTER COLUMN columnNameSELECTIVITY int

Sets the selectivity (1-100) for a column. Setting the selectivity to 0 means setting it to the default value. Selectivity is used by the cost based optimizer to calculate the estimated cost of an index. Selectivity 100 means values are unique, 10 means every distinct value appears 10 times on average.

Example:ALTER TABLE TEST ALTER COLUMN NAME SELECTIVITY 100

ALTER TABLE ALTER COLUMN SET DEFAULTALTER TABLE tableName ALTER COLUMN columnNameSET DEFAULT expression

Changes the default value of a column.

Example:ALTER TABLE TEST ALTER COLUMN NAME SET DEFAULT ''

53 of 129

Page 54: H2 Database New generation embeded database

ALTER TABLE ALTER COLUMN SET NOT NULLALTER TABLE tableName ALTER COLUMN columnNameSET NOT NULL

Sets a column to not allow NULL values. This is not possible if there are any null values in the table.

Example:ALTER TABLE TEST ALTER COLUMN NAME SET NOT NULL

ALTER TABLE ALTER COLUMN SET NULLALTER TABLE tableName ALTER COLUMN columnNameSET NULL

Sets a column to allow NULL values. This is not possible if the column is part of a primary key or multi-column hash index. If there are single column indexes on this column, they are dropped.

Example:ALTER TABLE TEST ALTER COLUMN NAME SET NULL

ALTER TABLE DROP COLUMNALTER TABLE tableName DROP COLUMN columnName

Removes a column from a table.

Example:ALTER TABLE TEST DROP COLUMN NAME

ALTER TABLE DROP CONSTRAINTALTER TABLE tableName DROP{CONSTRAINT constraintName | PRIMARY KEY}

Removes a constraint or a primary key from a table.

Example:ALTER TABLE TEST DROP CONSTRAINT UNIQUE_NAME

ALTER TABLE RENAMEALTER TABLE tableName RENAME TO newName

Renames a table.

Example:ALTER TABLE TEST RENAME TO MYDATA

ALTER USER ADMINALTER USER userName ADMIN {TRUE | FALSE}

Switches the admin flag of a user on or off. The user name is converted to uppercase if it is not quoted (with double quotes). Admin rights are required to execute this command.

Example:ALTER USER TOM ADMIN TRUE

54 of 129

Page 55: H2 Database New generation embeded database

ALTER USER RENAMEALTER USER userName RENAME TO newUserName

Renames a user. The user name is converted to uppercase if it is not quoted (with double quotes). Admin rights are required to execute this command.

Example:ALTER USER TOM RENAME TO THOMAS

ALTER USER SET PASSWORDALTER USER userName SET{PASSWORD string | SALT bytes HASH bytes}

Changes the password of a user. The user name is converted to uppercase if it is not quoted (with double quotes). The password must be in single quotes. It is case sensitive and can contain spaces. The salt and hash values are hex strings. Admin rights are required to execute this command.

Example:ALTER USER SA SET PASSWORD 'rioyxlgt'

ALTER VIEWALTER VIEW viewName RECOMPILE

Recompiles a view after the underlying tables have been changed or created.

Example:ALTER VIEW ADDRESS_VIEW RECOMPILE

ANALYZEANALYZE [SAMPLE_SIZE rowCountInt]

Updates the selectivity statistics of all tables. The selectivity is used by the cost based optimizer to select the best index for a given query. If no sample size is set, up to 10000 rows per table are read to calculate the values. The value 0 means all rows. The selectivity can be set manually with ALTER TABLE ALTER COLUMN SELECTIVITY. The manual values are overwritten by this statement. The selectivity is available in the INFORMATION_SCHEMA.COLUMNS table.

Example:ANALYZE TOP 1000

CREATE ALIASCREATE ALIAS [IF NOT EXISTS] newFunctionAliasName FOR classAndMethodName

Creates a new function alias. The method name must be the full qualified class and method name, and may optionally include the parameter classes as in "java.lang.Integer.parseInt(java.lang.String, int)") Admin rights are required to execute this command. If the first parameter of the Java function is a java.sql.Connection, then the current to the database is provided. This connection must not be closed.

Example:CREATE ALIAS MY_SQRT FOR "java.lang.Math.sqrt"

55 of 129

Page 56: H2 Database New generation embeded database

CREATE DOMAINCREATE DOMAIN [IF NOT EXISTS] newDomainName AS dataType[DEFAULT expression] [[NOT] NULL] [SELECTIVITY selectivity][CHECK condition]

Creates a new data type (domain). The check condition must evaluate to true or to NULL (to prevent NULL values, use NOT NULL). In the condition, the term VALUE refers to the value beeing tested.

Example:CREATE DOMAIN EMAIL AS VARCHAR(255) CHECK (POSITION('@', VALUE) > 1)

CREATE INDEXCREATE {[UNIQUE [HASH]] INDEX [[IF NOT EXISTS] newIndexName]| PRIMARY KEY [HASH]} ON (columnName [,...])

Creates a new index.

Example:CREATE INDEX IDXNAME ON TEST(NAME)

CREATE LINKED TABLECREATE LINKED TABLE [IF NOT EXISTS]name(driverString, urlString,userString, passwordString, originalTableString)

Creates a table link to an external table. The current user owner must have admin rights.

Example:CREATE LINKED TABLE LINK('org.h2.Driver', 'jdbc:h2:test', 'sa', '', 'TEST')

CREATE ROLECREATE ROLE [IF NOT EXISTS] newRoleName

Creates a new role.

Example:CREATE ROLE READONLY

CREATE SCHEMACREATE SCHEMA [IF NOT EXISTS] name[AUTHORIZATION ownerUserName]

Creates a new schema. The current user owner must have admin rights. If no authorization is specified, the current user is used.

Example:CREATE SCHEMA TEST_SCHEMA AUTHORIZATION SA

56 of 129

Page 57: H2 Database New generation embeded database

CREATE SEQUENCECREATE SEQUENCE [IF NOT EXISTS] newSequenceName[START WITH long][INCREMENT BY long]

Creates a new sequence. The data type of a sequence is BIGINT.

Example:CREATE SEQUENCE SEQID

CREATE TABLECREATE [CACHED | MEMORY | TEMP | [GLOBAL | LOCAL] TEMPORARY]TABLE [IF NOT EXISTS] name{ ( {name dataType[{AS computedColumnExpression | DEFAULT expression}][[NOT] NULL][{AUTO_INCREMENT | IDENTITY}[(startInt [, incrementInt])]][SELECTIVITY selectivity][PRIMARY KEY [HASH] | UNIQUE]| constraint} [,...] ) } | { AS select }

Creates a new table. Cached tables (the default) are persistent, and the number or rows is not limited by the main memory. Memory tables are persistent, but the index data is kept in the main memory, so memory tables should not get too large. Temporary tables are not persistent. Temporary tables can be global (accessible by all connections) or local (only accessible by the current connection). The default is for temporary tables is global.

Example:CREATE TABLE TEST(ID INT PRIMARY KEY, NAME VARCHAR(255))

CREATE TRIGGERCREATE TRIGGER [IF NOT EXISTS] newTriggerName{BEFORE | AFTER} {INSERT | UPDATE | DELETE}ON tableName[FOR EACH ROW] [QUEUE int] [NOWAIT]CALL triggeredClassName

Creates a new trigger. The trigger class must be public. Nested and inner classes are not supported. Before triggers are called after data conversion is made, default values are set, null and length constraint checks have been made; but before other constraints have been checked.

Example:CREATE TRIGGER TRIG_INS BEFORE INSERT ON TEST FOR EACH ROW CALL "MyTrigger"

CREATE USERCREATE USER [IF NOT EXISTS] newUserName{PASSWORD string | SALT bytes HASH bytes}[ADMIN]

Creates a new user. Admin rights are required to execute this command. The user name is converted to uppercase if it is not quoted (with double quotes). The password must be in single quotes. It is case sensitive and can contain spaces. The salt and hash values are hex strings.

Example:CREATE USER GUEST PASSWORD 'abc'

57 of 129

Page 58: H2 Database New generation embeded database

CREATE VIEWCREATE [FORCE] VIEW [IF NOT EXISTS] newViewName [(columnName [,..])]AS select

Creates a new view. If the force option is used, then the view is created even if the underlying table(s) don't exist. Admin rights are required to execute this command.

Example:CREATE VIEW TEST_VIEW AS SELECT * FROM TEST WHERE ID < 100

DROP ALIASDROP ALIAS [IF EXISTS] functionAliasName

Drops an existing function alias. Admin rights are required to execute this command.

Example:CREATE ALIAS MY_SQRT

DROP ALL OBJECTSDROP ALL OBJECTS [DELETE FILES]

Drops all existing views, tables, sequences, schemas, function aliases, roles and users (except the current user). If DELETE FILES is specified, the database files will be removed when the last user disconnects from the database. Warning: This command can not be rolled back. Admin rights are required to execute this command.

Example:DROP ALL OBJECTS

DROP INDEXDROP INDEX [IF EXISTS] indexName

Drops an index.

Example:DROP INDEX IF EXISTS IDXNAME

DROP ROLEDROP ROLE [IF EXISTS] roleName

Drops a role.

Example:DROP ROLE READONLY

DROP SEQUENCEDROP SEQUENCE [IF EXISTS] sequenceName

Drops a sequence.

Example:DROP SEQUENCE SEQID

58 of 129

Page 59: H2 Database New generation embeded database

DROP SCHEMADROP SCHEMA [IF EXISTS] schemaName

Drops a schema.

Example:DROP SCHEMA TEST_SCHEMA

DROP TABLEDROP TABLE [IF EXISTS] tableName [,...]

Drops an existing table, or a list of existing tables.

Example:DROP TABLE TEST

DROP TRIGGERDROP TRIGGER [IF EXISTS] triggerName

Drops an existing trigger.

Example:DROP TRIGGER TRIG_INS

DROP USERDROP USER [IF EXISTS] userName

Drops a user. Admin rights are required to execute this command. The current user cannot be dropped. The user name is converted to uppercase if it is not quoted (with double quotes).

Example:DROP USER TOM

DROP VIEWDROP VIEW [IF EXISTS] viewName

Drops a view.

Example:DROP VIEW TEST_VIEW

TRUNCATE TABLETRUNCATE TABLE tableName

Removes all rows from a table. Other than DELETE FROM without where clause, this command can not be rolled back. This command is faster than DELETE without where clause. Only regular data tables without foreign key constraints can be truncated.

Example:TRUNCATE TABLE TEST

59 of 129

Page 60: H2 Database New generation embeded database

COMMITCOMMIT [WORK]

Commits a transaction.

Example:COMMIT

COMMIT TRANSACTIONCOMMIT 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.

Example:COMMIT TRANSACTION XID_TEST

CHECKPOINTCHECKPOINT

Flushes the log and data files and switches to a new log file. Admin rights are required to execute this command.

Example:CHECKPOINT

CHECKPOINT SYNCCHECKPOINT SYNC

Flushes the log, data and index files and forces all system buffers be written to the underlying device. Admin rights are required to execute this command.

Example:CHECKPOINT SYNC

GRANT RIGHTGRANT {SELECT | INSERT | UPDATE | DELETE | ALL} [,...]ON tableName [,...] TO {PUBLIC | userName | roleName}

Grants rights for a table to a user or role. Admin rights are required to execute this command.

Example:GRANT SELECT ON TEST TO READONLY

GRANT ROLEGRANT roleName TO {PUBLIC | userName | roleName}

Grants a role to a user or role. Admin rights are required to execute this command.

Example:GRANT READONLY TO PUBLIC

60 of 129

Page 61: H2 Database New generation embeded database

HELPHELP [anything [...]]

Displays the help pages of SQL commands or keywords

Example:HELP SELECT

PREPARE COMMITPREPARE COMMIT newTransactionName

Prepares committing a transaction. This command is part of the 2-phase-commit protocol.

Example:PREPARE COMMIT XID_TEST

REVOKE RIGHTREVOKE {SELECT | INSERT | UPDATE | DELETE | ALL} [,...]ON tableName [,...] FROM {PUBLIC | userName | roleName}

Removes rights for a table from a user or role. Admin rights are required to execute this command.

Example:REVOKE SELECT ON TEST FROM READONLY

REVOKE ROLEREVOKE roleNameFROM {PUBLIC | userName | roleName}

Removes a role from a user or role. Admin rights are required to execute this command.

Example:REVOKE READONLY FROM TOM

ROLLBACKROLLBACK [TO SAVEPOINT savepointName]

Rolls back a transaction. If a savepoint name is used, the transaction is only rolled back to the specified savepoint.

Example:ROLLBACK

ROLLBACK TRANSACTIONROLLBACK TRANSACTION transactionName

Sets the resolution of an in-doubt transaction to 'rollback'. Admin rights are required to execute this command. This command is part of the 2-phase-commit protocol.

Example:ROLLBACK TRANSACTION XID_TEST

61 of 129

Page 62: H2 Database New generation embeded database

SAVEPOINTSAVEPOINT savepointName

Create a new savepoint. See also ROLLBACK. Savepoints are only valid until the transaction is committed or rolled back.

Example:SAVEPOINT HALF_DONE

SET ALLOW_LITERALSSET ALLOW_LITERALS {NONE|ALL|NUMBERS}

This setting can help solve the SQL injection problem. By default, text and number literals are allowed in SQL statements. However, this enables SQL injection if the application dynamically builds SQL statements. SQL injection is not possible if user data is set using parameters ('?'). There are three options for this setting: NONE: Literals of any kind are not allowed, only parameters and constants are allowed. NUMBERS: Only numerical and boolean literals are allowed. ALL: All literals are allowed (default). This setting is persistent. Admin rights are required to execute this command. See also CREATE CONSTANT.

Example:SET ALLOW_LITERALS NONE

SET ASSERTSET ASSERT int

Sets the assertion mode. 0: no assertions (for higher performance) 1: assertions are switched on (default) This setting is not persistent. Admin rights are required to execute this command.

Example:SET ASSERT 0

SET AUTOCOMMITSET AUTOCOMMIT {TRUE | ON | FALSE | OFF}

Switches autocommit on or off.

Example:SET AUTOCOMMIT OFF

SET CACHE_SIZESET CACHE_SIZE int

Sets the size of the cache. A cache entry contains about 128 bytes. The default value is 32768. This setting is persistent and affects all connections as there is only one cache per database. Admin rights are required to execute this command.

Example:SET CACHE_SIZE 1000

62 of 129

Page 63: H2 Database New generation embeded database

SET CLUSTERSET CLUSTER serverListString

This command should not be used directly by an application, the statement is executed automatically by the system. The behavior may change in future releases. Sets the cluster server list. An empty string switches off the cluster mode. Switching on the cluster mode requires admin rights, but any user can switch it off (this is automatically done when the client detects the other server is not responding). Admin rights are required to execute this command.

Example:SET CLUSTER ''

SET COLLATIONSET [DATABASE] COLLATION{OFF | collationName[STRENGTH {PRIMARY | SECONDARY | TERTIARY | IDENTICAL}]}

Sets the collation used for comparing strings. This command can only be executed if there are no tables defined. This setting is persistent. Admin rights are required to execute this command.

Example:SET COLLATION ENGLISH

SET COMPRESS_LOBSET COMPRESS_LOB {NO|LZF|DEFLATE}

Sets the compression algorithm for BLOBs and CLOBs. Compression is usually slower, but needs less memory. This setting is persistent. Admin rights are required to execute this command.

Example:SET COMPRESS_LOB LZF

SET DATABASE_EVENT_LISTENERSET DATABASE_EVENT_LISTENER classNameString

Sets the event listener class. An empty string ('') means no listener should be used. This setting is not persistent. Admin rights are required to execute this command, except if it is set when opening the database (in this case it is reset just after opening the database)

Example:SET DATABASE_EVENT_LISTENER 'sample.MyListener'

63 of 129

Page 64: H2 Database New generation embeded database

SET DB_CLOSE_DELAYSET DB_CLOSE_DELAY int

Sets the delay for closing a database if all connections are closed. -1: the database is never closed until the close delay is set to some other value or SHUTDOWN is called. 0: no delay (default; the database is closed if the last connection to it is closed). 1: the database is left open for 1 second after the last connection is closed. Other values: the number of seconds the database is left open after closing the last connection. If application exists normally or System.exit is called, the database is closed immediately, even if a delay is set. This setting is persistent. Admin rights are required to execute this command.

Example:SET DB_CLOSE_DELAY -1

SET DEFAULT_LOCK_TIMEOUTSET DEFAULT LOCK_TIMEOUT int

Sets the default lock timeout (in milliseconds) in this database that is used for the new sessions. This setting is persistent. The default value for this setting is 1000 (one second). Admin rights are required to execute this command.

Example:SET DEFAULT_LOCK_TIMEOUT 5000

SET DEFAULT_TABLE_TYPESET DEFAULT_TABLE_TYPE {MEMORY | CACHED}

Sets the default table storage type that is used when creating new tables. Memory tables are kept fully in the main memory (including indexes), however changes to the data are stored in the log file. The size of memory tables is limited by the memory. The default is CACHED. This setting is persistent. Admin rights are required to execute this command.

Example:SET DEFAULT_TABLE_TYPE MEMORY

SET IGNORECASESET IGNORECASE {TRUE|FALSE}

If IGNORECASE is enabled, text columns in newly created tables will be case-insensitive. Already existing tables are not affected. This setting is persistent. The effect of case-insensitive columns is similar to using a collation with strength PRIMARY. Case-insensitive columns are compared faster than when using a collation. Admin rights are required to execute this command.

Example:SET IGNORECASE TRUE

64 of 129

Page 65: H2 Database New generation embeded database

SET LOCK_MODESET LOCK_MODE int

Sets the lock mode. 0: No locking (should only be used for testing). Also known as READ_UNCOMMITTED. 1: Table level locking (default). Also known as SERIALIZABLE. 2: Table level locking with garbage collection (if the application does not close all connections). 3: Table level locking, but only when writing (no read locks). Also known as READ_COMMITTED. This setting is not persistent. Admin rights are required to execute this command.

Example:SET LOCK_MODE 2

SET LOCK_TIMEOUTSET LOCK_TIMEOUT int

Sets the lock timeout (in milliseconds) for the current session. The default value for this setting is 1000 (one second).

Example:SET LOCK_TIMEOUT 1000

SET LOGSET LOG int

Enabled or disables writing to the log file. 0: logging is disabled (faster) 1: logging of the data is enabled, but logging of the index changes is disabled (default) 2: logging of both data and index changes are enabled Logging can be disabled to improve the performance when durability is not important, for example while running tests or when loading the database. Warning: It may not be possible to recover the database if logging is disabled and the application terminates abnormally. If logging of index changes is enabled, opening a database that was crashed becomes faster because the indexes don't need to be rebuilt. Admin rights are required to execute this command.

Example:SET LOG 0

SET MAX_LENGTH_INPLACE_LOBSET MAX_LENGTH_INPLACE_LOB int

Sets the maximum size of an in-place LOB object. LOB objects larger that this size are stored in a separate file, otherwise stored directly in the database (in-place). The default max size is 128. This setting is persistent. Admin rights are required to execute this command.

Example:SET MAX_LENGTH_INPLACE_LOB 512

65 of 129

Page 66: H2 Database New generation embeded database

SET MAX_LOG_SIZESET MAX_LOG_SIZE int

Sets the maximum file size of a log file, in megabytes. If the file exceeds the limit, a new file is created. Old files (that are not used for recovery) are deleted automatically, but multiple log files may exist for some time. The default max size is 64 MB. This setting is persistent. Admin rights are required to execute this command.

Example:SET MAX_LOG_SIZE 2

SET MAX_MEMORY_ROWSSET MAX_MEMORY_ROWS int

The maximum number of rows in a result set that are kept in-memory. If more rows are read, then the rows are buffered to disk. The default value is 10000. This setting is persistent. Admin rights are required to execute this command.

Example:SET MAX_MEMORY_ROWS 1000

SET MAX_MEMORY_UNDOSET MAX_MEMORY_UNDO int

The maximum number of undo records per a session that are kept in-memory. If a transaction is larger, the records are buffered to disk. The default value is Integer.MAX_VALUE (that means the feature is disabled by default). Changes to tables without a primary key can not be buffered to disk. This setting is persistent. Admin rights are required to execute this command.

Example:SET MAX_MEMORY_UNDO 1000

SET MODESET MODE {REGULAR | HSQLDB | POSTGRESQL | MYSQL}

Changes to another database mode. Admin rights are required to execute this command. This is a global setting, which means it is not possible to open multiple databases with different modes at the same time in the same virtual machine.

Example:SET MODE HSQLDB

66 of 129

Page 67: H2 Database New generation embeded database

SET MULTI_THREADEDSET MULTI_THREADED {0|1}

Enabled (1) or disabled (0) multi-threading inside the database engine. By default, this setting is disabled. Currently, enabling this is experimental only. Admin rights are required to execute this command. This is a global setting, which means it is not possible to open multiple databases with different modes at the same time in the same virtual machine. This setting is not persistent, however the value is kept until the virtual machine exists or it is changed.

Example:SET MULTI_THREADED 1

SET PASSWORDSET PASSWORD string

Changes the password of the current user. The password must be in single quotes. It is case sensitive and can contain spaces.

Example:SET PASSWORD 'stzri!.5'

SET SALT HASHSET SALT bytes HASH bytes

Sets the password salt and hash for the current user. The password must be in single quotes. It is case sensitive and can contain spaces.

Example:SET SALT '00' HASH '1122'

SET THROTTLESET THROTTLE int

Sets the throttle for the current connection. The value is the number of milliseconds delay after each 50 ms. The default value is 0 (throttling disabled).

Example:SET THROTTLE 200

SET TRACE_LEVELSET {TRACE_LEVEL_FILE | TRACE_LEVEL_SYSTEM_OUT} int

Sets the trace level for file the file or system out stream. Levels: 0=off, 1=error, 2=info, 3=debug. This setting is persistent. Admin rights are required to execute this command.

Example:SET TRACE_LEVEL_SYSTEM_OUT 3

67 of 129

Page 68: H2 Database New generation embeded database

SET TRACE_MAX_FILE_SIZESET TRACE_MAX_FILE_SIZE int

Sets the maximum trace file size. If the file exceeds the limit, the file is renamed to .old and a new file is created. If another .old file exists, it is deleted. The default max size is 16 MB. This setting is persistent. Admin rights are required to execute this command.

Example:SET TRACE_MAX_FILE_SIZE 10

SET WRITE_DELAYSET WRITE_DELAY int

Set the maximum delay between a commit and flushing the log, in milliseconds. This setting is persistent. Admin rights are required to execute this command.

Example:SET WRITE_DELAY 2000

SHUTDOWNSHUTDOWN [IMMEDIATELY|COMPACT|SCRIPT]

This statement is closes all open connections to the database and closes the database. If no option is used, then all connections are closed. If the IMMEDIATELY option is used, the database files are closed as if the hard drive stops working, without rollback of the open transactions. COMPACT and SCRIPT are only supported for compatibility and have no effect. Any open transaction are rolled back before closing the connection. This command should usually not be used, as the database is closed automatically when the last connection to it is closed. Admin rights are required to execute this command.

Example:SHUTDOWN

Comment-- anythingUntilEndOfLine| // anythingUntilEndOfLine| /* anythingUntilEndComment */

Comments can be used anywhere in a command and are ignored by the database. Line comments end with a newline. Block comments cannot be nested, but can be multiple lines long.

Example:// This is a comment

Select Part[TOP term] [DISTINCT | ALL] selectExpression [,...]

The SELECT part of a query.

Example:DISTINCT *

68 of 129

Page 69: H2 Database New generation embeded database

From ParttableExpression [,...]

The FROM part of a query.

Example:FROM TEST

ConstraintPRIMARY KEY [HASH] (columnName [,...])| [CONSTRAINT newConstraintName] {CHECK expression| UNIQUE (columnName [,...])| referentialConstraint}

Defines a constraint. The check condition must evaluate to true or to NULL (to prevent NULL values, use NOT NULL).

Example:PRIMARY KEY(ID, NAME)

Referential ConstraintFOREIGN KEY (columnName [,...])REFERENCES [refTableName] [(refColumnName[,...])][ON DELETE {CASCADE | RESTRICT | NO ACTION | SET DEFAULT | SET NULL}][ON UPDATE {CASCADE | SET DEFAULT | SET NULL}]

Defines a referential constraint. If the table name is not specified, then the same table is referenced. As this database does not support deferred checking, RESTRICT and NO ACTION will both throw an exception if the constraint is violated. If the referenced columns are not specified, then the primary key columns are used.

Example:FOREIGN KEY(ID) REFERENCES TEST(ID)

Table Expression{tableName | (select)} [[AS] newTableAlias][{{LEFT | RIGHT} [OUTER] | [INNER] | CROSS | NATURAL}JOIN {tableName | viewName} [[AS] newTableAlias] [ON expression] ]

Joins a table. The join expression is not supported for cross and natural joins. A natural join is an inner join, where the condition is automatically on the columns with the same name.

Example:TEST AS T LEFT JOIN TEST AS T1 ON T.ID = T1.ID

Order{int | expression} [ASC | DESC][NULLS {FIRST | LAST}]

Groups the result by the column or expression.

Example:NAME DESC NULLS LAST

69 of 129

Page 70: H2 Database New generation embeded database

ExpressionandCondition [OR andCondition]

Value or condition.

Example:ID=1 OR NAME='Hi'

And Conditioncondition [AND condition]

Value or condition.

Example:ID=1 AND NAME='Hi'

Conditionoperand [conditionRightHandSide]| NOT condition| EXISTS (select)

Boolean value or condition.

Example:ID<>2

Condition Right Hand Sidecompare { {{ALL|ANY|SOME}(select)} | operand }| IS [NOT] NULL| BETWEEN operand AND operand| IN ({select | expression[,...]})| [NOT] LIKE operand [ESCAPE string]

The right hand side of a condition.

Example:LIKE 'Jo%'

Compare= | < | > | <> | <= | >= | !=

Comparison operator. The operator != is the same as <>.

Example:<>

Operandsummand [ || summand]

A value or a concatenation of values.

Example:'Hi' || ' Eva'

70 of 129

Page 71: H2 Database New generation embeded database

Summandfactor [{+ | -} factor]

A value or a numeric sum.

Example:ID + 20

Factorterm [{* | /} term]

A value or a numeric factor.

Example:ID * 10

Termvalue| columnName| ?| NEXT VALUE FOR sequenceName| function| {- | +} term| (expression)| select| case| caseWhen| tableAlias.columnName

A value.

Example:'Hello'

Valuestring | hexNumber | int | long | decimal | double |date | time | timestamp | boolean | bytes | null

A value of any data type, or null

Example:10

CaseCASE expression {WHEN expression THEN expression}[...] [ELSE expression] END

Returns the first expression where the value is equal to the test expression. If no else part is specified, return NULL

Example:CASE CNT WHEN 0 THEN 'No' WHEN 1 THEN 'One' ELSE 'Some' END

71 of 129

Page 72: H2 Database New generation embeded database

Case WhenCASE {WHEN expression THEN expression}[...] [ELSE expression] END

Returns the first expression where the condition is true. If no else part is specified, return NULL

Example:CASE WHEN CNT<10 THEN 'Low' ELSE 'High' END

Cipher[AES | XTEA]

Two algorithms are supported, AES (AES-256) and XTEA (using 32 rounds). The AES algorithm is about half as fast as XTEA.

Example:AES

Select Expression* | expression [[AS] columnAlias] | tableAlias.*

An expression in a SELECT statement.

Example:ID AS VALUE

Data TypeintType | booleanType | tinyintType | smallintType | bigintType | identityType |decimalType | doubleType | realType | dateType | timeType | timestampType |binaryType | otherType | varcharType | varcharIgnorecaseType |blobType | clobType | uuidType

A data type definition.

Example:INT

Name{ { A-Z|_ } [ { A-Z|_|0-9} [...] ] } | quotedName

Names are not case sensitive. There is no maximum name length.

Example:TEST

Aliasname

An alias is a name that is only valid in the context of the statement.

Example:A

72 of 129

Page 73: H2 Database New generation embeded database

Quoted Name"anythingExceptDoubleQuote"

Quoted names are case sensitive, and can contain spaces. There is no maximum name length.

Example:"FirstName"

String'anythingExceptSingleQuote'

A string starts and ends with a single quote. Two single quotes can be used to create a single quote inside a string.

Example:'Jon''s car'

Int[- | +] digit [...]

The maximum integer number is 2147483647, the minimum is -2147483648.

Example:10

Long[- | +] digit [...]

Long numbers are between -9223372036854775808 and 9223372036854775807.

Example:100000

Hex Number[+ | -] 0x hex

A number written in hexadecimal notation.

Example:0xff

Decimal[- | +] digit [...] [. digit [...] ]

Number with fixed precision and scale.

Example:-1600.05

73 of 129

Page 74: H2 Database New generation embeded database

Double[- | +] digit [...][. digit [...] [E [- | +] exponentDigit [...] ]]

There is no minimum or maximum number.

Example:-1.4e-10

DateDATE 'yyyy-MM-dd'

A date constant.

Example:DATE '2004-12-31'

TimeTIME 'hh:mm:ss'

A time constant.

Example:TIME '23:59:59'

TimestampTIMESTAMP 'yyyy-MM-dd hh:mm:ss[.nnnnnnnnn]'

A timestamp constant.

Example:TIMESTAMP '2005-12-31 23:59:59'

BooleanTRUE | FALSE

A boolean value.

Example:TRUE

BytesX'hex'

A binary value. The hex value is not case sensitive.

Example:X'01FF'

74 of 129

Page 75: H2 Database New generation embeded database

NullNULL

NULL is a value without data type and means 'unknown value'.

Example:NULL

Hex{{ digit | a-f | A-F } {digit | a-f | A-F }} [...]

The hexadecimal representation of a number or of bytes. Two characters are one byte.

Example:cafe

Digit0-9

A digit.

Example:0

75 of 129

Page 76: H2 Database New generation embeded database

Functions

Aggregate Functions

AVGCOUNTGROUP_CONCATMAXMINSUMSELECTIVITYSTDDEV_POPSTDDEV_SAMPVAR_POPVAR_SAMP

Numeric Functions

ABSACOSASINATANCOSCOTSINTANATAN2BITANDBITORBITXORMODCEILINGDEGREESEXPFLOORLOGLOG10RADIANSSQRTPIPOWERRANDRANDOM_UUIDROUNDROUNDMAGICSECURE_RANDSIGNENCRYPTDECRYPTHASHTRUNCATECOMPRESSEXPANDZERO

String Functions

ASCIIBIT_LENGTHLENGTHOCTET_LENGTHCHARCONCATDIFFERENCEHEXTORAWRAWTOHEXINSTRINSERT Function

76 of 129

Page 77: H2 Database New generation embeded database

LOWERUPPERLEFTRIGHTLOCATEPOSITIONLTRIMRTRIMTRIMREPEATREPLACESOUNDEXSPACESTRINGDECODESTRINGENCODESTRINGTOUTF8SUBSTRINGUTF8TOSTRINGXMLATTRXMLNODEXMLCOMMENTXMLCDATAXMLSTARTDOCXMLTEXT

Time and Date Functions

CURRENT_DATECURRENT_TIMECURRENT_TIMESTAMPDATEADDDATEDIFFDAYNAMEDAYOFMONTHDAYOFWEEKDAYOFYEAREXTRACTFORMATDATETIMEHOURMINUTEMONTHMONTHNAMEPARSEDATETIMEQUARTERSECONDWEEKYEAR

System Functions

AUTOCOMMITCASEWHEN FunctionCASTCOALESCECONVERTCURRVALCSVREADCSVWRITEDATABASEDATABASE_PATHIDENTITYIFNULLLOCK_MODELOCK_TIMEOUTMEMORY_FREEMEMORY_USEDNEXTVALNULLIFREADONLYROWNUMUSER

77 of 129

Page 78: H2 Database New generation embeded database

AVGAVG([DISTINCT] {int | long | decimal | double}): value

The average (mean) value. Aggregates are only allowed in select statements.

Example:AVG(X)

COUNTCOUNT(*) | COUNT([DISTINCT] expression): int

The count of all row, or of the non-null values. Aggregates are only allowed in select statements.

Example:COUNT(*)

GROUP_CONCATGROUP_CONCAT([DISTINCT] string [ORDER BY {expression [ASC|DESC]}[,...]] [SEPARATOR expression]): string

Concatenates strings with a separator. The default separator is a ',' (without space). Aggregates are only allowed in select statements.

Example:GROUP_CONCAT(NAME ORDER BY ID SEPARATOR ', ')

MAXMAX(value): value

The highest value. Aggregates are only allowed in select statements.

Example:MAX(NAME)

MINMIN(value): value

The lowest value. Aggregates are only allowed in select statements.

Example:MIN(NAME)

SUMSUM([DISTINCT] {int | long | decimal | double}): value

The sum of all values. Aggregates are only allowed in select statements.

Example:SUM(X)

78 of 129

Page 79: H2 Database New generation embeded database

SELECTIVITYSELECTIVITY(value): int

Estimates the selectivity (0-100) of a value. The value is defined as (100 * distinctCount / rowCount). The selectivity of 0 rows is 0 (unknown). Up to 10000 values are kept in memory. Aggregates are only allowed in select statements.

Example:SELECT SELECTIVITY(FIRSTNAME), SELECTIVITY(NAME) FROM TEST WHERE ROWNUM()<100000

STDDEV_POPSTDDEV_POP([DISTINCT] double): double

The population standard deviation. Aggregates are only allowed in select statements.

Example:STDDEV_POP(X)

STDDEV_SAMPSTDDEV_SAMP([DISTINCT] double): double

The sample standard deviation. Aggregates are only allowed in select statements.

Example:STDDEV(X)

VAR_POPVAR_POP([DISTINCT] double): double

The population variance (square of the population standard deviation). Aggregates are only allowed in select statements.

Example:VAR_POP(X)

VAR_SAMPVAR_SAMP([DISTINCT] double): double

The sample variance (square of the sample standard deviation). Aggregates are only allowed in select statements.

Example:VAR_SAMP(X)

ABSABS({int | long | decimal | double}): value

See also Java Math.abs.

Example:ABS(ID)

79 of 129

Page 80: H2 Database New generation embeded database

ACOSACOS(double): double

See also Java Math.* functions.

Example:ACOS(D)

ASINASIN(double): double

See also Java Math.* functions.

Example:ASIN(D)

ATANATAN(double): double

See also Java Math.* functions.

Example:ATAN(D)

COSCOS(double): double

See also Java Math.* functions.

Example:COS(ANGLE)

COTCOT(double): double

See also Java Math.* functions.

Example:COT(ANGLE)

SINSIN(double): double

See also Java Math.* functions.

Example:SIN(ANGLE)

80 of 129

Page 81: H2 Database New generation embeded database

TANTAN(double): double

See also Java Math.* functions.

Example:TAN(ANGLE)

ATAN2ATAN2(double, double): double

See also Java Math.atan2.

Example:ATAN2(X, Y)

BITANDBITAND(int, int): int

See also Java operator &.

Example:BITAND(A, B)

BITORBITOR(int, int): int

See also Java operator |.

Example:BITOR(A, B)

BITXORBITXOR(int, int): int

See also Java operator ^.

Example:BITXOR(A, B)

MODMOD(int, int): int

See also Java operator %.

Example:MOD(A, B)

81 of 129

Page 82: H2 Database New generation embeded database

CEILINGCEILING(double): double

See also Java Math.ceil.

Example:LOG(A)

DEGREESDEGREES(double): double

See also Java Math.toDegrees.

Example:DEGREES(A)

EXPEXP(double): double

See also Java Math.exp.

Example:EXP(A)

FLOORFLOOR(double): double

See also Java Math.floor.

Example:FLOOR(A)

LOGLOG(double): double

See also Java Math.log.

Example:LOG(A)

LOG10LOG10(double): double

See also Java Math.log10 (in Java 5).

Example:LOG10(A)

82 of 129

Page 83: H2 Database New generation embeded database

RADIANSRADIANS(double): double

See also Java Math.toRadians.

Example:RADIANS(A)

SQRTSQRT(double): double

See also Java Math.sqrt.

Example:SQRT(A)

PIPI(): double

See also Java Math.PI.

Example:PI()

POWERPOWER(double, double): double

See also Java Math.pow.

Example:POWER(A, B)

RANDRAND([int]): double

Calling the function without parameter returns the next a pseudo random number. Calling it with an parameter seeds the session's random number generator.

Example:RAND()

RANDOM_UUIDRANDOM_UUID(): UUID

Returns a new UUID with 122 pseudo random bits.

Example:RANDOM_UUID()

83 of 129

Page 84: H2 Database New generation embeded database

ROUNDROUND(double, digitsInt): double

Rounds to a number of digits.

Example:ROUND(VALUE, 2)

ROUNDMAGICROUNDMAGIC(double): double

This function rounds numbers in a good way but slow: - special handling for numbers around 0 - only numbers <= +/-1000000000000 - convert to a string - check the last 4 characters: '000x' becomes '0000' '999x' becomes '999999' (this is rounded automatically).

Example:ROUNDMAGIC(VALUE/3*3)

SECURE_RANDSECURE_RAND(int): bytes

Generates a number of cryptographically secure random numbers.

Example:CALL SECURE_RAND(16)

SIGNSIGN({int | long | decimal | double}): int

Returns -1 if the value is smaller 0, 0 if zero, and otherwise 1.

Example:SIGN(VALUE)

ENCRYPTENCRYPT(algorithmString, keyBytes, dataBytes): bytes

Encrypts data using a key. Supported algorithms are XTEA and AES. The block size is 16 bytes

Example:CALL ENCRYPT('AES', '00', STRINGTOUTF8('Test'))

DECRYPTDECRYPT(algorithmString, keyBytes, dataBytes): bytes

Decrypts data using a key. Supported algorithms are XTEA and AES. The block size is 16 bytes

Example:CALL UTF8TOSTRING(DECRYPT('AES', '00', '3fabb4de8f1ee2e97d7793bab2db1116'))

84 of 129

Page 85: H2 Database New generation embeded database

HASHHASH(algorithmString, dataBytes, iterationInt): bytes

Calculate the hash value using an algorithm, and repeat this process for a number of iterations. Currently, the only algorithm supported is SHA256.

Example:CALL HASH('SHA256', STRINGTOUTF8('Password'), 1000)

TRUNCATETRUNCATE(double, digitsInt): double

Truncates to a number of digits (to the next value closer to 0).

Example:TRUNCATE(VALUE, 2)

COMPRESSCOMPRESS(dataBytes [, algorithmString]): bytes

Compresses the data using the specified compression algorithm. Supported algorithms are: LZF (fast but lower compression), DEFLATE (higher compression; default). Compression only makes reduces the size if the original data contains redundancy and is at least about 30 bytes long.

Example:COMPRESS(STRINGTOUTF8('Test'))

EXPANDEXPAND(bytes): bytes

Expands data that was compressed using the COMPRESS function.

Example:UTF8TOSTRING(EXPAND(COMPRESS(STRINGTOUTF8('Test'))))

ZEROZERO(): int

Returns the constant 0. This function can be used even if numeric literals are disabled.

Example:ZERO()

ASCIIASCII(string): int

Returns the ASCII value of the first character in the string.

Example:ASCII('Hi')

85 of 129

Page 86: H2 Database New generation embeded database

BIT_LENGTHBIT_LENGTH(string): int

Returns the number of bits in a string. Each character needs 16 bits.

Example:BIT_LENGTH(NAME)

LENGTH{LENGTH | CHAR_LENGTH | CHARACTER_LENGTH}(string): int

Returns the number of characters in a string.

Example:LENGTH(NAME)

OCTET_LENGTHOCTET_LENGTH(string): int

Returns the number of bytes in a string. Each character needs 2 bytes.

Example:OCTET_LENGTH(NAME)

CHARCHAR(int): string

Returns the character that represents the ASCII value.

Example:CHAR(65)

CONCATCONCAT(string, string [,...]): string

Combines strings.

Example:CONCAT(NAME, '!')

DIFFERENCEDIFFERENCE(string, string): int

Returns the difference between the sounds of two strings.

Example:DIFFERENCE(T1.NAME, T2.NAME)

86 of 129

Page 87: H2 Database New generation embeded database

HEXTORAWHEXTORAW(string): string

Converts a hex representation of a string to a string. 4 hex characters per string character are used.

Example:HEXTORAW(DATA)

RAWTOHEXRAWTOHEX(string): string

Converts a string to the hex representation. 4 hex characters per string character are used.

Example:RAWTOHEX(DATA)

INSTRINSTR(string, searchString, [, startInt]): int

Returns the location of a search string in a string (s). If a start position is used, the characters before it are ignored. 0 is returned if the search string is not found.

Example:INSTR(EMAIL,'@')

INSERT FunctionINSERT(originalString, startInt, lengthInt, addInt): string

Inserts a additional string into the original string at a specified start position. The length specifies the number of characters that are removed at the start position in the original string.

Example:INSERT(NAME, 1, 1, ' ')

LOWER{LOWER | LCASE}(string): string

Converts a string to lowercase.

Example:LOWER(NAME)

UPPER{UPPER | UCASE}(string): string

Converts a string to uppercase.

Example:UPPER(NAME)

87 of 129

Page 88: H2 Database New generation embeded database

LEFTLEFT(string, int): string

Returns the leftmost number of characters.

Example:LEFT(NAME, 3)

RIGHTRIGHT(string, int): string

Returns the rightmost number of characters.

Example:RIGHT(NAME, 3)

LOCATELOCATE(searchString, string [, startInt]): int

Returns the location of a search string in a string (s). If a start position is used, the characters before it are ignored. 0 is returned if the search string is not found.

Example:LOCATE('.', NAME)

POSITIONPOSITION(searchString, string): int

Returns the location of a search string in a string (s). See also LOCATE.

Example:POSITION('.', NAME)

LTRIMLTRIM(string): string

Removes all leading spaces from a string.

Example:LTRIM(NAME)

RTRIMRTRIM(string): string

Removes all trailing spaces from a string.

Example:RTRIM(NAME)

88 of 129

Page 89: H2 Database New generation embeded database

TRIMTRIM([{LEADING | TRAILING | BOTH} [string] FROM]string): string

Removes all leading spaces, trailing spaces, or spaces at both ends, from a string. It is possible to remove other characters as well.

Example:TRIM(BOTH '_' FROM NAME)

REPEATREPEAT(string, int): string

Returns a string repeated some number of times.

Example:REPEAT(NAME || ' ', 10)

REPLACEREPLACE(string, searchString [, replacementString]): string

Replaces all occurrences of a search string in a text with another string. If no replacement is specified, the search string is just removed from the original string.

Example:REPLACE(NAME, ' ')

SOUNDEXSOUNDEX(string): string

Returns a four character code representing the sound of a string. See also http://www.nara.gov/genealogy/coding.html.

Example:SOUNDEX(NAME)

SPACESPACE(int): string

Returns a string consisting of a number of spaces.

Example:SPACE(80)

STRINGDECODESTRINGDECODE(string): string

Converts a encoded string using the Java string literal encoding format. Special characters are \b, \t, \n, \f, \r, \", \\, \<octal>, \u<unicode>.

Example:CALL STRINGENCODE(STRINGDECODE('Lines 1\nLine 2'))

89 of 129

Page 90: H2 Database New generation embeded database

STRINGENCODESTRINGENCODE(string): string

Encodes special characters in a string using the Java string literal encoding format. Special characters are \b, \t, \n, \f, \r, \", \\, \<octal>, \u<unicode>.

Example:CALL STRINGENCODE(STRINGDECODE('Lines 1\nLine 2'))

STRINGTOUTF8STRINGTOUTF8(string): bytes

Encodes a string to a byte array using the UTF8 encoding format.

Example:CALL UTF8TOSTRING(STRINGTOUTF8('This is a test'))

SUBSTRING{SUBSTRING | SUBSTR}(string, startInt [, lengthInt]): string

Returns a substring of a string starting at a position. The length is optional. Also supported is: SUBSTRING(string FROM start [FOR length]).

Example:SUBSTR(NAME, 1)

UTF8TOSTRINGUTF8TOSTRING(bytes): string

Decodes a byte array in the UTF8 format to a string.

Example:CALL UTF8TOSTRING(STRINGTOUTF8('This is a test'))

XMLATTRXMLATTR(nameString, valueString): string

Creates an XML attribute element of the form name="value". The value is encoded as XML text.

Example:CALL XMLNODE('a', XMLATTR('href', 'http://h2database.com'))

XMLNODEXMLNODE(elementString [, attributesString [, contentString]]): string

Create an XML node element.

Example:CALL XMLNODE('a', XMLATTR('href', 'http://h2database.com'), 'H2')

90 of 129

Page 91: H2 Database New generation embeded database

XMLCOMMENTXMLCOMMENT(commentString): string

Creates an XML comment. Two dashes (--) are converted to - -.

Example:CALL XMLCOMMENT('Test')

XMLCDATAXMLCDATA(valueString): string

Creates an XML CDATA element. If the value contains ']]>', an XML text element is created instead.

Example:CALL XMLCDATA('data')

XMLSTARTDOCXMLSTARTDOC(): string

The string '<?xml version="1.0"?>' is returned.

Example:CALL XMLSTARTDOC()

XMLTEXTXMLTEXT(valueString): string

Creates an XML text element.

Example:CALL XMLTEXT('test')

AUTOCOMMITAUTOCOMMIT(): boolean

Returns true if autocommit is switched on for this session.

Example:AUTOCOMMIT()

CASEWHEN FunctionCASEWHEN(boolean, aValue, bValue): value

Returns 'a' if the boolean expression is true, otherwise 'b'.

Example:CASEWHEN(ID=1, 'A', 'B')

91 of 129

Page 92: H2 Database New generation embeded database

CASTCAST(value AS dataType): value

Converts a value to another data type.

Example:CAST(NAME AS INT)

COALESCECOALESCE(aValue, bValue [,...]): value

Returns the first value that is not null.

Example:COALESCE(A, B, C)

CONVERTCONVERT(value, dataType): value

Converts a value to another data type.

Example:CONVERT(NAME, INT)

CURRVALCURRVAL(sequenceString): long

Returns the current (last) value of the sequence.

Example:CURRVAL('TESTSEQ')

CSVREADCSVREAD(fileNameString [, columnNamesString [, charsetString]]): resultSet

Returns the result set of reading the CSV (comma separated values) file. If the column names are specified (a comma separated list of column names), those are used they are read from the file, otherwise (or if they are set to NULL) the first line of the file is interpreted as the column names. Admin rights are required to execute this command.

Example:SELECT * FROM CSVREAD('test.csv')

CSVWRITECSVWRITE(fileNameString, queryString [, charsetString]): null

Writes a CSV (comma separated values). The file is overwritten if it exists. Admin rights are required to execute this command.

Example:CALL CSVWRITE('test.csv', 'SELECT * FROM TEST')

92 of 129

Page 93: H2 Database New generation embeded database

DATABASEDATABASE(): string

Returns the name of the database.

Example:DATABASE()

DATABASE_PATHDATABASE_PATH(): string

Returns the directory of the database files and the database name, if it is file based. Returns NULL otherwise.

Example:DATABASE_PATH()

IDENTITYIDENTITY(): int

Returns the last inserted identity value for this session.

Example:IDENTITY()

IFNULLIFNULL(aValue, bValue): value

Returns the value of 'a' if it is not null, otherwise 'b'.

Example:IFNULL(A, B)

LOCK_MODELOCK_MODE(): int

Returns the current lock mode. See SET LOCK_MODE.

Example:LOCK_MODE()

LOCK_TIMEOUTLOCK_TIMEOUT(): int

Returns the lock timeout of the current session (in milliseconds).

Example:LOCK_TIMEOUT()

93 of 129

Page 94: H2 Database New generation embeded database

MEMORY_FREEMEMORY_FREE(): int

Returns the free memory in KB (where 1024 bytes is a KB). The garbage is run before returning the value. Admin rights are required to execute this command.

Example:MEMORY_FREE()

MEMORY_USEDMEMORY_USED(): int

Returns the used memory in KB (where 1024 bytes is a KB). The garbage is run before returning the value. Admin rights are required to execute this command.

Example:MEMORY_USED()

NEXTVALNEXTVAL(sequenceString): long

Returns the next value of the sequence.

Example:NEXTVAL('TESTSEQ')

NULLIFNULLIF(aValue, bValue): value

Returns NULL if 'a' is equals to 'b', otherwise 'a'.

Example:NULLIF(A, B)

READONLYREADONLY(): boolean

Returns true if the database is read-only.

Example:READONLY()

ROWNUMROWNUM(): int

Returns the number of the current row. This function is supported for SELECT statements, as well as for DELETE and UPDATE. The first row has the row number 1, and is calculated before ordering and grouping the result set.

Example:SELECT ROWNUM(), * FROM TEST

94 of 129

Page 95: H2 Database New generation embeded database

USER{USER | CURRENT_USER}(): string

Returns the name of the current user of this session.

Example:CURRENT_USER()

CURRENT_DATE{CURRENT_DATE[()] | CURDATE() | SYSDATE | TODAY}: date

Returns the current date.

Example:CURRENT_DATE()

CURRENT_TIME{CURRENT_TIME[()] | CURTIME()}: time

Returns the current time.

Example:CURRENT_TIME()

CURRENT_TIMESTAMP{CURRENT_TIMESTAMP[([int])] | NOW([int])}: timestamp

Returns the current timestamp. The precision parameter for nanoseconds precision is optional.

Example:CURRENT_TIMESTAMP()

DATEADDDATEADD(unitString, addInt, timestamp): timestamp

Adds units to a timestamp. The string indicates the unit. Use negative values to subtract units. The following units are supported: YY, YEAR, MM, MONTH, DD, DAY, HH, HOUR, MI, MINUTE, SS, SECOND, MS, MILLISECOND.

Example:DATEADD('MONTH', 1, DATE '2001-01-31')

DATEDIFFDATEDIFF(unitString, aTimestamp, bTimestamp): long

Returns the difference between two timestamps. The string indicates the unit. The following units are supported: YY, YEAR, MM, MONTH, DD, DAY, HH, HOUR, MI, MINUTE, SS, SECOND, MS, MILLISECOND.

Example:DATEDIFF('YEAR', T1.CREATED, T2.CREATED)

95 of 129

Page 96: H2 Database New generation embeded database

DAYNAMEDAYNAME(date): string

Returns the name of the day (in English).

Example:DAYNAME(CREATED)

DAYOFMONTHDAYOFMONTH(date): int

Returns the day of the month (1-31).

Example:DAYOFMONTH(CREATED)

DAYOFWEEKDAYOFWEEK(date): int

Returns the day of the week (1 means Sunday).

Example:DAYOFWEEK(CREATED)

DAYOFYEARDAYOFYEAR(date): int

Returns the day of the year (1-366).

Example:DAYOFYEAR(CREATED)

EXTRACTEXTRACT({YY | YEAR | MM | MONTH | DD | DAY | HH | HOUR |MI | MINUTE | SS | SECOND | MS | MILLISECOND}FROM timestamp): int

Returns a specific value from a timestamps.

Example:EXTRACT(SECOND FROM CURRENT_TIMESTAMP)

FORMATDATETIMEFORMATDATETIME(timestamp, formatString [, localeString [, timezoneString]]): string

Formats a date, time or timestamp as a string. The most important format characters are: y year, M month, d day, H hour, m minute, s second For details of the format, see java.text.SimpleDateFormat.

Example:CALL FORMATDATETIME(TIMESTAMP '2001-02-03 04:05:06', 'EEE, d MMM yyyy HH:mm:ss z', 'en', 'GMT')

96 of 129

Page 97: H2 Database New generation embeded database

HOURHOUR(timestamp): int

Returns the hour (0-23) from a timestamp.

Example:HOUR(CREATED)

MINUTEMINUTE(timestamp): int

Returns the minute (0-59) from a timestamp.

Example:MINUTE(CREATED)

MONTHMONTH(timestamp): int

Returns the month (1-12) from a timestamp.

Example:MONTH(CREATED)

MONTHNAMEMONTHNAME(date): string

Returns the name of the month (in English).

Example:MONTHNAME(CREATED)

PARSEDATETIMEPARSEDATETIME(string, formatString [, localeString [, timezoneString]]): string

Parses a string and returns a timestamp. The most important format characters are: y year, M month, d day, H hour, m minute, s second For details of the format, see java.text.SimpleDateFormat.

Example:CALL PARSEDATETIME('Sat, 3 Feb 2001 03:05:06 GMT', 'EEE, d MMM yyyy HH:mm:ss z', 'en', 'GMT')

QUARTERQUARTER(timestamp): int

Returns the quarter (1-4) from a timestamp.

Example:QUARTER(CREATED)

97 of 129

Page 98: H2 Database New generation embeded database

SECONDSECOND(timestamp): int

Returns the second (0-59) from a timestamp.

Example:SECOND(CREATED)

WEEKWEEK(timestamp): int

Returns the week (1-53) from a timestamp.

Example:WEEK(CREATED)

YEARYEAR(timestamp): int

Returns the year from a timestamp.

Example:YEAR(CREATED)

98 of 129

Page 99: H2 Database New generation embeded database

Data TypesINT TypeBOOLEAN TypeTINYINT TypeSMALLINT TypeBIGINT TypeIDENTITY TypeDECIMAL TypeDOUBLE TypeREAL TypeTIME TypeDATE TypeTIMESTAMP TypeBINARY TypeOTHER TypeVARCHAR TypeVARCHAR_IGNORECASE TypeBLOB TypeCLOB TypeUUID Type

INT TypeINT | INTEGER | MEDIUMINT | INT4 | SIGNED

Possible values: -2147483648 to 2147483647

Example:INT

BOOLEAN TypeBOOLEAN | BIT | BOOL

Possible values: TRUE and FALSE

Example:BOOLEAN

TINYINT TypeTINYINT

Possible values are: -128 to 127

Example:TINYINT

SMALLINT TypeSMALLINT | INT2 | YEAR

Possible values: -32768 to 32767

Example:SMALLINT

99 of 129

Page 100: H2 Database New generation embeded database

BIGINT TypeBIGINT | INT8

Possible values: -9223372036854775808 to 9223372036854775807

Example:BIGINT

IDENTITY TypeIDENTITY

Auto-Increment value. Possible values: -9223372036854775808 to 9223372036854775807

Example:IDENTITY

DECIMAL Type{DECIMAL | NUMBER | DEC | NUMERIC} ( precisionInt [, scaleInt] )

Data type with fixed precision and scale. This data type is recommended for storing currency values.

Example:DECIMAL(20, 2)

DOUBLE Type{DOUBLE [PRECISION] | FLOAT | FLOAT4 | FLOAT8}

Floating point number (java.lang.Double). Should not be used to represent currency values, because of rounding problems.

Example:DOUBLE

REAL TypeREAL

Single precision floating point number (java.lang.Float). Should not be used to represent currency values, because of rounding problems.

Example:REAL

TIME TypeTIME

The format is hh:mm:ss.

Example:TIME

100 of 129

Page 101: H2 Database New generation embeded database

DATE TypeDATE

The format is yyyy-MM-dd.

Example:DATE

TIMESTAMP Type{TIMESTAMP | DATETIME | SMALLDATETIME}

The format is yyyy-MM-dd hh:mm:ss[.nnnnnnnnn].

Example:TIMESTAMP

BINARY Type{BINARY | VARBINARY | LONGVARBINARY | RAW | BYTEA}[( precisionInt )]

Represents a byte array. For very long arrays, use BLOB. There is no maximum precision. The maximum size is the memory available. For large text data BLOB should be used.

Example:BINARY(1000)

OTHER TypeOTHER

This type allows storing serialized Java objects. Internally, a byte array is used. Serialization and deserialization is done on the client side only. Deserialization is only done get getObject is called. Java operations cannot be executed inside the database engine for security reasons. Use PreparedStatement.setObject to store values.

Example:OTHER

VARCHAR Type{VARCHAR | CHAR | CHARACTER | LONGVARCHAR |VARCHAR2 | NCHAR | NVARCHAR | NVARCHAR2 | VARCHAR_CASESENSITIVE}[( precisionInt )]

Unicode String. Use two single quotes ('') to create a quote. There is no maximum precision. The maximum size is the memory available. For large text data CLOB should be used.

Example:VARCHAR(255)

101 of 129

Page 102: H2 Database New generation embeded database

VARCHAR_IGNORECASE TypeVARCHAR_IGNORECASE [( precisionInt )]

Same as VARCHAR, but not case sensitive when comparing. Stored in mixed case. There is no maximum precision. The maximum size is the memory available. For large text data CLOB should be used.

Example:VARCHAR_IGNORECASE

BLOB Type{BLOB | TINYBLOB | MEDIUMBLOB | LONGBLOB | IMAGE | OID}[( precisionInt )]

Like BINARY, but intended for very large values. Use PreparedStatement.setBinaryStream to store values.

Example:BLOB

CLOB Type{CLOB | TINYTEXT | TEXT | MEDIUMTEXT | LONGTEXT | NTEXT | NCLOB}[( precisionInt )]

Like VARCHAR, but intended for very large values. Use PreparedStatement.setCharacterStream to store values.

Example:CLOB

UUID TypeUUID

Universally unique identifier. This is a 128 bit value. Use PreparedStatement.setBytes or setString to store values.

Example:UUID

102 of 129

Page 103: H2 Database New generation embeded database

Build

Portability

This database is written in Java and therefore works on many platforms. It is also possible to compile it to a native executable using GCJ.

Environment

To build the database executables, the following software stack was used. In most cases, newer version or compatible software works too, but this was not tested.

• Windows XP • Sun JDK Version 1.4 • Apache Ant Version 1.6.5 • Mozilla Firefox 1.5 • Eclipse Version 3.1 • GCJ Version 4.0.2

Building the Software

On the command line, go to the directory src and execute the following command:

ant -projecthelp

You will get a list of targets. If you want to build the jar files, execute:

ant jar

To create a jar file with the JDBC API and the classes required to connect to a server only, use the target jarClient:

ant jarClient

The other targets may be used as well.

103 of 129

Page 104: H2 Database New generation embeded database

History and Roadmap

History of this Database Engine

The development of H2 was started in May 2004, but it was first published on December 14th 2005. The author of H2, Thomas Mueller, is also the original developer of Hypersonic SQL. In 2001, he joined PointBase Inc. where he created PointBase Micro. At that point, he had to discontinue Hypersonic SQL, but then the HSQLDB Group was formed to continued to work on the Hypersonic SQL codebase. The name H2 stands for Hypersonic 2; however H2 does not share any code with Hypersonic SQL or HSQLDB. H2 is built from scratch.

Change Log

Version 1.02006-10-09 Redundant () in a IN subquery is now supported: where id in ((select id from test))

2006-10-08 The multi-threaded kernel can not be enabled using SET MULTI_THREADED 1 or jdbc:h2:test;MULTI_THREADED=1. A new tests has been written for this feature, but more tests are required, so this is still experimental.

2006-10-08 Can now compile everything with JDK 1.6. However, only very few of the JDBC 4.0 features are implemented so far.

2006-10-03 A small FTP server is now included. Disabled by default. Intended as a simple mechanism to transfer data in ad-hoc networks.

2006-10-02 GROUP BY an formula or function didn't work if the same expression was used in the select list. Fixed.

2006-10-01 Reconnect didn't work after renaming a user if rights were granted for this user. Fixed.

2006-10-01 Opening and closing connections in many threads sometimes failed because opening a session was not correctly synchronized. Fixed.

2006-09-29 Function aliases may optionally include parameter classes. Example: CREATE ALIAS PARSEINT2 FOR "java.lang.Integer.parseInt(java.lang.String, int)"

2006-09-28 Support for UUID

2006-09-27 Support for DOMAIN (user defined data types).

2006-09-25: Could not re-connect to a database when ALLOW_LITERALS or COMPRESS_LOB was set. Fixed.

2006-09-23: New LOCK_MODE 3 (READ_COMMITTED). Table level locking, but only when writing (no read locks).

2006-09-23: Connection.setTransactionIsolation and getTransactionIsolation now set / get the LOCK_MODE of the database.

2006-09-23: New system function LOCK_MODE()

2006-09-23: Optimizations for WHERE ... IN(...) and SELECT MIN(..), MAX(..) are now enabled by default, but can be disabled in the application (Constants.OPTIMIZE_MIN_MAX, OPTIMIZE_IN)

2006-09-23: LOBs are now automatically converted to files. Constants.AUTO_CONVERT_LOB_TO_FILES is now set to true by default, however this can be disabled in the application.

2006-09-23: Reading from compressed LOBs didn't work in some cases. Fixed.

2006-09-23: CLOB / BLOB: Copying LOB data directly from one table to another, and altering a table with with LOBs did not work, the BLOB data was deleted when the old table was deleted. Fixed.

2006-09-23: Wide b-tree indexes (with large VARCHAR columns for example) with a long common prefix (where many rows start with the same text) could get corrupted. Fixed.

2006-09-19: For compatibility with Derby, the precision in a data type definition can now include K, M or G as in BLOB(10M).

104 of 129

Page 105: H2 Database New generation embeded database

2006-09-18: CREATE TABLE ... AS SELECT ... is now supported.

2006-09-18: DROP TABLE: Can now drop more than one column in one step: DROP TABLE A, B

2006-09-16: CREATE SCHEMA: The authorization part is now optional.

2006-09-16: Protection against SQL injection: New command SET ALLOW_LITERALS {NONE|ALL|NUMBERS}. With SET ALLOW_LITERALS NONE, SQL injections are not possible because literals in SQL statements are rejected; User input must be set using parameters ('?') in this case.

2006-09-15: New concept 'Constants': New SQL statements CREATE CONSTANT and DROP CONSTANT. Constants can be used where expressions can be used. New metadata table INFORMATION_SCHEMA.CONSTANTS. Built-in constant function ZERO() to get the integer value 0.

2006-09-14: New data type OTHER (alternative names OBJECT and JAVA_OBJECT). When using this data type, Java Objects are automatically serialized and deserialized in the JDBC layer. Constants.SERIALIZE_JAVA_OBJECTS is now true by default.

2006-09-14: [NOT] EXISTS(SELECT ... EXCEPT SELECT ...) did not work in all cases. Fixed.

2006-09-13: DatabaseMetaData.getProcedures and getProcedureColumns are implemented now. INFORMATION_SCHEMA.FUNCTION_ALIASES was changed, and there is a new table INFORMATION_SCHEMA.FUNCTION_COLUMNS.

2006-09-13: As a workaround for a problem on (maybe misconfigured) Linux system, now use InetAddress.getByName("127.0.0.1") instead of InetAddress.getLocalHost() to get the loopback address.

2006-09-13: Functions returning a result set that are used like a table are now first called (to get the column names) with null values (or 0 / false for primitive types) as documented and not with any values even if they are constants.

2006-09-12: Improved performance for MetaData calls. The table name is now indexed.

2006-09-11: BatchUpdateException was not helpful, now includes the cause

2006-09-11: Unknown setting in the database URL (which are most likely typos) are now detected and an exception is thrown. Unknown settings in the connection properties however (for example used by OpenOffice and Hibernate) are ignored.

2006-09-11: Now the log size is automatically increased to at least 10% of the data file. This solves a problem with 'Too many open files' for very large databases.

2006-09-11: Backup and Runscript tools now support options (H2 only)

2006-09-09: Updated the performance test so that Firebird can be tested as well.

2006-09-09: Now an exception is thrown when the an overflow occurs for mathematical operations (sum, multiply and so on) for the data type selected.

2006-09-09: Correlated subqueries: It is now possible to use columns of the outer query in the select list of the inner query (not only in the condition).

2006-09-08: The script can now be compressed. Syntax: SCRIPT TO 'file' COMPRESSION {DEFLATE|LZF|ZIP|GZIP}.

2006-09-07: New setting SET COMPRESS_LOB {NO|LZF|DEFLATE} to automatically compress BLOBs and CLOBs. This is helpful when storing highly redundant textual data (XML, HTML).

2006-09-07: ROWNUM didn't always work as expected when using subqueries. This is fixed now. However, there is no standard definition for ROWNUM, for situations where you want to limit the number of rows (specially for offset), the standardized LIMIT [OFFSET] should be used

2006-09-06: Deleting many rows from a table with a self-referencing constraint with 'on delete cascade' did not work. Now referencial constraints are checked after the action is performed.

2006-09-05: The cross references in the SQL grammar docs where broken in the last release.

2006-09-05: There was a bug in the default settings for the Console, the setting ;hsqldb.default_table_type=cached was added to the H2 database instead of the HSQLDB database.

2006-09-04: Workaround for an OpenOffice.org problem: DatabaseMetaData calls with schema name pattern now return the objects for the PUBLIC schema if the schema name pattern was an empty string.

105 of 129

Page 106: H2 Database New generation embeded database

2006-09-03: Until now, unknown connection properties where ignored (for OpenOffice compatibility). This is not a good solution because typos are not detected. This behaviour is still the default but it can be disabled by adding ;IGNORE_UNKNOWN_SETTINGS=FALSE to the database URL. However this is not the final solution.

2006-09-03: Workaround for an OpenOffice problem: OpenOffice Base calls DatabaseMetaData functions with "" as the catalog. As the catalog in H2 is not an empty string, the result should strictly be empty; however to make OpenOffice work, the catalog is not used as a criteria in this case.

2006-09-02: New SQL statement DROP ALL OBJECTS [DELETE FILES] to drop all tables, sequences and so on. If DELETE FILES is added, the database files are deleted as well when the last connection is closed. The DROP DATABASE statement found in other systems means drop another database, while DROP ALL OBJECTS means remove all data from the current database.

2006-09-02: When running a script that contained referential or unique constraints, and if the indexes for those constraints are not created by the user, a internal exception could occur. This is fixed. Also, the script command will no longer write the internal indexes used into the file.

2006-09-02: SET IGNORECASE is now supported for compatiblity with HSQLDB, and because using collations (SET COLLATION) is very slow on JDKs (JDK 1.5)

2006-08-31: ORDER BY an expression didn't work when using GROUP BY at the same time.

Version 0.92006-08-31: In some situations, wide b-tree indexes (with large VARCHAR columns for example) could get corrupted. Fixed.

2006-08-29: ORDER BY was broken in the last release when using table aliases. Fixed.

2006-08-28: DATEDIFF on seconds, minutes, hours did return different results in certain timezones (half-hour timezones) in certain situations. Fixed.

2006-08-27: LOB files where not deleted when the table was truncated or dropped. This is now done.

2006-08-26: When large strings or byte arrays where inserted into a LOB (CLOB or BLOB), or if the data was stored using PreparedStatement.setBytes or setString, the data was stored in-place (no separate files where created). This is now implemented (that means distinct files are created in every case), however disabled by default. It is possible to enable this option with Constants.AUTO_CONVERT_LOB_TO_FILES = true

2006-08-26: New setting MAX_LENGTH_INPLACE_LOB

2006-08-25: When reading from a table with many small CLOB columns, in some situations an ArrayIndexOutOfBoundsException was thrown. Fixed.

2006-08-25: Optimization for MIN and MAX (but currently disabled by default until after release 1.0): Queries such as SELECT MIN(ID), MAX(ID)+1, COUNT(*) FROM TEST now use an index if one is available. To enable manually, set Constants.OPTIMIZE_MIN_MAX = true in your application.

2006-08-25: Subqueries: Constant subqueries are now only evaluated once (like this was before).

2006-08-24: Linked tables: Improved compatibility with other databases and improved error messages.

2006-08-24: Linked tables: The table name is no longer quoted when accessing the foreign database. This allows to use schema names, and possibly subqueries as table names (when used in queries).

2006-08-24: Outer join: There where some incompatibilities with PostgreSQL and MySQL with more complex outer joins. Fixed.

2006-08-22: Bugfix for LIKE: If collation was set (SET COLLATION ...), it was ignored when using LIKE. Fixed.

2006-08-22: Optimization for IN(value list) and IN(subquery). The optimization is disabled by default, but can be switched on by setting Constants.OPTIMIZE_IN = true (no compilation required). Currently, the IN(value,...) is converted to BETWEEN min AND max, that means it is not converted to an inner join.

2006-08-22: Arithmetic overflows in can now be detected for sql types TINYINT, SMALLINT, INTEGER, BIGINT. Operations: addition, subtraction, multiplication, negation. By default, this detection is switched off but can be switched on by setting Constants.OVERFLOW_EXCEPTIONS = true (no compilation required).

2006-08-21: Referential integrity: fixed a stack overflow problem when a deleted record caused (directly or indirectly) deleting other rows in the same table via cascade delete.

106 of 129

Page 107: H2 Database New generation embeded database

2006-08-21: Database opening: sometimes opening a database was very slow because indexes were re-created. even when the index was consistent. This lead to long database opening times for some databases. Fixed.

2006-08-15: Local temporary tables where not included in the meta data. Fixed.

2006-08-15: Very large transactions are now supported. The undo log of large transactions is buffered to disk. The maximum size of undo log records to be kept in-memory can be changed with SET MAX_MEMORY_UNDO. Currently, this feature is disabled by default (MAX_MEMORY_UNDO is set to Integer.MAX_VALUE by default) because it needs more testing. It will be enabled after release 1.0. The current implementation has a limitation: changes to tables without a primary key can not be buffered to disk

2006-08-15: Improvements in the autocomplete feature. Thanks a lot to James Devenish for his very valuable feedback and testing!

2006-08-15: Bugfix for an outer join problem (too many rows where returned for a combined inner join / outer join).

2006-08-15: Date and time constants outside the valid range (February 31 and so on) are no longer accepted.

2006-08-12: SET LOG 0 didn't work (except if the log level was set to some other value before). Fixed.

2006-08-12: Outer join optimization. An outer join now evaluates expressions like (ID=1) in the where clause early. However expressions like ID IS NULL or NOT ID IS NOT NULL in the where clause can not be optimized.

2006-08-12: Autocomplete is now improved. Schemas and quoted identifiers are not yet supported. There are some browser incompatibilities, for example Enter doesn't work in Opera (but clicking on the item does), clicking on the item doesn't work in Internet Explorer (but Enter works). However everything should work in Firefox. Please report any incompatibilities.

2006-08-12: Source code to support H2 in Resin is included (see src/tools, package com.caucho.jdbc). For the complete patch, see http://forum.caucho.com/node/61

2006-08-12: Space is better re-used after deleting many records.

2006-08-11: Umlauts and chinese characters are now supported in identifier names (table name, column names and so on).

2006-08-10: Fixed a problem when comparing BIGINT values with constants.

2006-08-09: NULL handling was wrong for: true IN (true, null). Fixed.

2006-08-09: It was not possible to cancel a select statement with a (temporary) view. Fixed.

2006-07-27: ParameterMetaData is now implemented (mainly to support getParameterCount).

2006-07-27: Improved performance for Statement.getGeneratedKeys().

2006-07-26: SCRIPT: The system generated indexes are now not included in the script file because they will be created automatically. Also, the drop statements for generated sequences are not included in the script any longer.

2006-07-26: Bugfix: IN(NULL) didn't return NULL in every case. Fixed.

2006-07-26: Bugfix: DATEDIFF didn't work correctly for hour, minute and second if one of the dates was before 1970. Fixed.

2006-07-25: Shutdown TCP Server: The Server tool didn't throw / print a meaningful exception if the server was not running or if the password was wrong. Fixed.

2006-07-25: Experimental auto-complete functionality in the H2 Console. Does not yet work for all cases. Press [Ctrl]+[Space] to activate, and [Esc] to deactivate it.

2006-07-25: SELECT EXCEPT (or MINUS) did not work for some cases. Fixed.

2006-07-24: DATEDIFF now returns a BIGINT and not an INT

2006-07-24: 1.0/3.0 is now 0.33333... and not 0.3 as before. The scale of a DECIMAL division is adjusted automatically (up to current scale + 25).

2006-07-24: 'SELECT * FROM TEST' can now be written as 'FROM TEST SELECT *' to enable improved autocomplete (column names can be suggested in the SELECT part of the query because the tables are known if the FROM part comes first). SELECT is now a keyword.

2006-07-23: H2 Console: First version of an autocomplete feature.

107 of 129

Page 108: H2 Database New generation embeded database

2006-07-20: DATEADD didn't work for milliseconds. Fixed.

2006-07-20: New parameter schemaName in Trigger.init.

2006-07-20: New method DatabaseEventListener.init to pass the database URL.

2006-07-19: Opening a database that was not closed previously is now faster (specially if using a database URL of the form jdbc:h2:test;LOG=2) Applying the redo-log is buffered and writing to the file is ordered.

2006-07-18: Could not connect to a database that was closing at the same time.

2006-07-17: C-style block comments /* */ are not parsed correctly when they contain * or /

2006-07-14: The regression tests are no longer included in the jar file. This reduces the size by about 200 KB.

2006-07-14: Fixed some bugs in the CSV tool. This tool should now work for most cases, but is still not fully tested.

2006-07-13: The cache size is now measured in blocks and no longer in rows. Manually setting the cache size is no longer necessary in most cases.

2006-07-13: Objects of unknown type are no longer serialized to a byte array (and deserialized when calling getObject on a byte array data type) by default. This behaviour can be changed with Constants.SERIALIZE_JAVA_OBJECTS = true

2006-07-13: New column IS_GENERATED in the metadata tables SEQUENCES and INDEXES

2006-07-12: Optimization: deterministic subqueries are evaluated only once.

2006-07-11: An exception was thrown if a scalar subquery returned no rows. Now the NULL value is used in this case.

2006-07-11: IF EXISTS / IF NOT EXISTS implemented for the remaning CREATE / DROP statements.

2006-07-10: ResultSetMetaData.isNullable is now implemented.

2006-07-09: LIKE ... ESCAPE: The escape character may now also be an expression.

2006-07-09: Compatibility: TRIM(whitespace FROM string)

2006-07-08: Compatibility: SUBSTRING(string FROM start FOR length)

2006-07-07: CREATE VIEW now supports a column list: CREATE VIEW TESTV(A, B) AS ...

2006-07-07: Compatibility: 'T', 'Y', 'YES', 'F', 'N', 'NO' (case insensitive) can now also be converted to boolean. This is allowed now: WHERE BOOLEAN_FIELD='T'=(ID>1)

2006-07-06: Optimization: data conversion of constants was not optimized. This is done now.

2006-07-05: Compatibility: Implemented a shortcut version to declare single column referential integrity: CREATE TABLE TEST(ID INT PRIMARY KEY, PARENT INT REFERENCES TEST)

2006-07-05: Issue #126: It is possible to create multiple primary keys for the same table.

2006-07-05: Issue #125: Foreign key constraints of local temporary tables are not dropped when the table is dropped.

2006-07-04: Issue #124: Adding a column didn't work when the table contains a referential integrity check.

2006-07-04: Issue #123: The connection to the server is lost if an abnormal exception occurs. Example SQL statement: select 1=(1,2)

2006-07-04: The H2 Console didn't parse statements containing '-' or '/' correctly. Fixed. Now uses the same facility to split a script into SQL statements for the RunScript tool, for the RUNSCRIPT command and for the H2 Console.

2006-07-02: DatabaseMetaData.getTypeInfo: BIGINT was returning AUTO_INCREMENT=TRUE, which is wrong. Fixed.

2006-06-30: After dropping contraints and altering a table sometimes the database could not be opened. Fixed.

108 of 129

Page 109: H2 Database New generation embeded database

2006-06-29: Outer joins did not always use an index even if this was possible. Fixed.

2006-06-29: Issue #122: Using OFFSET in big result sets (disk buffered result sets) did not work. Fixed.

2006-06-28: Support DatabaseMetaData.getSuperTables (currently returns an empty result set in every case).

2006-06-24: Database names are no longer case sensitive for the Windows operating system, because there the files names are not case sensitive.

2006-06-24: If an index is created for a constraint, this index now belong to the constraint and is removed when removing the constraint.

2006-06-22: Issue #121: Using a quoted table or alias name in front of a column name (SELECT "TEST".ID FROM TEST) didn't work.

2006-06-22: Issue #120: Some ALTER TABLE statements didn't work when the table was in another than the main schema. Fixed.

2006-06-21: Issue #119: If a table with autoincrement column is created in another schema, it was not possible to connect to the database again. Now opening a database first sorts the script by object type.

2006-06-21: Issue #118: ALTER TABLE RENAME COLUMN doesn't work correctly. Workaround: don't use it.

2006-06-20: Cache: implemented a String cache and improved the Value cache. Now uses a weak reference to avoid OutOfMemory due to caching values.

2006-06-20: Server: changed the public API a bit to allow an application to deal easier with start problems. Now instead of Server.startTcpServer(args) use Server.createTcpServer(args).start();

2006-06-18: Issue #117: Server.start...Server sometimes returned before the server was started. Solved.

2006-06-18: Issue #116: Server: reduces memory usage. Reduced number of cached objects per connection.

2006-06-17: Improved trace messages, and trace now starts earlier (when opening the database).

2006-06-17: Simplified translation of the Web Console (a tool to convert the translation files to UTF-8).

2006-06-17: Newsfeed sample application (used to create the newsfeed and newsletter).

2006-06-15: New functions: MEMORY_FREE() and MEMORY_USED().

2006-06-15: Implemented distributing lob files into directories, and only keep up to 255 files in one directory. However this is disabled by default; it will be enabled the next time the file format changes (maybe not before 1.1). It can be enabled by the application by setting Constants.LOB_FILES_IN_DIRECTORIES = true;

2006-06-15: If a connection is closed while there is still an operation running, this operation is stopped (like when calling Statement.cancel).

2006-06-14: Issue #115: If three or more threads / connections are used, sometimes lock timeout exceptions can occur when they should not. Solved.

2006-06-14: Calling Server.start...Server now doesn't return until the server socket is ready to accept connections.

2006-06-11: Issue #112: Two threads could not open the same database at the same time. Solved. This was only a problem when the database was opened in a non-standard was, without using DriverManager.getConnection.

2006-06-11: Implemented DROP TRIGGER.

2006-06-10: Issue #113: Drop is now restricted: can only drop sequences / functions / tables if nothing depends on them.

2006-06-09: Issue #114: Support large index data size. Before, there was a limit of around 1000 bytes per row.

2006-06-09: Blob.getLength() and Clob.getLength() are now fast operations and don't read the whole object any longer.

2006-06-08: Issue #111: The catalog name in the DatabaseMetaData calls and Connection.getCatalog was lowercase; some applications may not work because they expect it to be uppercase.

109 of 129

Page 110: H2 Database New generation embeded database

2006-06-08: Issue #110: PreparedStatement.setCharacterStream(int parameterIndex, Reader reader, int length) and ResultSet.updateCharacterStream(...) didn't work correctly for 'length' larger than 0 and using Unicode characters higher than 127 (or 0). The number of UTF-8 bytes where counted instead of the number of characters.

2006-06-06: The catalog name is now uppercase, to conform the JDBC standard for DatabaseMetaData.storesUpperCaseIdentifiers().

2006-06-06: Creating or opening a small encrypted database is now a lot faster.

2006-06-05: New functions FORMATDATETIME and PARSEDATETIME.

2006-06-05: New XML encoding functions (XMLATTR, XMLNODE, XMLCOMMENT, XMLCDATA, XMLSTARTDOC, XMLTEXT).

2006-06-03: Performance: improved opening of a large databases (about 3 times faster now for 500 MB databases).

2006-06-03: Documented ALTER TABLE DROP COLUMN. The functionality was there already, but the documentation not.

2006-06-02: Removed the GCJ h2-server.exe from download. It was not stable on Windows.

2006-06-01: Issue #109: ALTER TABLE ADD COLUMN can make the database unusable if the original table contained a IDENTITY column.

2006-05-31: New option to disable automatic closing of a database when the virtual machine exists. Database URL: jdbc:h2:test;db_close_on_exit=false

2006-05-31: New event: DatabaseEventListener.closingDatabase() is called before closing the database.

2006-05-30: Connection.getCatalog() now returns the database name (CALL DATABASE()). This name is also used in all system tables and DatabaseMetaData calls where applicable.

2006-05-30: The function DATABASE() now return the short name of the database (without path), and 'Unnamed' for anonymous in-memory databases.

2006-05-29: Issue #108: There is a concurrency problem when multi threads access the same database at the same time, and one is closing the connection and the other is executing CHECKPOINT at the exact the same time. Fixed.

2006-05-29: Statements containing LIKE are now re-compiled when executed. Depending on the data, an index on the column is used or not.

2006-05-28: Issue# 107: When executing scripts that contained inserts with many columns, an OutOfMemory error could occur. The problem was usage of shared Strings (String.substring). Now each String value is copied if required, releasing memory.

2006-05-28: Issue #106: SET commands where not persisted if they where the first DDL commands for a connection. Fixed.

2006-05-27: Issue #105: RUNSCRIPT (the command) didn't commit after each command if autocommit was on, therefore large scripts run out of memory. Now it automatically commits.

2006-05-26: Automatic starting of a web browser for Mac OS X should work now.

2006-05-26: Starting the server is not a bit more intuitive. Just setting the -baseDir option for example will still start all servers. By default, -tcp, -web, -browser and -odbc are started.

2006-05-23: Issue #104: A HAVING condition on a column that was not in the GROUP BY list didn't work correctly in all cases. Fixed.

2006-05-23: ORDER BY now uses an index if possible. Queries with LIMIT with ORDER BY are faster when the index can be used.

2006-05-21: New option '-ifExists' for the TCP and ODBC server to disallow creating new databases remotely.

2006-05-20: Shutdown of a TCP Server: Can now specifiy a password (tcpPassword). Passwords used at startup and shutdown must match to shutdown. Uses a management database now for each server / port. New option tcpShutdownForce (default is false) to kill the server without waiting for other connections to close.

2006-05-20: Issue #103: Shutdown of a TCP Server from command line didn't always work.

2006-05-14: New functions: CSVREAD and CSVWRITE to access CSV (comma separated values) files.

2006-05-14: Locking: the synchronization was too restrictive, locking out the connection holding a lock when another connection tried to lock the same object. Fixed.

110 of 129

Page 111: H2 Database New generation embeded database

2006-05-13: Outer Join: currently, the table order of outer joins is kept, the tables are evaluated left to right (with the exception of right outer join tables). This is a temporary solution only to solve problems with join conditions.

2006-05-13: Bugfix for SCRIPT: the rights where created before the objects. Fixed.

2006-05-13: Implemented function LOCK_TIMEOUT().

2006-05-13: Compatibility with DBPool: Support 'holdability' in the Connection methods (however the value it is currently ignored).

2006-05-13: Connection.setTypeMap does not throw an exception any more if the type map is empty (null or 0 size).

2006-05-07: Issue #102: INSTR('123456','34') should return 2.

2006-05-07: Issue #101: A big result set with order by on a column or value that is not in the result list didn't work. Fixed.

2006-05-06: Referential integrity: cascade didn't work for more than one level when it was self-referencing. Fixed.

2006-05-06: New parameter charsetName in RunScript.execute. New option CHARSET in the RUNSCRIPT command.

2006-05-06: A backslash in the database URL (database name) didn't work, fixed. But a backslash in the settings part of the URL is used as an escape for ';', that means database URLs of the form jdbc:h2:test;SETTING=a\;b\;c are possible (but hopefully this is never required).

2006-05-05: Added an interface SimpleRowSource so that an application / tool can create a dynamic result set that produces rows on demand (for streaming result sets).

2006-05-05: Foreign key constraints with different data types on the references / referencing column did not work. Fixed.

2006-05-05: Fixed a problems that lead to a database (index file) corruption when killing the process. Added a test case.

2006-05-02: If a user has SELECT privileges for a view, he can now retrieve the data even if he does not have privileges for the underlying table(s).

2006-05-02: New system table INFORMATION_SCHEMA.CONSTRAINT that returns information about constraints (mainly for check and unique constraints; for referential constraints see CROSS_REFERENCES).

2006-05-02: Alter table alter column: the data type of a column could not be changed, and columns could not be dropped if there was a constraint on the table. Now the data type can always be changed. Alter table drop column: now the column can be dropped if it is not part of a constraint.

2006-05-02: Views can now be 'invalid', for example if the table does not exist. New synax CREATE FORCE VIEW. New column STATUS (invalid / valid) in INFORMATION_SCHEMA.VIEWS table. New SQL statement ALTER VIEW viewName RECOMPILE.

2006-05-02: Issue #100: Altering a table with a self-referencing constraint didn't work. Fixed.

2006-05-01: Support for IDENTITY(start, increment) as in CREATE TABLE TEST(ID BIGINT NOT NULL IDENTITY(10, 5));

2006-05-01: Recovery did not always work correctly when the log file was switched. Added tests for this use case.

2006-05-01: Bugfix for CREATE ROLE IF NOT EXISTS X.

2006-04-27: Removed support for LZMA. It was slow, and code coverage could not run. If somebody needs this algorithm, it is better to add an open compression API.

2006-04-27: Starting a server took 1 second before, now it takes only about 100 ms.

2006-04-27: Server mode: If a parameter was not set in a prepared statement when using the server mode, the connection to the server broke. Fixed.

2006-04-26: Referential integrity: If there was a unique index with fewer columns than the foreign key on the child table, it did not work. Fixed.

2006-04-26: Javadoc / Doclet: ResultSet.getBytes was documented to return byte instead of byte[]. Fixed.

2006-04-26: New setting RECOVER in the database URL (jdbc:h2:test;RECOVER=1) to open corrupted databases (wrong checksum, corrupted index file or summary).

111 of 129

Page 112: H2 Database New generation embeded database

2006-04-26: Bugfix: In server mode, big scrollable result sets didn't work. Fixed.

2006-04-25: MERGE: instead of delete-insert, now use update-[insert]. This solves problems with foreign key constraints.

2006-04-25: Bugfix for LIKE: A null pointer exception was thrown for WHERE NAME LIKE CAST(? AS VARCHAR).

2006-04-25: Join optimization: expessions are now evaluated as early as possible, avoiding unnecessary lookups.

2006-04-24: ResultSetMetaData.isAutoIncrement is implemented.

2006-04-24: SCRIPT: STRINGENCODE instead of STRINGDECODE was used. The implementation of STRINGDECODE was not correct for Unicode characters > 127. Fixed.

2006-04-24: Documentation: [[NOT] NULL] instead of [NOT [NULL]]

2006-04-21: Because of the REAL support, databases are not compatible with the old version. Backup (with the old version), replace 'STRINGENCODE' in the script with 'STRINGDECODE', and restore is required to upgrade to the new version.

2006-04-21: Support for REAL data type (Java 'float'; so far the DOUBLE type was used internallly).

2006-04-20: Performance improvement for AND, OR, IFNULL, CASEWHEN, CASE, COALESCE and ARRAY_GET: only the necessary parameters / operators are evaluated.

2006-04-20: Bugfix for CASEWHEN: data type of return value was not evaluated, and this was a problem when using prepared statements like this: WHERE CASEWHEN(ID<10, A, B)=?

2006-04-19: New function DATABASE_PATH to retrieve the path and file name of a database.

2006-04-18: Made the code more modular. New ant target: jarClient to compile the JDBC driver and the classes used to remotely connect to a H2 server.

2006-04-18: JdbcDataSourceFactory constructor is now public.

2006-04-17: SET THROTTLE allows to throttle down the resource usage of a connection. After each 50ms, the session sleeps for the specified amount of time.

2006-04-17: ALTER TABLE ALTER COLUMN for a table that was referenced by another table didn't work. Fixed.

2006-04-17: If index log is disabled (the default), indexe changes are flushed automatically each second if the index was not changed. Like this index rebuilding is only required (after a unexpected program termination, like power off) for indexes that where recently changed.

2006-04-16: Bugfix: ids of large objects (LOBs) are now correctly reserved when opening the database. This improves the performance when using many LOBs.

2006-04-16: Replaced log_index=1 with log=2. There are 3 log options now: 0 (disabled), 1 (default), and 2 (log index changes as well).

2006-04-15: Got rid of the summary (.sum.db) file. The data is now stored in the log file instead.

2006-04-15: If the application stopped without closing all connections (for example calling System.exit), some committed transactions may have not been written to disk. Fixed.

2006-04-14: Bugfix if index changes where logged (default is off): not all changes where logged, in some situations recovery would not work fast (but no data loss as the indexes can be rebuilt; just slower database opening). Fixed.

2006-04-14: DatabaseMetaData.getTypeInfo: compatibility with HSQLDB improved.

2006-04-12: Parser: quoted keywords where not allowed as table or column names. Fixed.

2006-04-12: An exception was thrown in FileStoreInputStream when reading 0 bytes. But this is allowed according to the specs.

2006-04-11: Performance of LIMIT was slow when the result set was very big and the number of rows was small. Fixed

2006-04-11: The RunScript tool (org.h2.tools.RunScript) now uses the same algorithm to parse scripts.

112 of 129

Page 113: H2 Database New generation embeded database

2006-04-11: Bugfix: it was allowed to use jdbc:h2:test;database_event_listener=Test, but only for the first connection. Now, the class name must be quoted in all cases: jdbc:h2:test;database_event_listener='Test'

2006-04-11: Implemented SET LOG 0 to disable logging for improved performance (about twice as fast).

2006-04-11: Implemented TRUNCATE TABLE.

2006-04-10: SCRIPT: New option 'DROP' to drop tables and views before creating them.

2006-04-10: Chinese translation updates.

2006-04-10: It was not possible to create views on system tables. Fixed.

2006-04-10: If a database can't be opened because there is a bug in the startup information (which is basically the SQL script of CREATE statements), then the database can now be opened by specifying a database event listener.

2006-04-10: Parser / MySQL compatibility: in the last release, for MySQL compatibility, this syntax was supported: CREATE TABLE TEST(ID INT, INDEX(ID), KEY(ID)); But that means INDEX and KEY can't be used as column names. Changed the parser so that this syntax is only supported in MySQL mode.

2006-04-09: Optimizer: now chose a plan with index even if there are no or only a few rows in a table. To avoid doing a table scan when no rows are in the table at prepare time, and many rows at execution time. Using a row count offset of 1000.

2006-04-09: MERGE: new SQL command to insert or update a row. Sometimes this is called UPSERT for UPdate or INSERT. The grammar is a lot simpler than what Oracle supports.

2006-04-09: SCRIPT: now the CREATE INDEX statements are after the INSERT statements, to improve performance.

2006-04-09: Console: Bugfix for newline in a view definition.

2006-04-09: Bugfix for CONCAT with more than 2 parameters.

2006-04-08: Bugfix for VARCHAR_IGNORECASE.

2006-04-08: Open database: Improved the performance for opening a database if it was not closed correctly before (due to abnormal program termination or power failure).

2006-04-08: Compact database: Added a sample application and documented how to do this.

2006-04-07: Bugfix: the SCRIPT command created insert statements for views. Removed.

2006-04-07: Implemented a way to shutdown a TCP server. From command line, run: java org.h2.tools.Server -tcpShutdown tcp://localhost:9092

2006-04-07: LOG_INDEX: new option in the database URL to log changes to the index file. This is allows fast recovery from system crash for big databases. Sample URL: jdbc:h2:test;LOG_INDEX=1

2006-04-05: Bugfix: using a low MAX_MEMORY_ROWS didn't work for GROUP BY queries with more groups. Fixed.

2006-04-05: Improved the trigger API (provide a Connection to the Java function) and added a sample application.

2006-04-04: Support setting parameters in the statement: INSERT INTO TEST VALUES(?, ?) {1: 5000, 2: 'This is a test'}. However, this feature is not documented yet as it's not clear if this is the final syntax. Currently, used in the trace feature to create sql script files instead of Java class files (in many cases, the classes just get too big and can't be compiled).

2006-03-30: Support multiline statement in RUNSCRIPT.

2006-03-30: Improved parser performance. Re-parsing of statements is avoided now if the database schema didn't change. This should improve the performance for Hibernate, when many CREATE / DROP statements are executed.

2006-03-30: Performance improvement for LIMIT when using simple queries without ORDER BY.

2006-03-30: Improve compression ratio and performance for LZF.

2006-03-29: Improve performance for Connection.getReadOnly() (Hibernate calls it a lot).

113 of 129

Page 114: H2 Database New generation embeded database

2006-03-29: Server mode: Increased the socket buffer size to 64 KB. This should help performance for medium size and bigger result sets. May thanks to James Devenish again!

2006-03-29: Support for IPv6 addresses in JDBC URLs. RFC 2732 format is '[a:b:c:d:e:f:g:h]' or '[a:b:c:d:e:f:g:h]:port'. May thanks to James Devenish

2006-03-29: Bugfix for Linked Tables: The table definition was not stored correctly (with ''driver'' instead of 'driver' and so on). Fixed. This was found by 'junheng'

2006-03-28: Chinese localization of the H2 Console.

2006-03-27: Bugfix: The connection was automatically closed sometimes when using a function with a connection parameter.

2006-03-26: Bugfix in the Console: Auto-refresh of the object list for DROP / ALTER / CREATE statements, updatable result sets.

2006-03-26: Improved support for MySQL syntax: ` is the same as ", except that the identifiers are converter to upper case. Added support for special cases of MySQL CREATE TABLE syntax.

2006-03-25: Java Functions: functions can now return ResultSet. The SQL statement CALL GET_RESULT_SET(123) then returns the result set created by the function. Implemented a simple result set / result set meta data class that can be used to create result sets in an application from scratch.

2006-03-25: Web Server: the command line options where ignored. Fixed. Renamed the options 'httpAllowOthers', 'httpPort', 'httpSSL' to 'web...'.

2006-03-24: Oracle compatibility: CASE...END [CASE] (the last word is new). Oracle compatibility: Date addition/subtraction: SYSDATE+1, (SYSDATE-1)-SYSDATE and so on. Limited support for old Oracle outer join syntax (single column outer join, (+) must be on the far right). This works: CREATE TABLE Customers(CustomerID int); CREATE TABLE Orders(CustomerID int); INSERT INTO Customers VALUES(1), (2), (3); INSERT INTO Orders VALUES(1), (3); SELECT * FROM Customers LEFT OUTER JOIN Orders ON Customers.CustomerID = Orders.CustomerID; SELECT * FROM Customers, Orders WHERE Customers.CustomerID = Orders.CustomerID(+);

2006-03-21: Improved Hibernate Dialect for SQuirrel DB Copy.

2006-03-20: Support for UPDATE TEST SET (column [,...])=(select | expr [,...]'). For Compiere compatibility.

2006-03-19: Bugfixes for SCRIPT: write sequences before tables; write CLOB and BLOB data.

2006-03-19: Added PolePosition benchmark results.

2006-03-15: Bugfix in the server implementation: free up the memory. The new implementation does not rely on finalizers any more. Removed finalizers, this improves the performance.

2006-03-15: Implemented CROSS JOIN and NATURAL JOIN.

2006-03-15: New keywords for join syntax: CROSS, NATURAL, FULL. However full outer join is not supported yet.

2006-03-15: Improved documentation of the tools (Server port and so on).

2006-03-15: The schema name of constraints is now automatically set to the table.

2006-03-14: Compatibility for Derby style column level constraints.

2006-03-13: New command ANALYZE to update the selectivity statistics. New command ALTER TABLE ALTER COLUMN SELECTIVITY to manually set the selectivity of a column.

2006-03-13: Allow a java.sql.Connection parameter in the Java function (as in HSQLDB).

2006-03-12: Optimizer improvements.

2006-03-11: Implemented SET DB_CLOSE_DELAY numberOfSeconds to be able to delay, or disable (-1) closing the database. Default is still 0 (close database when closing the last connection).

2006-03-11: After finding that HSQLDB was faster in the PolePosition test, and unsuccessful tries to improve the performance of H2 even more, the reason is finally found: H2 always closed the database when closing the last connection, but HSQLDB leaves the database open. This also explains OutOfMemory problems when testing multiple databases with PolePosition. But leaving the database open is a useful feature for some applications.

114 of 129

Page 115: H2 Database New generation embeded database

2006-03-11: New system table CROSS_REFERENCES. Implemented DatabaseMetaData.getImportedKeys, getExportedKeys, getCrossReferences.

2006-03-11: Performance improvements in the binary tree and other places.

2006-03-10: A new aggregate function SELECTIVITY is implemented. It calculates the selectivity of a column by counting the distinct rows, but only up to 10000 values are kept in memory. SELECT SELECTIVITY(ID), SELECTIVITY(NAME) FROM TEST LIMIT 1 SAMPLE_SIZE 10000 scans only 10000 rows.

2006-03-10: A new option SAMPLE_SIZE is added to the LIMIT clause to specify the number of rows to scan for a aggregated query.

2006-03-10: Bugfixes for temporary tables. Implemented ON COMMIT DROP / DELETE ROWS, but not documented because it is only here for compatibility, and I would advise against using it because it is not available in most databases.

2006-03-09: Improved parser performance and memory usage.

2006-03-07: Bugfix for table level locking. Sometimes a Java-level deadlock occured when a connection was not closed.

2006-03-07: Implemented the SHUTDOWN statement to close the database.

2006-03-07: CURRENT_TIMESTAMP now also supports an optional precision argument.

2006-03-06: Web Console: Improved support for MySQL, PostgreSQL, HSQLDB.

2006-03-06: Automatically create the directory if it does not exist when creating a database.

2006-03-06: Optimization for constant temporary views as in SELECT SUM(B.X+A.X) FROM SYSTEM_RANGE(1, 10000) B, (SELECT SUM(X) X FROM SYSTEM_RANGE(1, 10000)) A

2006-03-03: Implemented the aggregate functions STDDEV_POP, STDDEV_SAMP, VAR_POP, VAR_SAMP. Implemented AVG(DISTINCT...).

2006-03-01: Implemented GROUP_CONCAT. Similar to XMLAGG, but can be used for other text data (CSV, JSON) as well.

2006-02-26: Fix for file_lock. The documentation and implementation did not match, and the sleep gap was done even when using socket locking, making file locking with sockets slower than required.

2006-02-26: Security (TCP and ODBC Server): Connections made from other computers are now not allowed by default for security reasons. This feature already existed for the web server. Added two new settings (tcpAllowOthers and odbcAllowOthers)

2006-02-26: Improved performance for queries in the server mode.

2006-02-24: Improved the startup time for large databases using a 'summary' file. The data in this file is redundant, but improves startup time.

2006-02-23: Implemented a benchmark test suite for single connection performance test.

2006-02-21: A primary key is now created automatically for identity / autoincrement columns.

2006-02-19: SET ASSERT, a new setting to switch off assertions.

2006-02-19: Hibernate dialect for Hibernate 3.1.

2006-02-19: A new locking mode (level 2: table level locking with garbage collection).

2006-02-17: The SQL syntax in the docs is now cross-linked

2006-02-15: Written a parser for the BNF in the help file. Written a test to run random statements based on this BNF.

2006-02-12: Support function syntax: POSITION(pattern IN text).

2006-02-12: Support for list syntax: select * from test where (id, name)=(1, 'Hi'). This is experimental only. It should only be used for compatibility, as indexes are not used in this case currently. This is currently undocumented, until indexes are used.

2006-02-12: Function CONCAT now supports a variable number of arguments.

2006-02-12: Support for MySQL syntax: LAST_INSERT_ID() as an alias for IDENTITY()

115 of 129

Page 116: H2 Database New generation embeded database

2006-02-12: Support for Oracle syntax: DUAL table, sequence.NEXTVAL / CURRVAL. Function NVL as alias for COALESCE. Function INSTR as alias for LOCATE. Support for SYSTIMESTAMP and SYSTIME. Function ROWNUM

2006-02-12: Implemented a ROWNUM() function, but only supported for simple queries.

2006-02-12: Implemented local temporary tables.

2006-02-11: Implemented short version of constraints in CREATE TABLE: CREATE TABLE TEST(ID INT UNIQUE, NAME VARCHAR CHECK LENGTH(NAME)>3).

2006-02-11: Implemented function NEXTVAL and CURRVAL for sequences (PostgreSQL compatibility).

2006-02-09: Bugfix for special cases of subqueries containing group by.

2006-02-09: Multi-dimension (spatial index) support: This is done without supporting R-Tree indexes. Instead, a function to map multi-dimensional data to a scalar (using a space filling curve) is implemented.

2006-02-08: Computed Columns: Support for MS SQL Server style computed columns. with computed columns, it is very simple to emulate functional indexes (sometimes called function-based indexes).

2006-02-07: Locking: Added the SQL statement SET LOCK_MODE to disable table level locking. This is to improve compatibility with HSQLDB.

2006-02-07: Schema / Catalog: Improved compatibility with HSQLDB, now use a default schema called 'PUBLIC'.

2006-02-05: Implemented function EXTRACT

2006-02-05: Parser: bugfix for reading numbers like 1e-1

2006-02-05: BLOB/CLOB: implemented Blob and Clob classes with 'read' functionality.

2006-02-05: Function TRIM: other characters than space can be removed now.

2006-02-05: Implemented CASE WHEN, ANY, ALL

2006-02-04: Referential integrity: Deleting rows in the parent table was sometimes not possible, fixed.

2006-02-04: Data compression: Implemented data compressions functions.

2006-01-29: Large database: the database size was limited to 2 GB due to a bug. Fixed. Improved the recovery performance. Added a progress function to the database event listener. Renamed exception listener to database event listener. Added functionality to set the listener at startup (to display the progress of opening / recovering a database).

2006-01-28: Quoted keywords as identifiers: It was not possible to connect to the database again when a (quoted) keyword was used as a table / column name. Fixed.

2006-01-28: Compatibility: DATE, TIME and TIMESTAMP can now be used as identifiers (for example, table and column names). They are only keywords if followed by a string, like in TIME '10:20:40'.

2006-01-28: Compatibility: PostgreSQL and MySQL round 0.5 to 1 when converting to integer, HSQLDB and other Java databases do not. Added this to the compatibility settings. The default is to behave like HSQLDB.

2006-01-27: Synthetic tests: Utils / BitField threw java.lang.ArrayIndexOutOfBoundsException in some situations. Parser: DATE / TIME / TIMESTAMP constants where not parser correctly in some situations. Object ID assignment didn't always work correctly for indexes if other objects where dropped before. Generated constraint names where not in all cases unique. If creating a unique index failed due to primary key violation, some data remained in the database file, leading to problems later.

2006-01-27: Storage: In some situations when creating many tables, the error 'double allocation' appeared. Fixed.

2006-01-26: Auto-Increment column: It was possible to drop a sequence that belongs to a table (auto increment column) after reconnecting. Fixed.

2006-01-26: Auto-Increment column: It was possible to drop a sequence that belongs to a table (auto increment column) after reconnecting. Fixed. ALTER TABLE ADD COLUMN didn't work correctly on a table with auto-increment column,

2006-01-26: Default values: If a subquery was used as a default value (do other database support this?), it was executed in the wrong session context after reconnecting.

116 of 129

Page 117: H2 Database New generation embeded database

2006-01-24: Autoincrement: There was a problem with IDENTITY columns, the inserted value was not stored in the session, and so the IDENTITY() function didn't work after reconnect.

2006-01-24: Storage: Simplified handling of deleted records. This also improves the performance of DROP TABLE.

2006-01-24: Encrypted files: Fixed a bug with file.setLength if the new size is smaller than before.

2006-01-24: Server mode: Fixed a problem with very big strings (larger than 64 KB).

2006-01-24: Identity columns: when a manual value was inserted that was higher than the current sequence value, the sequence was not updated to the higher value. Fixed.

2006-01-23: Added a setting for the maximum number of rows (in a result set) that are kept in-memory (MAX_MEMORY_ROWS). Increased the default from 1000 to 10000.

2006-01-22: Bug: Sometimes log records where not written completely when using the binary storage format. Fixed.

2006-01-21: Performance: now sorting the records by file position before writing. This improves the performance of closing the database in some situations.

2006-01-21: Two-Phase-Commit is implemented. However, the XA API is not yet implemented.

2006-01-21: Bug: Recovery didn't work correctly if the database was not properly closed twice in a row (reason: the checksum for rolled back records was not updated in the log file).

2006-01-18: Bug: Renaming a table and then reconnect didn't work.

2006-01-15: Referential integrity: If the references columns are not specified, the primary key columns are used (compatibility with PostgreSQL).

2006-01-15: Durability: A durability test has been implemented. Unfortunately, it is currently not possible to guarantee transaction durability by default.

2006-01-15: Bug in binary storage format: If a record size was a multiple of 128 bytes, it was not saved correctly.

2006-01-11: Multi-threaded kernel: Refactored the kernel to allow multiple threads running concurrently in the same database. Disabled by default because more tests are required. To enable it, set Constants.MULTI_THREADED_KERNEL to true.

2006-01-11: Temporary tables are support now.

2006-01-10: Exception Listener: Added functionality to deal with low disk space condition, and support a callback feature so the application can notify somebody if a problem occurs.

2006-01-10: Trigger: Added the Javadoc API to the docs.

2006-01-09: DataSource: Implemented DataSource and DataSourceFactory. Not sure in what context this will be used, but it's there now.

2006-01-09: Parser: improved exception message (expected a, b, c,...) for some syntax errors.

2006-01-08: Recovery: The database can now be opened if the index file is corrupt or does not exist.

2006-01-08: Recovery: There was a bug in the power off test. Recovery was not tested correctly. There was a case when recovery didn't work (so a database could not be opened). Fixed. Also fixed a problem with memory tables, they where not correctly persisted when using CHECKPOINT.

2006-01-03: Commit: Implemented delaying the log file writing for performance reasons. Most hard drives do not obey the fsync() function, so calling sync before each commit would not help. See also 'Your Hard Drive Lies to You' http://hardware.slashdot.org/article.pl?sid=05/05/13/0529252.

2006-01-03: Tool: Create a new Recover tool.

2006-01-02: Storage: support for URL parameter 'STORAGE' to support both text and binary storage formats. The default is now binary mode storage.

2006-01-02: Read-only database support. Added a function READONLY() and support for Connection.isReadOnly()

117 of 129

Page 118: H2 Database New generation embeded database

2005-12-30: Functions: New functions UTF8TOSTRING, STRINGTOUTF8, HASH, ENCRYPT, DECRYPT, SECURE_RAND.

2005-12-30: Translation: Started with French and Spanish translation of the Console. Simplified the translation in this area (only one file needs to be translated now). It would be great if somebody could help translating (only around 100 words / sentences, file src/main/org/h2/web/_text_en.properties).

2005-12-27: Storage: When a table was dropped, the space was not reused afterwards until all connections to this database where closed. Now the space is reused without reopening the connection.

2005-12-27: Large result set: max rows and offset didn't work with large result sets. Fixed.

2005-12-27: New Settings: MAX_LOG_SIZE (automatic checkpoint) is implemented. For compatibility with HSQLDB, SET LOGSIZE is supported as well.

2005-12-27: Settings: TRACE_MAX_FILE_SIZE is now in MB instead of bytes, where 1 MB is 1024 * 1024 bytes.

2005-12-26: GCJ: There seems to be a problem with synchronization with GCJ that is unproblematic with JDK. If a method is synchronized, and exception occurs in this method, sometimes GCJ does not unlock the object. One case has been fixed: when connecting to a database with the wrong user named locked the object (probably the driver). One problem is still open: after the command 'create schema testsch authorization test', where the user test does not exists, locks something.

2005-12-26: BTree: Fixed a critical bug in the btree update (keys where not compared when adding a record).

2005-12-26: Binary data page: The length of a row was not always calculated correctly. Fixed and added a assertion. (Binary data page is still disabled by default)

2005-12-26: Linked tables: Sometimes the connection was not closed. Fixed.

2005-12-25: Rights: Users with little access rights could not call ResultSet.getConcurrency. They did not have rights for the metadata and system_range tables. Now they can query those tables. The error message if there are not enough rights for an object was improved.

2005-12-25: Rights: The table SYSTEM_INFORMATION.RIGHTS did not return the schema name for the granted table. Fixed.

2005-12-23: Performance: a little bit of tuning was done, but currently switched off. In the future, the performance for simple things will be comparable to HSQLDB (and H2 will be faster for complex queries). People who want to compare the performance of HSQLDB with H2 should switch DataPage.BINARY = true, Database.CHECK = false and LogSysetm.FLUSH_LOG_FOR_EACH_COMMIT = false and compile the code again. Don't forget the compare the performance of opening and closing a database.

2005-12-23: Memory usage: the index page cache size is now smaller to reduce the memory usage.

2005-12-23: Storage: Truncating (dropping) a large table was very slow due to a bug. O(n^2). Fixed.

2005-12-23: Log: Old (unused) log files where not correctly deleted at shutdown. This is now fixed.

2005-12-22: Documentation: The Table of Contents in the PDF was broken (missing links, wrong page numbers). Added documentation about trace options.

2005-12-22: Version number: Added a build number, listed when calling DatabaseMetaData.getDatabaseProductVersion(). The console shows the product name and version.

2005-12-22: Constraints: If adding a constraint created an index (automatically), then the order of operations was not logged correctly (first the constraint and then the index, instead of first the index). Because of that, it was not possible to connect to the database again. Fixed.

2005-12-22: ResultSetMetaData.getColumn: Now return the column label as other databases (HSQLDB and MySQL) do.

2005-12-22: Cache: A caching bug with medium to large databases (more than 16000 records) was fixed. Too bad this was not found before releasing the database! Also, a caching bug in linear hash index was fixed.

2005-12-21: BigDecimal: There was an incompatibility with 'new BigDecimal(int)', which is not available in JDK 1.4. It worked when the source code was compiled with JDK 1.4, but unfortunately it was compiled with JDK 1.5. Now, 'new BigDecimal(String)' is always used to avoid this incompatibility.

2005-12-21: Trace: Fix the output format, use 24 hour format instead of 12 hour format. Enabling the trace option at runtime did not work as expected, this was fixed.

2005-12-21: Tools: Added convenience methods in the tools (Backup, DeleteDbFiles,...) so they can be called from another application more easily. Added Javadoc documentation.

118 of 129

Page 119: H2 Database New generation embeded database

2005-12-21: Console: Stack traces are not thrown on the console window, to avoid blocking the application if the user selects something in the console (in Windows).

2005-12-21: Referential integrity: Supports the syntax where the referenced table is not specified. In this case, the same table is referenced. (Compatibility with HSQLDB).

2005-12-21: API Documentation: The 'throws' clause was not included in the Doclet. Fixed.

2005-12-20: Tools: Added public 'execute' methods to simplify using the tools in other applications.

2005-12-20: Clustering: The CreateCluster application now works even if both databases are on another machine.

2005-12-20: Clustering: If autocommit is enabled on the client side, the commit on the server side is executed after all servers executed the statement. This is slower, but fixed a theoretical problem when using multiple connections (client A executes a statement, client B executes another statement, and for some reason client B is faster and the statements of B are done on both servers while client A is only done on the first server).

2005-12-13: First public release.

Roadmap

Highest Priority• Improve the documentation • Add a migration guide (list differences between databases) • Improve test code coverage • More fuzz tests • Remote tcp connection: improve error message(s) • Test very large databases and LOBs (up to 256 GB) • Test Multi-Threaded in-memory db access

After release 1.0• Change Constants.DEFAULT_MAX_MEMORY_UNDO to 10000 (and change the docs). Test. • Increase default cache size. • Enable and document optimizations, LOB files in directories • Special methods for DataPage.writeByte / writeShort and so on

Priority 1• More tests with MULTI_THREADED_KERNEL = true • Test read committed transaction isolation • JDBC 4.0 features (at least DataSet) • Hot backup (incremental backup, online backup) • Documentation (FAQ) for how to connect to H2 • Improve performance for create table (if this is possible) • Improve create index performance • Test with Spatial DB in a box / JTS (http://docs.codehaus.org/display/GEOS/SpatialDBBox) • Document how to use H2 with PHP • Optimization: result set caching (like MySQL) • Server side cursors • Row level locking • System table: open sessions and locks of a database • System table: open connections and databases of a (TCP) server • System table / function: cache usage • Fix right outer joins • Full outer joins • Document how to run as service (see sc.exe) • CREATE TABLE ... (... CONSTRAINT pk PRIMARY KEY (id)) ORGANIZATION INDEX • Full text search (update index real-time or in a lower priority thread) • Long running queries / errors / trace system table. • Migrate database tool (also from other database engines) • Shutdown compact • See http://smallsql.sourceforge.net/doc/sqlsyntax.html

119 of 129

Page 120: H2 Database New generation embeded database

• Optimization of distinct with index: select distinct name from test • RECOVER=1 automatically if a problem opening • Performance Test: executed statements must match, why sometimes a little more • Forum: email notification doesn't work? test or disable or document • Document server mode, embedded mode, web app mode, dual mode (server+embedded) • Stop the server: close all open databases first • Read-only databases inside a jar • SET variable { TO | = } { value | 'value' | DEFAULT } • Running totals: select @running:=if(@previous=t.ID,@running,0)+t.NUM as TOTAL, @previous:=t.ID • Deleted LOB files after transaction is committed. Keep set of 'to be deleted' lobs files to the session (remove from the list on rollback)

Priority 2• Connection pool manager • Support VALUES(1), (2); SELECT * FROM (VALUES (1), (1), (1), (1), (2)) AS myTable (c1) (Derby) • Optimization: automatic index creation suggestion using the trace file? • Compression performance: don't allocate buffers, compress / expand in to out buffer • Start / stop server with database URL • # is the start of a single line comment (MySQL) but date quote (Access). Mode specific • Run benchmarks with JDK 1.5, Server • Rebuild index functionality (other than delete the index file) • Console: add accesskey to most important commands (A, AREA, BUTTON, INPUT, LABEL, LEGEND, TEXTAREA) • Test hibernate slow startup? Derby faster? derby faster prepared statements? • Feature: a setting to delete the the log or not (for backup) • Test WithSun ASPE1_4; JEE Sun AS PE1.4 • Test performance again with SQL Server, Oracle, DB2 • Test with dbmonster (http://dbmonster.kernelpanic.pl/) • Test with dbcopy (http://dbcopyplugin.sourceforge.net) • Document how to view / scan a big trace file (less) • Translation to spanish, chinese, japanese • Set the database in an 'exclusive' mode • Implement, test, document XAConnection and so on • Web site: meta keywords, description, get rid of frame set • Pluggable data type (for compression, validation, conversion, encryption) • CHECK: find out what makes CHECK=TRUE slow, then: fast, nocheck, slow • Improve recovery: improve code for log recovery problems (less try/catch) • Log linear hash index changes, fast open / close • Index usage for (ID, NAME)=(1, 'Hi'); document • Faster hash function for strings, byte arrays, bigdecimal • Suggestion: include jetty as Servlet Container (not AMP but JHJ) • Trace shipping to server • Performance / server mode: delay prepare? use UDP? • Version check: javascript in the docs / web console and maybe in the library • Aggregates: support MEDIAN • Web server classloader: override findResource / getResourceFrom • Cost for embedded temporary view is calculated wrong, if result is constant • Comparison: pluggable sort order: natural sort • Eclipse plugin • iReport to support H2 • Implement CallableStatement • Compression of the cache • Run inside servlet • Groovy Stored Procedures (http://groovy.codehaus.org/Groovy+SQL) • Include SMPT (mail) server (at least client) (alert on cluster failure, low disk space,...) • Make the jar more modular • Document obfuscator usage • Drop with restrict (currently cascade is the default) • SCRIPT to pretty-print (at least Create Table) • Document ConvertTraceToJava in javadoc and features • Document limitation (line length) of find "**" test.trace.db > Trace.java • Tiny XML parser (ignoring unneeded stuff) • JSON parser • Read only databases with log file (fast open with summary) • Option for Java functions: 'constant' to allow early evaluation when all parameters are constant • Improve trace option: add calendar, streams, objects,... try/catch • Automatic collection of statistics (ANALYZE) • Procedural language

120 of 129

Page 121: H2 Database New generation embeded database

• MVCC (Multi Version Cuncurrency Control) • Maybe include JTidy. Check license • Server: client ping from time to time (to avoid timeout - is timeout a problem?) • Column level privileges • Copy database: Tool with config GUI and batch mode, extendable (example: compare) • Document shrinking jar file using http://proguard.sourceforge.net/ • Support SET TABLE DUAL READONLY; • Don't write stack traces for common exceptions like duplicate key to the log by default • Setting for MAX_QUERY_TIME (default no limit?) • GCJ: is there a problem with updatable result sets? • Convert large byte[]/Strings to streams in the JDBC API (asap). • INSERT IF NOT EXISTS • Use Janino to convert Java to C++ • Reduce disk space usage (Derby uses less disk space?) • Fast conversion from LOB (stream) to byte array / String • When converting to BLOB/CLOB (with setBytes / setString, or using SQL statement), use stream • Support for user defined constants (to avoid using text or number literals; compile time safety) • Events for: Database Startup, Connections, Login attempts, Disconnections, Prepare (after parsing), Web Server (see

http://docs.openlinksw.com/virtuoso/fn_dbev_startup.html) • Log compression • Allow editing NULL values in the Console • RunScript / RUNSCRIPT: progress meter and "suspend/resume" capability • Compatibility: in MySQL, HSQLDB, /0.0 is NULL; in PostgreSQL, Derby: Division by zero • Implement solution for long running transactions using user defined compensation statements • Functional tables should accept parameters from other tables (see FunctionMultiReturn) SELECT * FROM TEST T, P2C(T.A, T.R) • Custom class loader to reload functions on demand • Public CVS access • Count index range query (count where id between 10 and 20) • Test http://mysql-je.sourceforge.net/ • Close all files when closing the database (including LOB files that are open on the client side) • Command to set the default schema • Test Connection Pool http://jakarta.apache.org/commons/dbcp • Should not print stack traces when killing the tests • Implement Statement.cancel for server connections • Should not throw a NullPointerException when closing the connection while an operation is running (TestCases.testDisconnect) • Profiler option or profiling tool to find long running and often repeated queries • Function to read/write a file from/to LOB • COMMENT ON object-type object-name IS comment-text; inline comments • Allow custom settings (@PATH for RUNSCRIPT for example) • RUNSCRIPT: SET SCRIPT_PATH or similar to be used by RUNSCRIPT (and maybe SCRIPT) • Support OSGi: http://oscar-osgi.sourceforge.net, http://incubator.apache.org/felix/index.html • Performance test: read the data (getString) and use column names to get the data • EXE file: maybe use http://jsmooth.sourceforge.net • System Tray: http://jroller.com/page/stritti?entry=system_tray_implementations_for_java • Test with GCJ: http://javacompiler.mtsystems.ch/ • Maybe use String.intern (allows to compare strings with ==) • Support SET REFERENTIAL_INTEGRITY {TRUE|FALSE} • SELECT ... FOR READ WAIT [maxMillisToWait] • Automatically delete the index file if opening it fails • Performance: Automatically build in-memory indexes if the whole table is in memory • H2 Console: The webclient could support more features like phpMyAdmin. • The HELP information schema can be directly exposed in the Console • Maybe use the 0x1234 notation for binary fields, see MS SQL Server • KEY_COLUMN_USAGE (http://dev.mysql.com/doc/refman/5.0/en/information-schema.html,

http://www.xcdsql.org/Misc/INFORMATION_SCHEMA%20With%20Rolenames.gif) • Support Oracle CONNECT BY in some way: http://www.adp-gmbh.ch/ora/sql/connect_by.html,

http://philip.greenspun.com/sql/trees.html • Support a property isDeterministic for Java functions • SQL 2003 (http://www.wiscorp.com/sql_2003_standard.zip) • http://www.jpackage.org • MySQL compatibility: ResultSet.getString("PEOPLE.NAME") • Version column (number/sequence and timestamp based) • Optimize getGeneratedKey: (include last identity after each execute). • Clustering: recovery needs to becomes fully automatic. • Date: default date is '1970-01-01' (is it 1900-01-01 in the standard / other databases?) • Test and document UPDATE TEST SET (ID, NAME) = (SELECT ID*10, NAME || '!' FROM TEST T WHERE T.ID=TEST.ID); • Document EXISTS and so on, provide more samples. • Modular build (multiple independent jars).

121 of 129

Page 122: H2 Database New generation embeded database

• Better space re-use in the files after deleting data (shrink the files) • Max memory rows / max undo log size: use block count / row size not row count • Index summary is only written if log=2; maybe write it also when log=1 and everything is fine (and no in doubt transactions) • Support 123L syntax as in Java; example: SELECT (2000000000*2) • Better support large transactions, large updates / deletes: allow tables without primary key • Server auto reconnect (needs special test case) (re-open the connection if it was closed) • Implement point-in-time recovery • Memory database: add a feature to keep named database open until 'shutdown' • Harden against 'out of memory attacks' (multi-threading, out of memory in the application) • Use the directory of the first script as the default directory for any scripts run inside that script • Include the version name in the jar file name • Optimize IN(...), IN(select), ID=? OR ID=?: create temp table and use join • Set Default Schema (SET search_path TO foo, ALTER USER test SET search_path TO bar,foo) • LIKE: improved version for larger texts (currently using naive search) • LOBs: support streaming for SCRIPT / RUNSCRIPT • LOBs: support streaming in server mode and cluster mode, and when using PreparedStatement.set with large values • Backup / Restore of BLOBs needs to be improved • The Backup tool should work with other databases as well • Deferred integrity checking (DEFERRABLE INITIALLY DEFERRED) • Automatically convert to the next 'higher' data type whenever there is an overflow. • Throw an exception is thrown when the application calls getInt on a Long. • Default date format for input and output (local date constants) • Cache collation keys for performance • Convert OR condition to UNION or IN if possible • ValueInt.convertToString and so on (remove Value.convertTo) • Support custom Collators • Document ROWNUM usage for reports: SELECT ROWNUM, * FROM (subquery) • Implement a lightweight Blob / Clob class to simplify adding Lobs in an application using Hibernate (JdbcBlob) • Clustering: Reads should be randomly distributed or to a designated database on RAM • Clustering: When a database is back alive, automatically synchronize with the master • Standalone tool to get relevant system properties and add it to the trace output. • Support mixed clustering mode (one embedded, the other server mode) • Support 'call rpcname($1=somevalue)' (PostgreSQL, Oracle) • HSQLDB compatibility: "INSERT INTO TEST(name) VALUES(?); SELECT IDENTITY()" • Shutdown lock (shutdown can only start if there are no logins pending, and logins are delayed until shutdown ends) • Compatibility: Support the PostgreSQL date format: 2006-09-22T13:18:17.061 • Automatically delete the index file if opening it fails • DbAdapters http://incubator.apache.org/cayenne/ • JAMon (proxy jdbc driver) • Console: Allow setting Null value; Alternative display format two column (for copy&paste as well) • Console: Improve editing data (Tab, Shift-Tab, Enter, Up, Down, Shift+Del?) • Console: Autocomplete Ctrl+Space inserts template • Console: SQL statement formatter (newline before FROM, join, WHERE, AND, GROUP, ORDER, SELECT) • Don't use deleteOnExit (bug 4513817: File.deleteOnExit consumes memory) • Google Code http://code.google.com/p/h2database/issues/list# • Simplify translation ('Donate a translation') • Option to encrypt .trace.db file • Write Behind Cache on SATA leads to data corruption See also http://sr5tech.com/write_back_cache_experiments.htm and

http://www.jasonbrome.com/blog/archives/2004/04/03/writecache_enabled.html • JPox: http://www.jpox.org/servlet/forum/viewthread?thread=3516&lastpage=yes

http://www.jpox.org/servlet/forum/viewthread?thread=3516&offset=10 • Support home directory as ~ in database URL (jdbc:h2:file:~/.mydir/myDB) • Functions with unknown return or parameter data types: serialize / deserialize • Test if idle TCP connections are closed, and how to disable that • Compare with Daffodil One$DB • Try using a factory for Row, Value[] (faster?), http://javolution.org/, alternative ObjectArray / IntArray • Replace deleteOnExit with a simple loop on exit • Auto-Update feature • ResultSet SimpleResultSet.readFromURL(String url): id varchar, state varchar, released timestamp • RANK() & DENSE_RANK(), Partition using OVER() • ROW_NUMBER (not the same as ROWNUM) • Partial indexing (see PostgreSQL) • BUILD should fail if ant test fails

Not Planned• HSQLDB (did) support this: select id i from test where i>0 (other databases don't)

122 of 129

Page 123: H2 Database New generation embeded database

Frequently Asked Questions

Are there any known bugs? When is the next release?Usually, bugs get fixes as they are found. There is a release every few weeks. The next release is planned for 2006-10-30. Here is the list of known and confirmed issues as of 2006-10-10:

• There are some browser issues with the autocomplete feature. Firefox should work however. • Some problems have been found with right outer join. Internally, it is converted to left outer join, which does not always produce the

correct results when used in combination with other joins.

Is this Database Engine Open Source?Yes. It is free to use and distribute, and the source code is included. See also under license.

Is the GCJ version stable? Faster?The GCJ version is not as stable as the Java version. When running the regression test with the GCJ version, sometimes the application just stops at what seems to be a random point without error message. Currently, the GCJ version is also slower than when using the Sun VM. However, the startup of the GCJ version is faster than when using a VM.

Is it Reliable?That is not easy to say. It is still a quite new product. A lot of tests have been written, and the code coverage of these tests is very high. Randomized stress tests are run regularly. But as this is a relatively new product, there are probably some problems that have not yet been found. Areas that are not completely tested:

• Platforms other than Windows XP and the Sun JVM 1.4 • Data types BLOBs / CLOBs, VARCHAR_IGNORECASE, OTHER • Cluster mode, 2-Phase Commit, Savepoints • Server mode (well tested, but not as well as Embedded mode) • Multi-Threading and using multiple connections • Updatable result sets • Referential integrity and check constraints, Triggers • ALTER TABLE statements, Views, Linked Tables, Schema, UNION • Not all built-in functions are completely tested • The Optimizer may not always select the best plan • 24/7 operation and large databases (500 MB and up) • Wide indexes with large VARCHAR or VARBINARY columns and / or with a lot of columns

Areas considered Experimental:

• ODBC driver and the GCJ native version on Windows • Linear Hash Index • Compatibility modes for other databases (only some features are implemented)

How to Create a New Database?By default, a new database is automatically created if it does not yet exist.

How to Connect to a Database?The database driver is org.h2.Driver, and the database URL starts with jdbc:h2:. To connect to a database using JDBC, use the following code:

Class.forName("org.h2.Driver");Connection conn = DriverManager.getConnection("jdbc:h2:test", "sa", "");

Where are the Database Files Stored?If the base directory is not set, the database files are stored in the directory where the application is started (the current working directory). When using the H2 Console application from the start menu, this is [Installation Directory]/bin. The base directory can be set in the database

123 of 129

Page 124: H2 Database New generation embeded database

URL. A fixed or relative path can be used. When using the URL jdbc:h2:file:data/sample, the database is stored in the directory data (relative to the current working directory). The directory must exist. It is also possible to use the fully qualified directory (and for Windows, drive) name. Example: jdbc:h2:file:C:/data/test

What is the Size Limit of a Database?The theoretical limit is currently 256 GB for the data. This number is excluding BLOB and CLOB data: Every CLOB or BLOB can be up to 256 GB as well. The size limit of the index data is 256 GB as well.

124 of 129

Page 125: H2 Database New generation embeded database

License

Summary and License FAQ

This license is a modified version of the MPL 1.1 available at www.mozilla.org/MPL, the changes are underlined. There is a License FAQ section at the Mozilla web site, most of that is applicable to the H2 License as well.

• You can use H2 for free. You can integrate it into your application (including commercial applications), and you can distribute it. • Files containing only your code are not covered by this license (it is 'commercial friendly'). • Modifications to the H2 source code must be published. • You don't need to provide the source code of H2 if you did not modify anything.

However, nobody is allowed to rename H2, modify it a little, and sell it as a database engine without telling the customers it is in fact H2. This happened to HSQLDB, when a company called 'bungisoft' copied HSQLDB, renamed it to 'RedBase', and tried to sell it, hiding the fact that it was, in fact, just HSQLDB. At this time, it seems 'bungisoft' does not exist any more, but you can use the Wayback Machine of http://www.archive.org and look for old web pages of http://www.bungisoft.com.

About porting the source code to another language (for example C# or C++): Converted source code (even if done manually) stays under the same copyright and license as the original code. The copyright of the ported source code does not (automatically) go to the person ported the code.

H2 License, Version 1.0

1. Definitions1.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party.

1.1. "Contributor" means each entity that creates or contributes to the creation of Modifications.

1.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.

1.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.

1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data.

1.5. "Executable" means Covered Code in any form other than Source Code.

1.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.

1.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.

1.8. "License" means this document.

1.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.

1.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:

a. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. b. Any new file that contains any part of the Original Code or previous Modifications.

1.10. "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.

1.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.

125 of 129

Page 126: H2 Database New generation embeded database

1.11. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.

1.12. "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.

2. Source Code License

2.1. The Initial Developer Grant

The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:

a. under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and

b. under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof).

c. the licenses granted in this Section 2.1 (a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.

d. Notwithstanding Section 2.1 (b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.

2.2. Contributor Grant

Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license

a. under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and

b. under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).

c. the licenses granted in Sections 2.2 (a) and 2.2 (b) are effective on the date Contributor first makes Commercial Use of the Covered Code.

d. Notwithstanding Section 2.2 (b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.

3. Distribution Obligations

3.1. Application of License

The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.

3.2. Availability of Source Code

Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.

126 of 129

Page 127: H2 Database New generation embeded database

3.3. Description of Modifications

You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.

3.4. Intellectual Property Matters

a. Third Party Claims: If Contributor has knowledge that a license under a third party's intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.

b. Contributor APIs: If Contributor's Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the legal file.

c. Representations: Contributor represents that, except as disclosed pursuant to Section 3.4 (a) above, Contributor believes that Contributor's Modifications are Contributor's original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License.

3.5. Required Notices

You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.

3.6. Distribution of Executable Versions

You may distribute Covered Code in Executable form only if the requirements of Sections 3.1, 3.2, 3.3, 3.4 and 3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.

3.7. Larger Works

You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.

4. Inability to Comply Due to Statute or Regulation.If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the legal file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.

5. Application of this License.This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.

127 of 129

Page 128: H2 Database New generation embeded database

6. Versions of the License.

6.1. New Versions

The H2 Group may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.

6.2. Effect of New Versions

Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by the H2 Group. No one other than the H2 Group has the right to modify the terms applicable to Covered Code created under this License.

6.3. Derivative Works

If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases "H2 Group", "H2" or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the H2 License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)

7. Disclaimer of WarrantyCovered code is provided under this license on an "as is" basis, without warranty of any kind, either expressed or implied, including, without limitation, warranties that the covered code is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the covered code is with you. Should any covered code prove defective in any respect, you (not the initial developer or any other contributor) assume the cost of any necessary servicing, repair or correction. This disclaimer of warranty constitutes an essential part of this license. No use of any covered code is authorized hereunder except under this disclaimer.

8. Termination8.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.

8.2. If You initiate litigation by asserting a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant") alleging that:

a. such Participant's Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.

b. any software, hardware, or device, other than such Participant's Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.

8.3. If You assert a patent infringement claim against Participant alleging that such Participant's Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.

8.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.

9. Limitation of LiabilityUnder no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall you, the initial developer, any other contributor, or any distributor of covered code, or any supplier of any of such parties, be liable to any person for any indirect, special, incidental, or consequential damages of any character including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to you.

128 of 129

Page 129: H2 Database New generation embeded database

10. United States Government End UsersThe Covered Code is a "commercial item", as that term is defined in 48 C.F.R. 2.101 (October 1995), consisting of "commercial computer software" and "commercial computer software documentation", as such terms are used in 48 C.F.R. 12.212 (September 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.

11. MiscellaneousThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by Swiss law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in Switzerland, any litigation relating to this License shall be subject to the jurisdiction of Switzerland, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.

12. Responsibility for ClaimsAs between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.

13. Multiple-Licensed CodeInitial Developer may designate portions of the Covered Code as "Multiple-Licensed". "Multiple-Licensed" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of this or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.

Exhibit ALicensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html).Initial Developer: H2 Group

129 of 129