Package | Description |
---|---|
org.h2.server | |
org.h2.server.pg | |
org.h2.server.web | |
org.h2.tools |
Modifier and Type | Class and Description |
---|---|
class |
TcpServer
The TCP server implements the native H2 database server protocol.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
WebServer
The web server is a simple standalone HTTP server that implements the H2
Console application.
|
Modifier and Type | Method and Description |
---|---|
Service |
Server.getService()
Get the service attached to this server.
|
Constructor and Description |
---|
Server(Service service,
String... args)
Create a new server for the given service.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.