Sha256: 25158db5027ae169089645199342a8afe28c5f99a9bcb06106750fc88f40c6b0

Contents?: true

Size: 452 Bytes

Versions: 79

Compression:

Stored size: 452 Bytes

Contents

require("cipherstash-pg") unless defined? CipherStashPG
class CipherStashPG::BasicTypeMapBasedOnResult < CipherStashPG::TypeMapByOid
  include(CipherStashPG::BasicTypeRegistry::Checker)
  
  def initialize(connection_or_coder_maps, registry: nil)
    @coder_maps = build_coder_maps(connection_or_coder_maps, :registry => registry)
    @coder_maps.each_format(:encoder).flat_map { |f| f.coders }.each do |coder|
      add_coder(coder)
    end
  end
end

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
cipherstash-pg-1.0.0.beta.22-x86_64-linux ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.22-x86_64-darwin ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.22-arm64-darwin ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.22-aarch64-linux ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.21-x86_64-linux ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.21-aarch64-linux ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.21-arm64-darwin ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.21-x86_64-darwin ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.19-x86_64-linux ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.19-x86_64-darwin ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.19-arm64-darwin ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.19-aarch64-linux ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.18-x86_64-linux ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.18-x86_64-darwin ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.18-arm64-darwin ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.18-aarch64-linux ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.17-aarch64-linux ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.17-x86_64-darwin ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.17-x86_64-linux ./lib/cipherstash-pg/basic_type_map_based_on_result.rb
cipherstash-pg-1.0.0.beta.17-arm64-darwin ./lib/cipherstash-pg/basic_type_map_based_on_result.rb