Uses of Class
com.sas.rio.MessageCode

Packages that use MessageCode
com.sas.rio The SAS IOM Driver for JDBC 
 

Uses of MessageCode in com.sas.rio
 

Methods in com.sas.rio that return MessageCode
static MessageCode MessageCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MessageCode[] MessageCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sas.rio with parameters of type MessageCode
MVASQLException(MessageCode messageCode, java.lang.Object... arguments)
           
MVASQLException(MessageCode messageCode, java.lang.Throwable t, java.lang.Object... arguments)
           
MVASQLExceptionUnsupported(MessageCode messageCode, java.lang.Object... arguments)
           
MVASQLWarning(MessageCode messageCode, java.lang.Object... arguments)
           
MVASQLWarning(MessageCode messageCode, java.lang.Throwable t, java.lang.Object... arguments)
           
RIOException(MessageCode messageCode, java.lang.Object... arguments)
          Use this constructor when message string has arguments
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.