Class: YugabyteYSQL::CopyCoder

Inherits:
Coder
  • Object
show all
Defined in:
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 YugabyteYSQL::Coder

Instance Method Details

#to_hObject



90
91
92
93
94
95
96
# File 'lib/pg/coder.rb', line 90

def to_h
  { **super,
    type_map: type_map,
    delimiter: delimiter,
    null_string: null_string,
  }
end