Uses of Interface
org.h2.server.Service
Packages that use Service
Package
Description
A small FTP server.
PostgreSQL server implementation of this database.
The H2 Console tool.
Various tools.
-
Uses of Service in org.h2.server
Classes in org.h2.server that implement ServiceModifier and TypeClassDescriptionclass
The TCP server implements the native H2 database server protocol. -
Uses of Service in org.h2.server.pg
Classes in org.h2.server.pg that implement ServiceModifier and TypeClassDescriptionclass
This class implements a subset of the PostgreSQL protocol as described here: https://www.postgresql.org/docs/devel/protocol.html The PostgreSQL catalog is described here: https://www.postgresql.org/docs/7.4/catalogs.html -
Uses of Service in org.h2.server.web
Classes in org.h2.server.web that implement ServiceModifier and TypeClassDescriptionclass
The web server is a simple standalone HTTP server that implements the H2 Console application. -
Uses of Service in org.h2.tools
Fields in org.h2.tools declared as ServiceMethods in org.h2.tools that return ServiceConstructors in org.h2.tools with parameters of type Service