# File lib/jdbc_adapter/jdbc_db2.rb, line 92
    def quote_string(string)
      string.gsub(/'/, "''") # ' (for ruby-mode)
    end