Class: PG::CopyCoder

Inherits:
Coder show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pg-1.4.5/lib/pg/coder.rb

Instance Method Summary collapse

Methods inherited from Coder

#==, #dup, #initialize, #inspect, #inspect_short, #marshal_dump, #marshal_load

Constructor Details

This class inherits a constructor from PG::Coder

Instance Method Details

#to_hObject



88
89
90
91
92
93
94
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pg-1.4.5/lib/pg/coder.rb', line 88

def to_h
	super.merge!({
		type_map: type_map,
		delimiter: delimiter,
		null_string: null_string,
	})
end