org.apache.ibatis.ibator.internal.types
Class JdbcTypeNameTranslator

java.lang.Object
  extended by org.apache.ibatis.ibator.internal.types.JdbcTypeNameTranslator

public class JdbcTypeNameTranslator
extends java.lang.Object

Author:
Jeff Butler

Method Summary
static java.lang.String getJdbcTypeName(int jdbcType)
          Translates from a java.sql.Types values to the proper iBATIS string representation of the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJdbcTypeName

public static java.lang.String getJdbcTypeName(int jdbcType)
Translates from a java.sql.Types values to the proper iBATIS string representation of the type.

Parameters:
jdbcType - a value from java.sql.Types
Returns:
the iBATIS String representation of a JDBC type