Amalgalite::TypeMap
An Amalagliate TypeMap that converts both bind parameters and result parameters to a String, no matter what.
# File lib/amalgalite/type_maps/text_map.rb, line 14 def bind_type_of( obj ) return ::Amalgalite::SQLite3::Constants::DataType::TEXT end
# File lib/amalgalite/type_maps/text_map.rb, line 18 def result_value_of( delcared_type, value ) return value.to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.