Uses of Class
org.h2.tools.Server
Packages that use Server
-
Uses of Server in org.h2.tools
Methods in org.h2.tools that return ServerModifier and TypeMethodDescriptionstatic ServerServer.createPgServer(String... args) Create a new PG server, but does not start it yet.static ServerServer.createTcpServer(String... args) Create a new TCP server, but does not start it yet.static ServerServer.createWebServer(String... args) Create a new web server, but does not start it yet.Server.start()Tries to start the server.