Uses of Class
org.h2.util.Tool
Packages that use Tool
-
Uses of Tool in org.h2.tools
Subclasses of Tool in org.h2.toolsModifier and TypeClassDescriptionclassCreates a backup of a database.classAllows changing the database file encryption password or algorithm.classStarts the H2 Console (web-) server, as well as the TCP and PG server.classConverts a .trace.db file to a SQL script and Java source code.classCreates a cluster from a stand-alone database.classDeletes all files belonging to a database.classConsole for environments with AWT support.classHelps recovering a corrupted database.classRestores a H2 database by extracting the database files from a .zip file.classRuns a SQL script against a database.classCreates a SQL script file by extracting the schema and data of a database.classStarts the H2 Console (web-) server, TCP, and PG server.classInteractive command line tool to access a database using JDBC.