struct PG::Record::Reader

Defined in:

pg/record.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bytes : Slice(UInt8), size : Int32, connection : PG::Connection) #

[View source]

Instance Method Detail

def bytes : Bytes #

[View source]
def connection : Connection #

[View source]
def read(types : Tuple(*T)) forall T #

[View source]
def size : Int32 #

[View source]