MySQL Connector/J size='-1'>5.0.8

com.mysql.jdbc
Class Messages

java.lang.Object
  extended bycom.mysql.jdbc.Messages

public class Messages
extends java.lang.Object

Support for localized messages.

Version:
$Id: Messages.java 3726 2005-05-19 15:52:24Z mmatthews $
Author:
Mark Matthews

Method Summary
static java.lang.String getString(java.lang.String key)
          Returns the localized message for the given message key
static java.lang.String getString(java.lang.String key, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(java.lang.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 java.lang.String getString(java.lang.String key,
                                         java.lang.Object[] args)

MySQL Connector/J size='-1'>5.0.8