org.shiftone.exq.impl.util
Class SQLTypesUtil

java.lang.Object
  extended byorg.shiftone.exq.impl.util.SQLTypesUtil

public class SQLTypesUtil
extends java.lang.Object

Class SQLTypesUtil

Author:
Jeff Drost

Constructor Summary
SQLTypesUtil()
           
 
Method Summary
static java.lang.String typeName(int type)
          Method typeName maps type id's to names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLTypesUtil

public SQLTypesUtil()
Method Detail

typeName

public static java.lang.String typeName(int type)
Method typeName maps type id's to names. This method is mostly to make logs more legable.

Parameters:
type - the java.sql.Types type
Returns:
the string representation of that type