Uses of Class
org.h2.util.Tool

Packages that use Tool
Package
Description
Various tools.
  • Uses of Tool in org.h2.tools

    Subclasses of Tool in org.h2.tools
    Modifier and Type
    Class
    Description
    class 
    Creates a backup of a database.
    class 
    Allows changing the database file encryption password or algorithm.
    class 
    Starts the H2 Console (web-) server, as well as the TCP and PG server.
    class 
    Converts a .trace.db file to a SQL script and Java source code.
    class 
    Creates a cluster from a stand-alone database.
    class 
    Deletes all files belonging to a database.
    class 
    Console for environments with AWT support.
    class 
    Helps recovering a corrupted database.
    class 
    Restores a H2 database by extracting the database files from a .zip file.
    class 
    Runs a SQL script against a database.
    class 
    Creates a SQL script file by extracting the schema and data of a database.
    class 
    Starts the H2 Console (web-) server, TCP, and PG server.
    class 
    Interactive command line tool to access a database using JDBC.