| 程序包 | 说明 |
|---|---|
| org.h2.server |
A small FTP server.
|
| org.h2.server.pg |
PostgreSQL server implementation of this database.
|
| org.h2.server.web |
The H2 Console tool.
|
| org.h2.tools |
Various tools.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
TcpServer
The TCP server implements the native H2 database server protocol.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PgServer
This class implements a subset of the PostgreSQL protocol as described here:
http://developer.postgresql.org/pgdocs/postgres/protocol.html
The PostgreSQL catalog is described here:
http://www.postgresql.org/docs/7.4/static/catalogs.html
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
WebServer
The web server is a simple standalone HTTP server that implements the H2
Console application.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Service |
Server.getService()
Get the service attached to this server.
|
| 构造器和说明 |
|---|
Server(Service service,
String... args)
Create a new server for the given service.
|
Copyright © 2017. All rights reserved.