com.xavax.xstore
Class JTypeMap

Object
  extended byJTypeMap

public class JTypeMap
extends Object

Map Java types to canonical SQL types.


Constructor Summary
JTypeMap()
           
 
Method Summary
static short sqlType(short javaType)
          Returns the canonical SQL type that maps to a Java type.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTypeMap

public JTypeMap()
Method Detail

sqlType

public static short sqlType(short javaType)
Returns the canonical SQL type that maps to a Java type.

Parameters:
javaType - the Java type.
Returns:
the canonical SQL type that maps to a Java type.
See Also:
JTypes, SQLTypes