Package org.h2.server.pg
PostgreSQL server implementation of this database.
-
Class Summary Class Description PgServer 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.htmlPgServerThread One server thread is opened for each client.PgServerThread.Portal Represents a PostgreSQL Portal object.PgServerThread.Prepared Represents a PostgreSQL Prepared object.