Package-level declarations
Types
Message sent to the backend to bind a prepared statement to a portal.
Message sent by the frontend to cancel an ongoing request on another connection.
Message sent to the backend to close a statement or portal.
Message sent to the backend to describe a statement or portal.
Message sent to the backend to execute a portal.
Message sent to the backend to force it to flush its output buffer.
Sends data during a COPY IN operation.
Indicates completion of a COPY IN operation from the frontend.
Fails a COPY IN operation from the frontend.
Base interface for all messages sent to the PostgreSQL backend.
Message sent to the backend to parse a prepared statement.
The password itself, in the clear, in answer to an AuthenticationCleartextPassword request.
First client response in the SASL mechanism.
Next client response in the SASL mechanism (usually sending client-final-message).
Message sent by the frontend to execute a simple, un-parameterized SQL query.
Message sent by the frontend to request an SSL encrypted connection.
Initial message sent by the frontend to start a connection with the server.
Message sent to the backend to synchronize the connection state and signal the end of a sequence of extended query messages.
Connection termination message (Tag 'X').