# File lib/jdbc_adapter/jdbc_hsqldb.rb, line 106
    def quote_string(str)
      str.gsub(/'/, "''")
    end