struct PQ::Notice
- PQ::Notice
- Struct
- Value
- Object
Overview
http://www.postgresql.org/docs/current/static/protocol-error-fields.html
Defined in:
pq/notice.crConstructors
Instance Method Summary
- #code : String
- #fields : Array(PQ::Frame::ErrorNoticeFrame::Field)
- #message : String
- #severity : String
-
#to_s(io : IO)
Same as
#inspect(io)
.