# File lib/sqlite3/translator.rb, line 45
    def translate( type, value )
      unless value.nil?
        @translators[ type_name( type ) ].call( type, value )
      end
    end