Structure
PostgresMessage.Close
Identifies the message as a Close Command
struct Close
Topics
Instance Properties
var description: StringSeeCustomStringConvertible.var name: StringThe name of the prepared statement or portal to describe (an empty string selects the unnamed prepared statement or portal).var target: PostgresMessage.Close.TargetDetermines if thenameidentifes a portal or a prepared statement
Instance Methods
func serialize(into: inout ByteBuffer) throwsSerializes this message into a byte buffer.
Type Properties
Enumerations
enum TargetClose Target. Determines if the Close command should close a prepared statement or portal.