struct PQ::Notice

Overview

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

Defined in:

pq/notice.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(fields : Array(PQ::Frame::ErrorNoticeFrame::Field)) #

[View source]

Instance Method Detail

def code : String #

[View source]
def fields : Array(PQ::Frame::ErrorNoticeFrame::Field) #

[View source]
def message : String #

[View source]
def severity : String #

[View source]
def to_s(io : IO) #
Description copied from struct Struct

Same as #inspect(io).


[View source]