Sha256: 4072e202eca2a21ee43e32ea2ddd734bacff6b0dbb55881c69b79bc4f9a7a501
Contents?: true
Size: 325 Bytes
Versions: 2
Compression:
Stored size: 325 Bytes
Contents
class Upsert class Cell # @private class Mysql2_Client < Cell attr_reader :name attr_reader :value attr_reader :quoted_value def initialize(connection, name, value) @name = name @value = value @quoted_value = connection.quote_value value end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
upsert-1.0.2 | lib/upsert/cell/Mysql2_Client.rb |
upsert-0.5.0 | lib/upsert/cell/mysql2_client.rb |