# File lib/do_mysql.rb, line 31
        def character_set
          # JDBC API does not provide an easy way to get the current character set
          # For now, we code the character_set used as utf8
          "utf8"
        end