com.xavax.xstore
Class MSSTypeMap

Object
  extended byAbstractTypeMap
      extended byMSSTypeMap

public class MSSTypeMap
extends AbstractTypeMap

MSSTypeMap is used to map canonical SQL types to the Microsoft SQL Server data type that is most appropriate to represent the data.


Method Summary
static AbstractTypeMap map()
          Returns the MSSTypeMap 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 MSSTypeMap singleton.

Returns:
the MSSTypeMap singleton.