| Class | Amalgalite::TypeMaps::TextMap |
| In: |
lib/amalgalite/type_maps/text_map.rb
|
| Parent: | ::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 15
15: def bind_type_of( obj )
16: return ::Amalgalite::SQLite3::Constants::DataType::TEXT
17: end