| java.lang.Object com.mysql.jdbc.Messages
Messages | public class Messages (Code) | | Support for localized messages.
author: Mark Matthews version: $Id: Messages.java 3726 2005-05-19 15:52:24Z mmatthews $ |
getString | public static String getString(String key)(Code) | | Returns the localized message for the given message key
Parameters: key - the message key The localized message for the key |
|
|