Structure
PostgresMessage.ParameterDescription
Identifies the message as a parameter description.
struct ParameterDescription
Topics
Instance Properties
var dataTypes: [PostgresDataType]Specifies the object ID of the parameter data type.
Type Methods
static func parse(from: inout ByteBuffer) throws -> PostgresMessage.ParameterDescriptionParses an instance of this message type from a byte buffer.