Uses of Class
org.h2.util.Tool

Packages that use Tool
org.h2.tools Various tools. 
 

Uses of Tool in org.h2.tools
 

Subclasses of Tool in org.h2.tools
 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 standalone database.
 class DeleteDbFiles
          Deletes all files belonging to a database.
 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.