Class H2Control


  • public final class H2Control
    extends DBControl
    This class uses Java reflection to invoke H2 NetworkServerControl class. This class is used to start/stop/ping h2 database. The reason for creating this class instead of directly invoking NetworkServerControl from the StartDatabaseCommand class is so that a separate JVM is launched when starting the database and the control is return to CLI.