module PG
module PG::BasicTypeRegistry
module PG::Coder::BinaryFormatting
module PG::Constants
module PG::TextDecoder
module PG::TextEncoder
class PG::BasicTypeMapBasedOnResult
class PG::BasicTypeMapForQueries
class PG::BasicTypeMapForResults
class PG::BasicTypeMapForResults::WarningTypeMap
class PG::BasicTypeRegistry::CoderMap
class PG::Coder
class PG::CompositeCoder
class PG::Connection
class PG::CopyCoder
class PG::Error
class PG::NotAllCopyDataRetrieved
class PG::Result
class PG::TextDecoder::Date
class PG::TextDecoder::JSON
class PG::TextDecoder::TimestampWithTimeZone
class PG::TextDecoder::TimestampWithoutTimeZone
class PG::TextEncoder::Date
class PG::TextEncoder::JSON
class PG::TextEncoder::TimestampWithTimeZone
class PG::TextEncoder::TimestampWithoutTimeZone
class PG::TypeMapByColumn
pg
0.19.0.pre20160817083826
def to_h super.merge!({ type_map: type_map, delimiter: delimiter, null_string: null_string, }) end