Inherits PgClientMessage
C: Requests a description of a prepared statement or portal.
This message consists of one byte ('S' for a prepared statement, and 'P' for a portal) followed by a name (EString).
Creates a Describe message for the name n (empty by default) of type t, which must be P or S ('P' by default).
This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.