Class Messages

java.lang.Object
com.mysql.jdbc.Messages

public class Messages extends Object
Support for localized messages.
  • Method Details

    • getString

      public static String getString(String key)
      Returns the localized message for the given message key
      Parameters:
      key - the message key
      Returns:
      The localized message for the key
    • getString

      public static String getString(String key, Object[] args)