Close packet
The Close packet is sent by the client to close a prepared statement or a cursor/portal.
Attributes
Attributes
String packetType: "Close"
byte closeType : either 'S' if this is for a prepared statement, or 'P' for a portal/cursor.
String name : the name of the prepared statement or portal/cursor. This can be an empty string for the default prepared statement or portal/cursor.