Structure
PostgresMessage.ParameterStatus
struct ParameterStatus
Topics
Instance Properties
var description: StringSeeCustomStringConvertible.var parameter: StringThe name of the run-time parameter being reported.var value: StringThe current value of the parameter.
Type Methods
static func parse(from: inout ByteBuffer) throws -> PostgresMessage.ParameterStatusParses an instance of this message type from a byte buffer.
Relationships
Conforms To
PostgresMessageTypeSwift.CustomStringConvertible