Inherits PgClientMessage
C: The client uses this to create prepared statements.
This message contains a statement name (EString), a query EString, the number of pre-specified parameter types (Int16), and the OID (Int32) of each parameter type. (We never pre-specify parameter types here.)
Creates a Parse message for the statement s, to create a prepared statement named n. By default, n is empty.
Specifies that the parameters of this query have the types t.
This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.