class |
Backup |
Creates a backup of a database.
|
class |
ChangeFileEncryption |
Allows changing the database file encryption password or algorithm.
|
class |
Console |
Starts the H2 Console (web-) server, as well as the TCP and PG server.
|
class |
ConvertTraceFile |
Converts a .trace.db file to a SQL script and Java source code.
|
class |
CreateCluster |
Creates a cluster from a stand-alone database.
|
class |
DeleteDbFiles |
Deletes all files belonging to a database.
|
class |
GUIConsole |
Console for environments with AWT support.
|
class |
Recover |
Helps recovering a corrupted database.
|
class |
Restore |
Restores a H2 database by extracting the database files from a .zip file.
|
class |
RunScript |
Runs a SQL script against a database.
|
class |
Script |
Creates a SQL script file by extracting the schema and data of a database.
|
class |
Server |
Starts the H2 Console (web-) server, TCP, and PG server.
|
class |
Shell |
Interactive command line tool to access a database using JDBC.
|