| 程序包 | 说明 |
|---|---|
| org.h2.tools |
Various tools.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Server |
Server.createPgServer(String... args)
Create a new PG server, but does not start it yet.
|
static Server |
Server.createPgServer(String... args)
Create a new PG server, but does not start it yet.
|
static Server |
Server.createTcpServer(String... args)
Create a new TCP server, but does not start it yet.
|
static Server |
Server.createTcpServer(String... args)
Create a new TCP server, but does not start it yet.
|
static Server |
Server.createWebServer(String... args)
Create a new web server, but does not start it yet.
|
static Server |
Server.createWebServer(String... args)
Create a new web server, but does not start it yet.
|
Server |
Server.start()
Tries to start the server.
|
Server |
Server.start()
Tries to start the server.
|
Copyright © 2022. All rights reserved.