struct

PQ::Notice

Inherits Struct / Value / Object

http://www.postgresql.org/docs/current/static/protocol-error-fields.html

Constructors

new(fields : Array(PQ::Frame::ErrorNoticeFrame::Field))
Source

Instance methods

code
Source
fields
Source
message
Source
severity
Source
to_s(io : IO)

Same as #inspect(io).

Source