com.xavax.xstore
Class OracleTypeMap

Object
  extended byAbstractTypeMap
      extended byOracleTypeMap

public class OracleTypeMap
extends AbstractTypeMap

OracleTypeMap is used to map canonical SQL types to the Oracle data type that is most appropriate to represent the data.


Method Summary
static AbstractTypeMap map()
          Returns the OracleTypeMap singleton.
 
Methods inherited from class AbstractTypeMap
clear, mapEntry, name
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

map

public static AbstractTypeMap map()
Returns the OracleTypeMap singleton.

Returns:
the OracleTypeMap singleton.