Package org.h2.server.pg


package org.h2.server.pg

PostgreSQL server implementation of this database.

  • Classes
    Class
    Description
    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
    One server thread is opened for each client.
    Represents a PostgreSQL Portal object.
    Represents a PostgreSQL Prepared object.