org.h2.tools |
Javadoc package documentation
Various tools. Most tools are command line driven, but not all (for example the CSV tool).
|
Java Source File Name | Type | Comment |
Backup.java | Class | Backs up a H2 database by creating a .zip file from the database files. |
ChangePassword.java | Class | A tools to change, remove or set a file password of a database without
opening it. |
CompressTool.java | Class | A tool to losslessly compress data, and expand the compressed data again. |
Console.java | Class | This tool starts the H2 Console (web-) server, as well as the TCP and PG
server. |
ConvertTraceFile.java | Class | Convert a trace file to a java class. |
CreateCluster.java | Class | Tool to create a database cluster. |
Csv.java | Class | A facility to read from and write to CSV (comma separated values) files. |
DeleteDbFiles.java | Class | Delete the database files. |
MultiDimension.java | Class | A tool to help an application execute multi-dimensional range queries. |
Recover.java | Class | Dumps the contents of a database file to a human readable text file. |
Restore.java | Class | Restores a H2 database by extracting the database files from a .zip file. |
RunScript.java | Class | Executes the contents of a SQL script file against a database. |
Script.java | Class | Creates a SQL script file by extracting the schema and data of a database. |
Server.java | Class | This tool can be used to start various database servers (listeners). |
SimpleResultSet.java | Class | This class is a simple result set and meta data implementation. |
SimpleRowSource.java | Interface | This interface is for classes that create rows on demand. |