Uses of Package
org.h2.server.pg
-
Packages that use org.h2.server.pg Package Description org.h2.server.pg PostgreSQL server implementation of this database. -
Classes in org.h2.server.pg used by org.h2.server.pg 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.